Shades of Drover #FFEDA0
Tints of Drover #FFEDA0
RGB
CMYK
RGB Variations
Color information
#FFEDA0 (or 0xFFEDA0) is known color: Drover. HEX triplet: FF, ED and A0. RGB value is (255,237,160). Sum of RGB (Red+Green+Blue) = 255+237+160=652 (86% of max value = 765). Red value is 255 (100% from 255 or 39.11% from 652); Green value is 237 (92.97% from 255 or 36.35% from 652); Blue value is 160 (62.89% from 255 or 24.54% from 652); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEDA0 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFEDA0 is #00125F. Grayscale: #E9E9E9. Windows color (decimal): -4704 or 10546687. OLE color: 10546687.
HSL color Cylindrical-coordinate representation of color #FFEDA0: hue angle of 48.63º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #FFEDA0 is Cyan = 0, Magento = 0.07, Yellow = 0.37 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 237 | 160 | - |
| CMYK | 0 | 0.07 | 0.37 | 0 |
| HSL | 48.63º | 1% | 0.81% | - |
| HSV(B) | 48.63º | 0.37% | 1% | - |
| XYZ | 77.87 | 84.37 | 45.44 | - |
| YUV | 233.6 | 86.46 | 143.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 237 | 160 | 0 | 0.07 | 0.37 | 0 | 48.63 | 1 | 0.81 |
| Hex | FF | ED | A0 | 0 | 7 | 25 | 0 | 31 | 64 | 51 |
| Octal | 377 | 355 | 240 | 0 | 7 | 45 | 0 | 61 | 144 | 121 |
| Binary | 11111111 | 11101101 | 10100000 | 0 | 111 | 100101 | 0 | 110001 | 1100100 | 1010001 |
Color Harmonies of #FFEDA0
Complementary color
Monochromatic Colors of #FFEDA0
Black with #FFEDA0
Text Example
Text Example
White with #FFEDA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFEDA0; }
p { color: rgb(255,237,160); }
H1.HeaderClassName
{
color: #FFEDA0;
}
.AnyTagClassName
{
color: #FFEDA0;
}
</style>
background-color css
<style>
a { background-color: #FFEDA0; }
a { background-color: rgb(255,237,160); }
div.DivClassName
{
background-color: #FFEDA0;
}
.BgClassName
{
background-color: #FFEDA0;
}
</style>
border-color css
<style>
span { border-color: #FFEDA0; }
span { border-color: rgb(255,237,160); }
td.TdClassName
{
border-color: #FFEDA0;
}
.TagClassName
{
border-color: #FFEDA0;
}
</style>