Shades of Drover #FFEA9C
Tints of Drover #FFEA9C
RGB
CMYK
RGB Variations
Color information
#FFEA9C (or 0xFFEA9C) is known color: Drover. HEX triplet: FF, EA and 9C. RGB value is (255,234,156). Sum of RGB (Red+Green+Blue) = 255+234+156=645 (85% of max value = 765). Red value is 255 (100% from 255 or 39.53% from 645); Green value is 234 (91.80% from 255 or 36.28% from 645); Blue value is 156 (61.33% from 255 or 24.19% from 645); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEA9C is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFEA9C is #001563. Grayscale: #E7E7E7. Windows color (decimal): -5476 or 10283775. OLE color: 10283775.
HSL color Cylindrical-coordinate representation of color #FFEA9C: hue angle of 47.27º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #FFEA9C is Cyan = 0, Magento = 0.08, Yellow = 0.39 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 234 | 156 | - |
| CMYK | 0 | 0.08 | 0.39 | 0 |
| HSL | 47.27º | 1% | 0.81% | - |
| HSV(B) | 47.27º | 0.39% | 1% | - |
| XYZ | 76.66 | 82.51 | 43.34 | - |
| YUV | 231.39 | 85.46 | 144.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 234 | 156 | 0 | 0.08 | 0.39 | 0 | 47.27 | 1 | 0.81 |
| Hex | FF | EA | 9C | 0 | 8 | 27 | 0 | 2F | 64 | 51 |
| Octal | 377 | 352 | 234 | 0 | 10 | 47 | 0 | 57 | 144 | 121 |
| Binary | 11111111 | 11101010 | 10011100 | 0 | 1000 | 100111 | 0 | 101111 | 1100100 | 1010001 |
Color Harmonies of #FFEA9C
Complementary color
Monochromatic Colors of #FFEA9C
Black with #FFEA9C
Text Example
Text Example
White with #FFEA9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFEA9C; }
p { color: rgb(255,234,156); }
H1.HeaderClassName
{
color: #FFEA9C;
}
.AnyTagClassName
{
color: #FFEA9C;
}
</style>
background-color css
<style>
a { background-color: #FFEA9C; }
a { background-color: rgb(255,234,156); }
div.DivClassName
{
background-color: #FFEA9C;
}
.BgClassName
{
background-color: #FFEA9C;
}
</style>
border-color css
<style>
span { border-color: #FFEA9C; }
span { border-color: rgb(255,234,156); }
td.TdClassName
{
border-color: #FFEA9C;
}
.TagClassName
{
border-color: #FFEA9C;
}
</style>