Shades of Drover #FFE9A0
Tints of Drover #FFE9A0
RGB
CMYK
RGB Variations
Color information
#FFE9A0 (or 0xFFE9A0) is known color: Drover. HEX triplet: FF, E9 and A0. RGB value is (255,233,160). Sum of RGB (Red+Green+Blue) = 255+233+160=648 (85% of max value = 765). Red value is 255 (100% from 255 or 39.35% from 648); Green value is 233 (91.41% from 255 or 35.96% from 648); Blue value is 160 (62.89% from 255 or 24.69% from 648); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE9A0 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFE9A0 is #00165F. Grayscale: #E7E7E7. Windows color (decimal): -5728 or 10545663. OLE color: 10545663.
HSL color Cylindrical-coordinate representation of color #FFE9A0: hue angle of 46.11º 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 #FFE9A0 is Cyan = 0, Magento = 0.09, Yellow = 0.37 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 233 | 160 | - |
| CMYK | 0 | 0.09 | 0.37 | 0 |
| HSL | 46.11º | 1% | 0.81% | - |
| HSV(B) | 46.11º | 0.37% | 1% | - |
| XYZ | 76.72 | 82.08 | 45.06 | - |
| YUV | 231.26 | 87.79 | 144.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 233 | 160 | 0 | 0.09 | 0.37 | 0 | 46.11 | 1 | 0.81 |
| Hex | FF | E9 | A0 | 0 | 9 | 25 | 0 | 2E | 64 | 51 |
| Octal | 377 | 351 | 240 | 0 | 11 | 45 | 0 | 56 | 144 | 121 |
| Binary | 11111111 | 11101001 | 10100000 | 0 | 1001 | 100101 | 0 | 101110 | 1100100 | 1010001 |
Color Harmonies of #FFE9A0
Complementary color
Monochromatic Colors of #FFE9A0
Black with #FFE9A0
Text Example
Text Example
White with #FFE9A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE9A0; }
p { color: rgb(255,233,160); }
H1.HeaderClassName
{
color: #FFE9A0;
}
.AnyTagClassName
{
color: #FFE9A0;
}
</style>
background-color css
<style>
a { background-color: #FFE9A0; }
a { background-color: rgb(255,233,160); }
div.DivClassName
{
background-color: #FFE9A0;
}
.BgClassName
{
background-color: #FFE9A0;
}
</style>
border-color css
<style>
span { border-color: #FFE9A0; }
span { border-color: rgb(255,233,160); }
td.TdClassName
{
border-color: #FFE9A0;
}
.TagClassName
{
border-color: #FFE9A0;
}
</style>