Shades of Drover #F6EAA0
Tints of Drover #F6EAA0
RGB
CMYK
RGB Variations
Color information
#F6EAA0 (or 0xF6EAA0) is known color: Drover. HEX triplet: F6, EA and A0. RGB value is (246,234,160). Sum of RGB (Red+Green+Blue) = 246+234+160=640 (84% of max value = 765). Red value is 246 (96.48% from 255 or 38.44% from 640); Green value is 234 (91.80% from 255 or 36.56% from 640); Blue value is 160 (62.89% from 255 or 25% from 640); Max value from RGB is 246 - color contains mainly: red. Hex color #F6EAA0 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F6EAA0 is #09155F. Grayscale: #E5E5E5. Windows color (decimal): -595296 or 10545910. OLE color: 10545910.
HSL color Cylindrical-coordinate representation of color #F6EAA0: hue angle of 51.63º degrees, saturation: 0.83, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #F6EAA0 is Cyan = 0, Magento = 0.05, Yellow = 0.35 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 234 | 160 | - |
| CMYK | 0 | 0.05 | 0.35 | 0.04 |
| HSL | 51.63º | 0.83% | 0.8% | - |
| HSV(B) | 51.63º | 0.35% | 0.96% | - |
| XYZ | 73.77 | 80.98 | 45 | - |
| YUV | 229.15 | 88.98 | 140.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 234 | 160 | 0 | 0.05 | 0.35 | 0.04 | 51.63 | 0.83 | 0.8 |
| Hex | F6 | EA | A0 | 0 | 5 | 23 | 4 | 34 | 53 | 50 |
| Octal | 366 | 352 | 240 | 0 | 5 | 43 | 4 | 64 | 123 | 120 |
| Binary | 11110110 | 11101010 | 10100000 | 0 | 101 | 100011 | 100 | 110100 | 1010011 | 1010000 |
Color Harmonies of #F6EAA0
Complementary color
Monochromatic Colors of #F6EAA0
Black with #F6EAA0
Text Example
Text Example
White with #F6EAA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6EAA0; }
p { color: rgb(246,234,160); }
H1.HeaderClassName
{
color: #F6EAA0;
}
.AnyTagClassName
{
color: #F6EAA0;
}
</style>
background-color css
<style>
a { background-color: #F6EAA0; }
a { background-color: rgb(246,234,160); }
div.DivClassName
{
background-color: #F6EAA0;
}
.BgClassName
{
background-color: #F6EAA0;
}
</style>
border-color css
<style>
span { border-color: #F6EAA0; }
span { border-color: rgb(246,234,160); }
td.TdClassName
{
border-color: #F6EAA0;
}
.TagClassName
{
border-color: #F6EAA0;
}
</style>