Shades of Drover #F9EAA2
Tints of Drover #F9EAA2
RGB
CMYK
RGB Variations
Color information
#F9EAA2 (or 0xF9EAA2) is known color: Drover. HEX triplet: F9, EA and A2. RGB value is (249,234,162). Sum of RGB (Red+Green+Blue) = 249+234+162=645 (85% of max value = 765). Red value is 249 (97.66% from 255 or 38.60% from 645); Green value is 234 (91.80% from 255 or 36.28% from 645); Blue value is 162 (63.67% from 255 or 25.12% from 645); Max value from RGB is 249 - color contains mainly: red. Hex color #F9EAA2 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F9EAA2 is #06155D. Grayscale: #E6E6E6. Windows color (decimal): -398686 or 10676985. OLE color: 10676985.
HSL color Cylindrical-coordinate representation of color #F9EAA2: hue angle of 49.66º degrees, saturation: 0.88, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #F9EAA2 is Cyan = 0, Magento = 0.06, Yellow = 0.35 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 234 | 162 | - |
| CMYK | 0 | 0.06 | 0.35 | 0.02 |
| HSL | 49.66º | 0.88% | 0.81% | - |
| HSV(B) | 49.66º | 0.35% | 0.98% | - |
| XYZ | 75.01 | 81.59 | 45.98 | - |
| YUV | 230.28 | 89.47 | 141.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 234 | 162 | 0 | 0.06 | 0.35 | 0.02 | 49.66 | 0.88 | 0.81 |
| Hex | F9 | EA | A2 | 0 | 6 | 23 | 2 | 32 | 58 | 51 |
| Octal | 371 | 352 | 242 | 0 | 6 | 43 | 2 | 62 | 130 | 121 |
| Binary | 11111001 | 11101010 | 10100010 | 0 | 110 | 100011 | 10 | 110010 | 1011000 | 1010001 |
Color Harmonies of #F9EAA2
Complementary color
Monochromatic Colors of #F9EAA2
Black with #F9EAA2
Text Example
Text Example
White with #F9EAA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9EAA2; }
p { color: rgb(249,234,162); }
H1.HeaderClassName
{
color: #F9EAA2;
}
.AnyTagClassName
{
color: #F9EAA2;
}
</style>
background-color css
<style>
a { background-color: #F9EAA2; }
a { background-color: rgb(249,234,162); }
div.DivClassName
{
background-color: #F9EAA2;
}
.BgClassName
{
background-color: #F9EAA2;
}
</style>
border-color css
<style>
span { border-color: #F9EAA2; }
span { border-color: rgb(249,234,162); }
td.TdClassName
{
border-color: #F9EAA2;
}
.TagClassName
{
border-color: #F9EAA2;
}
</style>