Shades of Drover #FFEA9F
Tints of Drover #FFEA9F
RGB
CMYK
RGB Variations
Color information
#FFEA9F (or 0xFFEA9F) is known color: Drover. HEX triplet: FF, EA and 9F. RGB value is (255,234,159). Sum of RGB (Red+Green+Blue) = 255+234+159=648 (85% of max value = 765). Red value is 255 (100% from 255 or 39.35% from 648); Green value is 234 (91.80% from 255 or 36.11% from 648); Blue value is 159 (62.5% from 255 or 24.54% from 648); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEA9F is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFEA9F is #001560. Grayscale: #E8E8E8. Windows color (decimal): -5473 or 10480383. OLE color: 10480383.
HSL color Cylindrical-coordinate representation of color #FFEA9F: hue angle of 46.88º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #FFEA9F is Cyan = 0, Magento = 0.08, Yellow = 0.38 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 234 | 159 | - |
| CMYK | 0 | 0.08 | 0.38 | 0 |
| HSL | 46.88º | 1% | 0.81% | - |
| HSV(B) | 46.88º | 0.38% | 1% | - |
| XYZ | 76.92 | 82.61 | 44.69 | - |
| YUV | 231.73 | 86.96 | 144.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 234 | 159 | 0 | 0.08 | 0.38 | 0 | 46.88 | 1 | 0.81 |
| Hex | FF | EA | 9F | 0 | 8 | 26 | 0 | 2F | 64 | 51 |
| Octal | 377 | 352 | 237 | 0 | 10 | 46 | 0 | 57 | 144 | 121 |
| Binary | 11111111 | 11101010 | 10011111 | 0 | 1000 | 100110 | 0 | 101111 | 1100100 | 1010001 |
Color Harmonies of #FFEA9F
Complementary color
Monochromatic Colors of #FFEA9F
Black with #FFEA9F
Text Example
Text Example
White with #FFEA9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFEA9F; }
p { color: rgb(255,234,159); }
H1.HeaderClassName
{
color: #FFEA9F;
}
.AnyTagClassName
{
color: #FFEA9F;
}
</style>
background-color css
<style>
a { background-color: #FFEA9F; }
a { background-color: rgb(255,234,159); }
div.DivClassName
{
background-color: #FFEA9F;
}
.BgClassName
{
background-color: #FFEA9F;
}
</style>
border-color css
<style>
span { border-color: #FFEA9F; }
span { border-color: rgb(255,234,159); }
td.TdClassName
{
border-color: #FFEA9F;
}
.TagClassName
{
border-color: #FFEA9F;
}
</style>