Shades of Drover #FFEA9A
Tints of Drover #FFEA9A
RGB
CMYK
RGB Variations
Color information
#FFEA9A (or 0xFFEA9A) is known color: Drover. HEX triplet: FF, EA and 9A. RGB value is (255,234,154). Sum of RGB (Red+Green+Blue) = 255+234+154=643 (85% of max value = 765). Red value is 255 (100% from 255 or 39.66% from 643); Green value is 234 (91.80% from 255 or 36.39% from 643); Blue value is 154 (60.55% from 255 or 23.95% from 643); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEA9A is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFEA9A is #001565. Grayscale: #E7E7E7. Windows color (decimal): -5478 or 10152703. OLE color: 10152703.
HSL color Cylindrical-coordinate representation of color #FFEA9A: hue angle of 47.52º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #FFEA9A is Cyan = 0, Magento = 0.08, Yellow = 0.40 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 234 | 154 | - |
| CMYK | 0 | 0.08 | 0.40 | 0 |
| HSL | 47.52º | 1% | 0.8% | - |
| HSV(B) | 47.52º | 0.4% | 1% | - |
| XYZ | 76.5 | 82.44 | 42.45 | - |
| YUV | 231.16 | 84.46 | 145 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 234 | 154 | 0 | 0.08 | 0.40 | 0 | 47.52 | 1 | 0.8 |
| Hex | FF | EA | 9A | 0 | 8 | 28 | 0 | 30 | 64 | 50 |
| Octal | 377 | 352 | 232 | 0 | 10 | 50 | 0 | 60 | 144 | 120 |
| Binary | 11111111 | 11101010 | 10011010 | 0 | 1000 | 101000 | 0 | 110000 | 1100100 | 1010000 |
Color Harmonies of #FFEA9A
Complementary color
Monochromatic Colors of #FFEA9A
Black with #FFEA9A
Text Example
Text Example
White with #FFEA9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFEA9A; }
p { color: rgb(255,234,154); }
H1.HeaderClassName
{
color: #FFEA9A;
}
.AnyTagClassName
{
color: #FFEA9A;
}
</style>
background-color css
<style>
a { background-color: #FFEA9A; }
a { background-color: rgb(255,234,154); }
div.DivClassName
{
background-color: #FFEA9A;
}
.BgClassName
{
background-color: #FFEA9A;
}
</style>
border-color css
<style>
span { border-color: #FFEA9A; }
span { border-color: rgb(255,234,154); }
td.TdClassName
{
border-color: #FFEA9A;
}
.TagClassName
{
border-color: #FFEA9A;
}
</style>