Shades of Vis Vis #FFE08F
Tints of Vis Vis #FFE08F
RGB
CMYK
RGB Variations
Color information
#FFE08F (or 0xFFE08F) is known color: Vis Vis. HEX triplet: FF, E0 and 8F. RGB value is (255,224,143). Sum of RGB (Red+Green+Blue) = 255+224+143=622 (82% of max value = 765). Red value is 255 (100% from 255 or 41.00% from 622); Green value is 224 (87.89% from 255 or 36.01% from 622); Blue value is 143 (56.25% from 255 or 22.99% from 622); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE08F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFE08F is #001F70. Grayscale: #E0E0E0. Windows color (decimal): -8049 or 9429247. OLE color: 9429247.
HSL color Cylindrical-coordinate representation of color #FFE08F: hue angle of 43.39º 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 #FFE08F is Cyan = 0, Magento = 0.12, Yellow = 0.44 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 224 | 143 | - |
| CMYK | 0 | 0.12 | 0.44 | 0 |
| HSL | 43.39º | 1% | 0.78% | - |
| HSV(B) | 43.39º | 0.44% | 1% | - |
| XYZ | 72.85 | 76.55 | 36.92 | - |
| YUV | 224.04 | 82.27 | 150.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 224 | 143 | 0 | 0.12 | 0.44 | 0 | 43.39 | 1 | 0.78 |
| Hex | FF | E0 | 8F | 0 | C | 2C | 0 | 2B | 64 | 4E |
| Octal | 377 | 340 | 217 | 0 | 14 | 54 | 0 | 53 | 144 | 116 |
| Binary | 11111111 | 11100000 | 10001111 | 0 | 1100 | 101100 | 0 | 101011 | 1100100 | 1001110 |
Color Harmonies of #FFE08F
Complementary color
Monochromatic Colors of #FFE08F
Black with #FFE08F
Text Example
Text Example
White with #FFE08F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE08F; }
p { color: rgb(255,224,143); }
H1.HeaderClassName
{
color: #FFE08F;
}
.AnyTagClassName
{
color: #FFE08F;
}
</style>
background-color css
<style>
a { background-color: #FFE08F; }
a { background-color: rgb(255,224,143); }
div.DivClassName
{
background-color: #FFE08F;
}
.BgClassName
{
background-color: #FFE08F;
}
</style>
border-color css
<style>
span { border-color: #FFE08F; }
span { border-color: rgb(255,224,143); }
td.TdClassName
{
border-color: #FFE08F;
}
.TagClassName
{
border-color: #FFE08F;
}
</style>