Shades of Vis Vis #FFE08D
Tints of Vis Vis #FFE08D
RGB
CMYK
RGB Variations
Color information
#FFE08D (or 0xFFE08D) is known color: Vis Vis. HEX triplet: FF, E0 and 8D. RGB value is (255,224,141). Sum of RGB (Red+Green+Blue) = 255+224+141=620 (82% of max value = 765). Red value is 255 (100% from 255 or 41.13% from 620); Green value is 224 (87.89% from 255 or 36.13% from 620); Blue value is 141 (55.47% from 255 or 22.74% from 620); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE08D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFE08D is #001F72. Grayscale: #E0E0E0. Windows color (decimal): -8051 or 9298175. OLE color: 9298175.
HSL color Cylindrical-coordinate representation of color #FFE08D: hue angle of 43.68º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #FFE08D is Cyan = 0, Magento = 0.12, Yellow = 0.45 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 224 | 141 | - |
| CMYK | 0 | 0.12 | 0.45 | 0 |
| HSL | 43.68º | 1% | 0.78% | - |
| HSV(B) | 43.68º | 0.45% | 1% | - |
| XYZ | 72.7 | 76.49 | 36.13 | - |
| YUV | 223.81 | 81.27 | 150.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 224 | 141 | 0 | 0.12 | 0.45 | 0 | 43.68 | 1 | 0.78 |
| Hex | FF | E0 | 8D | 0 | C | 2D | 0 | 2C | 64 | 4E |
| Octal | 377 | 340 | 215 | 0 | 14 | 55 | 0 | 54 | 144 | 116 |
| Binary | 11111111 | 11100000 | 10001101 | 0 | 1100 | 101101 | 0 | 101100 | 1100100 | 1001110 |
Color Harmonies of #FFE08D
Complementary color
Monochromatic Colors of #FFE08D
Black with #FFE08D
Text Example
Text Example
White with #FFE08D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE08D; }
p { color: rgb(255,224,141); }
H1.HeaderClassName
{
color: #FFE08D;
}
.AnyTagClassName
{
color: #FFE08D;
}
</style>
background-color css
<style>
a { background-color: #FFE08D; }
a { background-color: rgb(255,224,141); }
div.DivClassName
{
background-color: #FFE08D;
}
.BgClassName
{
background-color: #FFE08D;
}
</style>
border-color css
<style>
span { border-color: #FFE08D; }
span { border-color: rgb(255,224,141); }
td.TdClassName
{
border-color: #FFE08D;
}
.TagClassName
{
border-color: #FFE08D;
}
</style>