Shades of Drover #F9EA9E
Tints of Drover #F9EA9E
RGB
CMYK
RGB Variations
Color information
#F9EA9E (or 0xF9EA9E) is known color: Drover. HEX triplet: F9, EA and 9E. RGB value is (249,234,158). Sum of RGB (Red+Green+Blue) = 249+234+158=641 (84% of max value = 765). Red value is 249 (97.66% from 255 or 38.85% from 641); Green value is 234 (91.80% from 255 or 36.51% from 641); Blue value is 158 (62.11% from 255 or 24.65% from 641); Max value from RGB is 249 - color contains mainly: red. Hex color #F9EA9E is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F9EA9E is #061561. Grayscale: #E6E6E6. Windows color (decimal): -398690 or 10414841. OLE color: 10414841.
HSL color Cylindrical-coordinate representation of color #F9EA9E: hue angle of 50.11º degrees, saturation: 0.88, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #F9EA9E is Cyan = 0, Magento = 0.06, Yellow = 0.37 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 234 | 158 | - |
| CMYK | 0 | 0.06 | 0.37 | 0.02 |
| HSL | 50.11º | 0.88% | 0.8% | - |
| HSV(B) | 50.11º | 0.37% | 0.98% | - |
| XYZ | 74.66 | 81.45 | 44.13 | - |
| YUV | 229.82 | 87.47 | 141.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 234 | 158 | 0 | 0.06 | 0.37 | 0.02 | 50.11 | 0.88 | 0.8 |
| Hex | F9 | EA | 9E | 0 | 6 | 25 | 2 | 32 | 58 | 50 |
| Octal | 371 | 352 | 236 | 0 | 6 | 45 | 2 | 62 | 130 | 120 |
| Binary | 11111001 | 11101010 | 10011110 | 0 | 110 | 100101 | 10 | 110010 | 1011000 | 1010000 |
Color Harmonies of #F9EA9E
Complementary color
Monochromatic Colors of #F9EA9E
Black with #F9EA9E
Text Example
Text Example
White with #F9EA9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9EA9E; }
p { color: rgb(249,234,158); }
H1.HeaderClassName
{
color: #F9EA9E;
}
.AnyTagClassName
{
color: #F9EA9E;
}
</style>
background-color css
<style>
a { background-color: #F9EA9E; }
a { background-color: rgb(249,234,158); }
div.DivClassName
{
background-color: #F9EA9E;
}
.BgClassName
{
background-color: #F9EA9E;
}
</style>
border-color css
<style>
span { border-color: #F9EA9E; }
span { border-color: rgb(249,234,158); }
td.TdClassName
{
border-color: #F9EA9E;
}
.TagClassName
{
border-color: #F9EA9E;
}
</style>