Shades of Vis Vis #FFE08C
Tints of Vis Vis #FFE08C
RGB
CMYK
RGB Variations
Color information
#FFE08C (or 0xFFE08C) is known color: Vis Vis. HEX triplet: FF, E0 and 8C. RGB value is (255,224,140). Sum of RGB (Red+Green+Blue) = 255+224+140=619 (81% of max value = 765). Red value is 255 (100% from 255 or 41.20% from 619); Green value is 224 (87.89% from 255 or 36.19% from 619); Blue value is 140 (55.08% from 255 or 22.62% from 619); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE08C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFE08C is #001F73. Grayscale: #E0E0E0. Windows color (decimal): -8052 or 9232639. OLE color: 9232639.
HSL color Cylindrical-coordinate representation of color #FFE08C: hue angle of 43.83º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #FFE08C is Cyan = 0, Magento = 0.12, Yellow = 0.45 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 224 | 140 | - |
| CMYK | 0 | 0.12 | 0.45 | 0 |
| HSL | 43.83º | 1% | 0.77% | - |
| HSV(B) | 43.83º | 0.45% | 1% | - |
| XYZ | 72.63 | 76.46 | 35.74 | - |
| YUV | 223.69 | 80.77 | 150.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 224 | 140 | 0 | 0.12 | 0.45 | 0 | 43.83 | 1 | 0.77 |
| Hex | FF | E0 | 8C | 0 | C | 2D | 0 | 2C | 64 | 4D |
| Octal | 377 | 340 | 214 | 0 | 14 | 55 | 0 | 54 | 144 | 115 |
| Binary | 11111111 | 11100000 | 10001100 | 0 | 1100 | 101101 | 0 | 101100 | 1100100 | 1001101 |
Color Harmonies of #FFE08C
Complementary color
Monochromatic Colors of #FFE08C
Black with #FFE08C
Text Example
Text Example
White with #FFE08C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE08C; }
p { color: rgb(255,224,140); }
H1.HeaderClassName
{
color: #FFE08C;
}
.AnyTagClassName
{
color: #FFE08C;
}
</style>
background-color css
<style>
a { background-color: #FFE08C; }
a { background-color: rgb(255,224,140); }
div.DivClassName
{
background-color: #FFE08C;
}
.BgClassName
{
background-color: #FFE08C;
}
</style>
border-color css
<style>
span { border-color: #FFE08C; }
span { border-color: rgb(255,224,140); }
td.TdClassName
{
border-color: #FFE08C;
}
.TagClassName
{
border-color: #FFE08C;
}
</style>