Shades of Vis Vis #FFE696
Tints of Vis Vis #FFE696
RGB
CMYK
RGB Variations
Color information
#FFE696 (or 0xFFE696) is known color: Vis Vis. HEX triplet: FF, E6 and 96. RGB value is (255,230,150). Sum of RGB (Red+Green+Blue) = 255+230+150=635 (84% of max value = 765). Red value is 255 (100% from 255 or 40.16% from 635); Green value is 230 (90.23% from 255 or 36.22% from 635); Blue value is 150 (58.98% from 255 or 23.62% from 635); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE696 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFE696 is #001969. Grayscale: #E4E4E4. Windows color (decimal): -6506 or 9889535. OLE color: 9889535.
HSL color Cylindrical-coordinate representation of color #FFE696: hue angle of 45.71º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #FFE696 is Cyan = 0, Magento = 0.10, Yellow = 0.41 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 230 | 150 | - |
| CMYK | 0 | 0.10 | 0.41 | 0 |
| HSL | 45.71º | 1% | 0.79% | - |
| HSV(B) | 45.71º | 0.41% | 1% | - |
| XYZ | 75.04 | 80.06 | 40.35 | - |
| YUV | 228.36 | 83.78 | 147 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 230 | 150 | 0 | 0.10 | 0.41 | 0 | 45.71 | 1 | 0.79 |
| Hex | FF | E6 | 96 | 0 | A | 29 | 0 | 2E | 64 | 4F |
| Octal | 377 | 346 | 226 | 0 | 12 | 51 | 0 | 56 | 144 | 117 |
| Binary | 11111111 | 11100110 | 10010110 | 0 | 1010 | 101001 | 0 | 101110 | 1100100 | 1001111 |
Color Harmonies of #FFE696
Complementary color
Monochromatic Colors of #FFE696
Black with #FFE696
Text Example
Text Example
White with #FFE696
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE696; }
p { color: rgb(255,230,150); }
H1.HeaderClassName
{
color: #FFE696;
}
.AnyTagClassName
{
color: #FFE696;
}
</style>
background-color css
<style>
a { background-color: #FFE696; }
a { background-color: rgb(255,230,150); }
div.DivClassName
{
background-color: #FFE696;
}
.BgClassName
{
background-color: #FFE696;
}
</style>
border-color css
<style>
span { border-color: #FFE696; }
span { border-color: rgb(255,230,150); }
td.TdClassName
{
border-color: #FFE696;
}
.TagClassName
{
border-color: #FFE696;
}
</style>