Shades of Drover #F7EDA5
Tints of Drover #F7EDA5
RGB
CMYK
RGB Variations
Color information
#F7EDA5 (or 0xF7EDA5) is known color: Drover. HEX triplet: F7, ED and A5. RGB value is (247,237,165). Sum of RGB (Red+Green+Blue) = 247+237+165=649 (85% of max value = 765). Red value is 247 (96.88% from 255 or 38.06% from 649); Green value is 237 (92.97% from 255 or 36.52% from 649); Blue value is 165 (64.84% from 255 or 25.42% from 649); Max value from RGB is 247 - color contains mainly: red. Hex color #F7EDA5 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F7EDA5 is #08125A. Grayscale: #E8E8E8. Windows color (decimal): -528987 or 10874359. OLE color: 10874359.
HSL color Cylindrical-coordinate representation of color #F7EDA5: hue angle of 52.68º degrees, saturation: 0.84, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #F7EDA5 is Cyan = 0, Magento = 0.04, Yellow = 0.33 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 237 | 165 | - |
| CMYK | 0 | 0.04 | 0.33 | 0.03 |
| HSL | 52.68º | 0.84% | 0.81% | - |
| HSV(B) | 52.68º | 0.33% | 0.97% | - |
| XYZ | 75.43 | 83.06 | 47.65 | - |
| YUV | 231.78 | 90.31 | 138.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 237 | 165 | 0 | 0.04 | 0.33 | 0.03 | 52.68 | 0.84 | 0.81 |
| Hex | F7 | ED | A5 | 0 | 4 | 21 | 3 | 35 | 54 | 51 |
| Octal | 367 | 355 | 245 | 0 | 4 | 41 | 3 | 65 | 124 | 121 |
| Binary | 11110111 | 11101101 | 10100101 | 0 | 100 | 100001 | 11 | 110101 | 1010100 | 1010001 |
Color Harmonies of #F7EDA5
Complementary color
Monochromatic Colors of #F7EDA5
Black with #F7EDA5
Text Example
Text Example
White with #F7EDA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7EDA5; }
p { color: rgb(247,237,165); }
H1.HeaderClassName
{
color: #F7EDA5;
}
.AnyTagClassName
{
color: #F7EDA5;
}
</style>
background-color css
<style>
a { background-color: #F7EDA5; }
a { background-color: rgb(247,237,165); }
div.DivClassName
{
background-color: #F7EDA5;
}
.BgClassName
{
background-color: #F7EDA5;
}
</style>
border-color css
<style>
span { border-color: #F7EDA5; }
span { border-color: rgb(247,237,165); }
td.TdClassName
{
border-color: #F7EDA5;
}
.TagClassName
{
border-color: #F7EDA5;
}
</style>