Shades of Drover #FFEDA3
Tints of Drover #FFEDA3
RGB
CMYK
RGB Variations
Color information
#FFEDA3 (or 0xFFEDA3) is known color: Drover. HEX triplet: FF, ED and A3. RGB value is (255,237,163). Sum of RGB (Red+Green+Blue) = 255+237+163=655 (86% of max value = 765). Red value is 255 (100% from 255 or 38.93% from 655); Green value is 237 (92.97% from 255 or 36.18% from 655); Blue value is 163 (64.06% from 255 or 24.89% from 655); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEDA3 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFEDA3 is #00125C. Grayscale: #EAEAEA. Windows color (decimal): -4701 or 10743295. OLE color: 10743295.
HSL color Cylindrical-coordinate representation of color #FFEDA3: hue angle of 48.26º 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 #FFEDA3 is Cyan = 0, Magento = 0.07, Yellow = 0.36 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 237 | 163 | - |
| CMYK | 0 | 0.07 | 0.36 | 0 |
| HSL | 48.26º | 1% | 0.82% | - |
| HSV(B) | 48.26º | 0.36% | 1% | - |
| XYZ | 78.14 | 84.47 | 46.84 | - |
| YUV | 233.95 | 87.96 | 143.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 237 | 163 | 0 | 0.07 | 0.36 | 0 | 48.26 | 1 | 0.82 |
| Hex | FF | ED | A3 | 0 | 7 | 24 | 0 | 30 | 64 | 52 |
| Octal | 377 | 355 | 243 | 0 | 7 | 44 | 0 | 60 | 144 | 122 |
| Binary | 11111111 | 11101101 | 10100011 | 0 | 111 | 100100 | 0 | 110000 | 1100100 | 1010010 |
Color Harmonies of #FFEDA3
Complementary color
Monochromatic Colors of #FFEDA3
Black with #FFEDA3
Text Example
Text Example
White with #FFEDA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFEDA3; }
p { color: rgb(255,237,163); }
H1.HeaderClassName
{
color: #FFEDA3;
}
.AnyTagClassName
{
color: #FFEDA3;
}
</style>
background-color css
<style>
a { background-color: #FFEDA3; }
a { background-color: rgb(255,237,163); }
div.DivClassName
{
background-color: #FFEDA3;
}
.BgClassName
{
background-color: #FFEDA3;
}
</style>
border-color css
<style>
span { border-color: #FFEDA3; }
span { border-color: rgb(255,237,163); }
td.TdClassName
{
border-color: #FFEDA3;
}
.TagClassName
{
border-color: #FFEDA3;
}
</style>