Shades of Drover #FFEDA1
Tints of Drover #FFEDA1
RGB
CMYK
RGB Variations
Color information
#FFEDA1 (or 0xFFEDA1) is known color: Drover. HEX triplet: FF, ED and A1. RGB value is (255,237,161). Sum of RGB (Red+Green+Blue) = 255+237+161=653 (86% of max value = 765). Red value is 255 (100% from 255 or 39.05% from 653); Green value is 237 (92.97% from 255 or 36.29% from 653); Blue value is 161 (63.28% from 255 or 24.66% from 653); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEDA1 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFEDA1 is #00125E. Grayscale: #EAEAEA. Windows color (decimal): -4703 or 10612223. OLE color: 10612223.
HSL color Cylindrical-coordinate representation of color #FFEDA1: hue angle of 48.51º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #FFEDA1 is Cyan = 0, Magento = 0.07, Yellow = 0.37 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 237 | 161 | - |
| CMYK | 0 | 0.07 | 0.37 | 0 |
| HSL | 48.51º | 1% | 0.82% | - |
| HSV(B) | 48.51º | 0.37% | 1% | - |
| XYZ | 77.96 | 84.4 | 45.9 | - |
| YUV | 233.72 | 86.96 | 143.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 237 | 161 | 0 | 0.07 | 0.37 | 0 | 48.51 | 1 | 0.82 |
| Hex | FF | ED | A1 | 0 | 7 | 25 | 0 | 31 | 64 | 52 |
| Octal | 377 | 355 | 241 | 0 | 7 | 45 | 0 | 61 | 144 | 122 |
| Binary | 11111111 | 11101101 | 10100001 | 0 | 111 | 100101 | 0 | 110001 | 1100100 | 1010010 |
Color Harmonies of #FFEDA1
Complementary color
Monochromatic Colors of #FFEDA1
Black with #FFEDA1
Text Example
Text Example
White with #FFEDA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFEDA1; }
p { color: rgb(255,237,161); }
H1.HeaderClassName
{
color: #FFEDA1;
}
.AnyTagClassName
{
color: #FFEDA1;
}
</style>
background-color css
<style>
a { background-color: #FFEDA1; }
a { background-color: rgb(255,237,161); }
div.DivClassName
{
background-color: #FFEDA1;
}
.BgClassName
{
background-color: #FFEDA1;
}
</style>
border-color css
<style>
span { border-color: #FFEDA1; }
span { border-color: rgb(255,237,161); }
td.TdClassName
{
border-color: #FFEDA1;
}
.TagClassName
{
border-color: #FFEDA1;
}
</style>