Skip to content

jebbbbe/every-color.com

Repository files navigation

every-color.com

A website for every color

Formats

The site supports multiple color representations:

  • Hexidecimal Number 0xff00ff
  • Hexidecimal String #ff00ff
  • RGB String rgb(255, 87, 51)
  • RGB int [255,0,255]
  • RGB Float [1.0,0.123213,1.0]
  • RGB Vector vec3(1.0,0.123213,1.0);
  • HSL hsl(14, 100%, 60%)
  • HSV hsv(14, 80%, 100%)
  • HSB hsb(14, 80%, 100%)
  • Index 16777215

Color Order

Gradient

Colors are reordered using a bijection so that gradients appear continuous while scrolling.

In Order

Every color is displayed in numeric order from 0 to 16,777,215, forming a discontinuous gradient.

Vision Options

The site includes simulations for different types of color vision:

  • Default
  • Protanopia
  • Deuteranopia
  • Tritanopia
  • Monochromacy

About

Resources

Stars

Watchers

Forks

Contributors