Shades of Drover #FFEDA6
Tints of Drover #FFEDA6
RGB
CMYK
RGB Variations
Color information
#FFEDA6 (or 0xFFEDA6) is known color: Drover. HEX triplet: FF, ED and A6. RGB value is (255,237,166). Sum of RGB (Red+Green+Blue) = 255+237+166=658 (87% of max value = 765). Red value is 255 (100% from 255 or 38.75% from 658); Green value is 237 (92.97% from 255 or 36.02% from 658); Blue value is 166 (65.23% from 255 or 25.23% from 658); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEDA6 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFEDA6 is #001259. Grayscale: #EAEAEA. Windows color (decimal): -4698 or 10939903. OLE color: 10939903.
HSL color Cylindrical-coordinate representation of color #FFEDA6: hue angle of 47.87º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #FFEDA6 is Cyan = 0, Magento = 0.07, Yellow = 0.35 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 237 | 166 | - |
| CMYK | 0 | 0.07 | 0.35 | 0 |
| HSL | 47.87º | 1% | 0.83% | - |
| HSV(B) | 47.87º | 0.35% | 1% | - |
| XYZ | 78.41 | 84.58 | 48.27 | - |
| YUV | 234.29 | 89.46 | 142.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 237 | 166 | 0 | 0.07 | 0.35 | 0 | 47.87 | 1 | 0.83 |
| Hex | FF | ED | A6 | 0 | 7 | 23 | 0 | 30 | 64 | 53 |
| Octal | 377 | 355 | 246 | 0 | 7 | 43 | 0 | 60 | 144 | 123 |
| Binary | 11111111 | 11101101 | 10100110 | 0 | 111 | 100011 | 0 | 110000 | 1100100 | 1010011 |
Color Harmonies of #FFEDA6
Complementary color
Monochromatic Colors of #FFEDA6
Black with #FFEDA6
Text Example
Text Example
White with #FFEDA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFEDA6; }
p { color: rgb(255,237,166); }
H1.HeaderClassName
{
color: #FFEDA6;
}
.AnyTagClassName
{
color: #FFEDA6;
}
</style>
background-color css
<style>
a { background-color: #FFEDA6; }
a { background-color: rgb(255,237,166); }
div.DivClassName
{
background-color: #FFEDA6;
}
.BgClassName
{
background-color: #FFEDA6;
}
</style>
border-color css
<style>
span { border-color: #FFEDA6; }
span { border-color: rgb(255,237,166); }
td.TdClassName
{
border-color: #FFEDA6;
}
.TagClassName
{
border-color: #FFEDA6;
}
</style>