Shades of Drover #FFEA9E
Tints of Drover #FFEA9E
RGB
CMYK
RGB Variations
Color information
#FFEA9E (or 0xFFEA9E) is known color: Drover. HEX triplet: FF, EA and 9E. RGB value is (255,234,158). Sum of RGB (Red+Green+Blue) = 255+234+158=647 (85% of max value = 765). Red value is 255 (100% from 255 or 39.41% from 647); Green value is 234 (91.80% from 255 or 36.17% from 647); Blue value is 158 (62.11% from 255 or 24.42% from 647); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEA9E is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFEA9E is #001561. Grayscale: #E7E7E7. Windows color (decimal): -5474 or 10414847. OLE color: 10414847.
HSL color Cylindrical-coordinate representation of color #FFEA9E: hue angle of 47.01º 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 #FFEA9E is Cyan = 0, Magento = 0.08, Yellow = 0.38 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 234 | 158 | - |
| CMYK | 0 | 0.08 | 0.38 | 0 |
| HSL | 47.01º | 1% | 0.81% | - |
| HSV(B) | 47.01º | 0.38% | 1% | - |
| XYZ | 76.83 | 82.57 | 44.24 | - |
| YUV | 231.62 | 86.46 | 144.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 234 | 158 | 0 | 0.08 | 0.38 | 0 | 47.01 | 1 | 0.81 |
| Hex | FF | EA | 9E | 0 | 8 | 26 | 0 | 2F | 64 | 51 |
| Octal | 377 | 352 | 236 | 0 | 10 | 46 | 0 | 57 | 144 | 121 |
| Binary | 11111111 | 11101010 | 10011110 | 0 | 1000 | 100110 | 0 | 101111 | 1100100 | 1010001 |
Color Harmonies of #FFEA9E
Complementary color
Monochromatic Colors of #FFEA9E
Black with #FFEA9E
Text Example
Text Example
White with #FFEA9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFEA9E; }
p { color: rgb(255,234,158); }
H1.HeaderClassName
{
color: #FFEA9E;
}
.AnyTagClassName
{
color: #FFEA9E;
}
</style>
background-color css
<style>
a { background-color: #FFEA9E; }
a { background-color: rgb(255,234,158); }
div.DivClassName
{
background-color: #FFEA9E;
}
.BgClassName
{
background-color: #FFEA9E;
}
</style>
border-color css
<style>
span { border-color: #FFEA9E; }
span { border-color: rgb(255,234,158); }
td.TdClassName
{
border-color: #FFEA9E;
}
.TagClassName
{
border-color: #FFEA9E;
}
</style>