Shades of Drover #F8EEA0
Tints of Drover #F8EEA0
RGB
CMYK
RGB Variations
Color information
#F8EEA0 (or 0xF8EEA0) is known color: Drover. HEX triplet: F8, EE and A0. RGB value is (248,238,160). Sum of RGB (Red+Green+Blue) = 248+238+160=646 (85% of max value = 765). Red value is 248 (97.27% from 255 or 38.39% from 646); Green value is 238 (93.36% from 255 or 36.84% from 646); Blue value is 160 (62.89% from 255 or 24.77% from 646); Max value from RGB is 248 - color contains mainly: red. Hex color #F8EEA0 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F8EEA0 is #07115F. Grayscale: #E8E8E8. Windows color (decimal): -463200 or 10546936. OLE color: 10546936.
HSL color Cylindrical-coordinate representation of color #F8EEA0: hue angle of 53.18º degrees, saturation: 0.86, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #F8EEA0 is Cyan = 0, Magento = 0.04, Yellow = 0.35 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 238 | 160 | - |
| CMYK | 0 | 0.04 | 0.35 | 0.03 |
| HSL | 53.18º | 0.86% | 0.8% | - |
| HSV(B) | 53.18º | 0.35% | 0.97% | - |
| XYZ | 75.63 | 83.64 | 45.42 | - |
| YUV | 232.1 | 87.31 | 139.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 238 | 160 | 0 | 0.04 | 0.35 | 0.03 | 53.18 | 0.86 | 0.8 |
| Hex | F8 | EE | A0 | 0 | 4 | 23 | 3 | 35 | 56 | 50 |
| Octal | 370 | 356 | 240 | 0 | 4 | 43 | 3 | 65 | 126 | 120 |
| Binary | 11111000 | 11101110 | 10100000 | 0 | 100 | 100011 | 11 | 110101 | 1010110 | 1010000 |
Color Harmonies of #F8EEA0
Complementary color
Monochromatic Colors of #F8EEA0
Black with #F8EEA0
Text Example
Text Example
White with #F8EEA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8EEA0; }
p { color: rgb(248,238,160); }
H1.HeaderClassName
{
color: #F8EEA0;
}
.AnyTagClassName
{
color: #F8EEA0;
}
</style>
background-color css
<style>
a { background-color: #F8EEA0; }
a { background-color: rgb(248,238,160); }
div.DivClassName
{
background-color: #F8EEA0;
}
.BgClassName
{
background-color: #F8EEA0;
}
</style>
border-color css
<style>
span { border-color: #F8EEA0; }
span { border-color: rgb(248,238,160); }
td.TdClassName
{
border-color: #F8EEA0;
}
.TagClassName
{
border-color: #F8EEA0;
}
</style>