Shades of Vis Vis #FFE08E
Tints of Vis Vis #FFE08E
RGB
CMYK
RGB Variations
Color information
#FFE08E (or 0xFFE08E) is known color: Vis Vis. HEX triplet: FF, E0 and 8E. RGB value is (255,224,142). Sum of RGB (Red+Green+Blue) = 255+224+142=621 (82% of max value = 765). Red value is 255 (100% from 255 or 41.06% from 621); Green value is 224 (87.89% from 255 or 36.07% from 621); Blue value is 142 (55.86% from 255 or 22.87% from 621); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE08E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFE08E is #001F71. Grayscale: #E0E0E0. Windows color (decimal): -8050 or 9363711. OLE color: 9363711.
HSL color Cylindrical-coordinate representation of color #FFE08E: hue angle of 43.54º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FFE08E is Cyan = 0, Magento = 0.12, Yellow = 0.44 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 224 | 142 | - |
| CMYK | 0 | 0.12 | 0.44 | 0 |
| HSL | 43.54º | 1% | 0.78% | - |
| HSV(B) | 43.54º | 0.44% | 1% | - |
| XYZ | 72.78 | 76.52 | 36.53 | - |
| YUV | 223.92 | 81.77 | 150.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 224 | 142 | 0 | 0.12 | 0.44 | 0 | 43.54 | 1 | 0.78 |
| Hex | FF | E0 | 8E | 0 | C | 2C | 0 | 2C | 64 | 4E |
| Octal | 377 | 340 | 216 | 0 | 14 | 54 | 0 | 54 | 144 | 116 |
| Binary | 11111111 | 11100000 | 10001110 | 0 | 1100 | 101100 | 0 | 101100 | 1100100 | 1001110 |
Color Harmonies of #FFE08E
Complementary color
Monochromatic Colors of #FFE08E
Black with #FFE08E
Text Example
Text Example
White with #FFE08E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE08E; }
p { color: rgb(255,224,142); }
H1.HeaderClassName
{
color: #FFE08E;
}
.AnyTagClassName
{
color: #FFE08E;
}
</style>
background-color css
<style>
a { background-color: #FFE08E; }
a { background-color: rgb(255,224,142); }
div.DivClassName
{
background-color: #FFE08E;
}
.BgClassName
{
background-color: #FFE08E;
}
</style>
border-color css
<style>
span { border-color: #FFE08E; }
span { border-color: rgb(255,224,142); }
td.TdClassName
{
border-color: #FFE08E;
}
.TagClassName
{
border-color: #FFE08E;
}
</style>