Shades of Drover #FFEA99
Tints of Drover #FFEA99
RGB
CMYK
RGB Variations
Color information
#FFEA99 (or 0xFFEA99) is known color: Drover. HEX triplet: FF, EA and 99. RGB value is (255,234,153). Sum of RGB (Red+Green+Blue) = 255+234+153=642 (85% of max value = 765). Red value is 255 (100% from 255 or 39.72% from 642); Green value is 234 (91.80% from 255 or 36.45% from 642); Blue value is 153 (60.16% from 255 or 23.83% from 642); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEA99 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFEA99 is #001566. Grayscale: #E7E7E7. Windows color (decimal): -5479 or 10087167. OLE color: 10087167.
HSL color Cylindrical-coordinate representation of color #FFEA99: hue angle of 47.65º 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 #FFEA99 is Cyan = 0, Magento = 0.08, Yellow = 0.4 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 234 | 153 | - |
| CMYK | 0 | 0.08 | 0.4 | 0 |
| HSL | 47.65º | 1% | 0.8% | - |
| HSV(B) | 47.65º | 0.4% | 1% | - |
| XYZ | 76.41 | 82.41 | 42.02 | - |
| YUV | 231.05 | 83.96 | 145.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 234 | 153 | 0 | 0.08 | 0.4 | 0 | 47.65 | 1 | 0.8 |
| Hex | FF | EA | 99 | 0 | 8 | 28 | 0 | 30 | 64 | 50 |
| Octal | 377 | 352 | 231 | 0 | 10 | 50 | 0 | 60 | 144 | 120 |
| Binary | 11111111 | 11101010 | 10011001 | 0 | 1000 | 101000 | 0 | 110000 | 1100100 | 1010000 |
Color Harmonies of #FFEA99
Complementary color
Monochromatic Colors of #FFEA99
Black with #FFEA99
Text Example
Text Example
White with #FFEA99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFEA99; }
p { color: rgb(255,234,153); }
H1.HeaderClassName
{
color: #FFEA99;
}
.AnyTagClassName
{
color: #FFEA99;
}
</style>
background-color css
<style>
a { background-color: #FFEA99; }
a { background-color: rgb(255,234,153); }
div.DivClassName
{
background-color: #FFEA99;
}
.BgClassName
{
background-color: #FFEA99;
}
</style>
border-color css
<style>
span { border-color: #FFEA99; }
span { border-color: rgb(255,234,153); }
td.TdClassName
{
border-color: #FFEA99;
}
.TagClassName
{
border-color: #FFEA99;
}
</style>