Shades of Drover #FFEAA0
Tints of Drover #FFEAA0
RGB
CMYK
RGB Variations
Color information
#FFEAA0 (or 0xFFEAA0) is known color: Drover. HEX triplet: FF, EA and A0. RGB value is (255,234,160). Sum of RGB (Red+Green+Blue) = 255+234+160=649 (85% of max value = 765). Red value is 255 (100% from 255 or 39.29% from 649); Green value is 234 (91.80% from 255 or 36.06% from 649); Blue value is 160 (62.89% from 255 or 24.65% from 649); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEAA0 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFEAA0 is #00155F. Grayscale: #E8E8E8. Windows color (decimal): -5472 or 10545919. OLE color: 10545919.
HSL color Cylindrical-coordinate representation of color #FFEAA0: hue angle of 46.74º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #FFEAA0 is Cyan = 0, Magento = 0.08, Yellow = 0.37 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 234 | 160 | - |
| CMYK | 0 | 0.08 | 0.37 | 0 |
| HSL | 46.74º | 1% | 0.81% | - |
| HSV(B) | 46.74º | 0.37% | 1% | - |
| XYZ | 77.01 | 82.64 | 45.15 | - |
| YUV | 231.84 | 87.46 | 144.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 234 | 160 | 0 | 0.08 | 0.37 | 0 | 46.74 | 1 | 0.81 |
| Hex | FF | EA | A0 | 0 | 8 | 25 | 0 | 2F | 64 | 51 |
| Octal | 377 | 352 | 240 | 0 | 10 | 45 | 0 | 57 | 144 | 121 |
| Binary | 11111111 | 11101010 | 10100000 | 0 | 1000 | 100101 | 0 | 101111 | 1100100 | 1010001 |
Color Harmonies of #FFEAA0
Complementary color
Monochromatic Colors of #FFEAA0
Black with #FFEAA0
Text Example
Text Example
White with #FFEAA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFEAA0; }
p { color: rgb(255,234,160); }
H1.HeaderClassName
{
color: #FFEAA0;
}
.AnyTagClassName
{
color: #FFEAA0;
}
</style>
background-color css
<style>
a { background-color: #FFEAA0; }
a { background-color: rgb(255,234,160); }
div.DivClassName
{
background-color: #FFEAA0;
}
.BgClassName
{
background-color: #FFEAA0;
}
</style>
border-color css
<style>
span { border-color: #FFEAA0; }
span { border-color: rgb(255,234,160); }
td.TdClassName
{
border-color: #FFEAA0;
}
.TagClassName
{
border-color: #FFEAA0;
}
</style>