Shades of Drover #FFEDA2
Tints of Drover #FFEDA2
RGB
CMYK
RGB Variations
Color information
#FFEDA2 (or 0xFFEDA2) is known color: Drover. HEX triplet: FF, ED and A2. RGB value is (255,237,162). Sum of RGB (Red+Green+Blue) = 255+237+162=654 (86% of max value = 765). Red value is 255 (100% from 255 or 38.99% from 654); Green value is 237 (92.97% from 255 or 36.24% from 654); Blue value is 162 (63.67% from 255 or 24.77% from 654); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEDA2 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFEDA2 is #00125D. Grayscale: #EAEAEA. Windows color (decimal): -4702 or 10677759. OLE color: 10677759.
HSL color Cylindrical-coordinate representation of color #FFEDA2: hue angle of 48.39º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #FFEDA2 is Cyan = 0, Magento = 0.07, Yellow = 0.36 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 237 | 162 | - |
| CMYK | 0 | 0.07 | 0.36 | 0 |
| HSL | 48.39º | 1% | 0.82% | - |
| HSV(B) | 48.39º | 0.36% | 1% | - |
| XYZ | 78.05 | 84.44 | 46.37 | - |
| YUV | 233.83 | 87.46 | 143.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 237 | 162 | 0 | 0.07 | 0.36 | 0 | 48.39 | 1 | 0.82 |
| Hex | FF | ED | A2 | 0 | 7 | 24 | 0 | 30 | 64 | 52 |
| Octal | 377 | 355 | 242 | 0 | 7 | 44 | 0 | 60 | 144 | 122 |
| Binary | 11111111 | 11101101 | 10100010 | 0 | 111 | 100100 | 0 | 110000 | 1100100 | 1010010 |
Color Harmonies of #FFEDA2
Complementary color
Monochromatic Colors of #FFEDA2
Black with #FFEDA2
Text Example
Text Example
White with #FFEDA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFEDA2; }
p { color: rgb(255,237,162); }
H1.HeaderClassName
{
color: #FFEDA2;
}
.AnyTagClassName
{
color: #FFEDA2;
}
</style>
background-color css
<style>
a { background-color: #FFEDA2; }
a { background-color: rgb(255,237,162); }
div.DivClassName
{
background-color: #FFEDA2;
}
.BgClassName
{
background-color: #FFEDA2;
}
</style>
border-color css
<style>
span { border-color: #FFEDA2; }
span { border-color: rgb(255,237,162); }
td.TdClassName
{
border-color: #FFEDA2;
}
.TagClassName
{
border-color: #FFEDA2;
}
</style>