Shades of Drover #F7EDA0
Tints of Drover #F7EDA0
RGB
CMYK
RGB Variations
Color information
#F7EDA0 (or 0xF7EDA0) is known color: Drover. HEX triplet: F7, ED and A0. RGB value is (247,237,160). Sum of RGB (Red+Green+Blue) = 247+237+160=644 (85% of max value = 765). Red value is 247 (96.88% from 255 or 38.35% from 644); Green value is 237 (92.97% from 255 or 36.80% from 644); Blue value is 160 (62.89% from 255 or 24.84% from 644); Max value from RGB is 247 - color contains mainly: red. Hex color #F7EDA0 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F7EDA0 is #08125F. Grayscale: #E7E7E7. Windows color (decimal): -528992 or 10546679. OLE color: 10546679.
HSL color Cylindrical-coordinate representation of color #F7EDA0: hue angle of 53.1º degrees, saturation: 0.84, 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 #F7EDA0 is Cyan = 0, Magento = 0.04, Yellow = 0.35 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 237 | 160 | - |
| CMYK | 0 | 0.04 | 0.35 | 0.03 |
| HSL | 53.1º | 0.84% | 0.8% | - |
| HSV(B) | 53.1º | 0.35% | 0.97% | - |
| XYZ | 74.99 | 82.88 | 45.3 | - |
| YUV | 231.21 | 87.81 | 139.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 237 | 160 | 0 | 0.04 | 0.35 | 0.03 | 53.1 | 0.84 | 0.8 |
| Hex | F7 | ED | A0 | 0 | 4 | 23 | 3 | 35 | 54 | 50 |
| Octal | 367 | 355 | 240 | 0 | 4 | 43 | 3 | 65 | 124 | 120 |
| Binary | 11110111 | 11101101 | 10100000 | 0 | 100 | 100011 | 11 | 110101 | 1010100 | 1010000 |
Color Harmonies of #F7EDA0
Complementary color
Monochromatic Colors of #F7EDA0
Black with #F7EDA0
Text Example
Text Example
White with #F7EDA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7EDA0; }
p { color: rgb(247,237,160); }
H1.HeaderClassName
{
color: #F7EDA0;
}
.AnyTagClassName
{
color: #F7EDA0;
}
</style>
background-color css
<style>
a { background-color: #F7EDA0; }
a { background-color: rgb(247,237,160); }
div.DivClassName
{
background-color: #F7EDA0;
}
.BgClassName
{
background-color: #F7EDA0;
}
</style>
border-color css
<style>
span { border-color: #F7EDA0; }
span { border-color: rgb(247,237,160); }
td.TdClassName
{
border-color: #F7EDA0;
}
.TagClassName
{
border-color: #F7EDA0;
}
</style>