Shades of Drover #FFEDA5
Tints of Drover #FFEDA5
RGB
CMYK
RGB Variations
Color information
#FFEDA5 (or 0xFFEDA5) is known color: Drover. HEX triplet: FF, ED and A5. RGB value is (255,237,165). Sum of RGB (Red+Green+Blue) = 255+237+165=657 (87% of max value = 765). Red value is 255 (100% from 255 or 38.81% from 657); Green value is 237 (92.97% from 255 or 36.07% from 657); Blue value is 165 (64.84% from 255 or 25.11% from 657); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEDA5 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFEDA5 is #00125A. Grayscale: #EAEAEA. Windows color (decimal): -4699 or 10874367. OLE color: 10874367.
HSL color Cylindrical-coordinate representation of color #FFEDA5: hue angle of 48º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #FFEDA5 is Cyan = 0, Magento = 0.07, Yellow = 0.35 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 237 | 165 | - |
| CMYK | 0 | 0.07 | 0.35 | 0 |
| HSL | 48º | 1% | 0.82% | - |
| HSV(B) | 48º | 0.35% | 1% | - |
| XYZ | 78.32 | 84.54 | 47.79 | - |
| YUV | 234.17 | 88.96 | 142.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 237 | 165 | 0 | 0.07 | 0.35 | 0 | 48 | 1 | 0.82 |
| Hex | FF | ED | A5 | 0 | 7 | 23 | 0 | 30 | 64 | 52 |
| Octal | 377 | 355 | 245 | 0 | 7 | 43 | 0 | 60 | 144 | 122 |
| Binary | 11111111 | 11101101 | 10100101 | 0 | 111 | 100011 | 0 | 110000 | 1100100 | 1010010 |
Color Harmonies of #FFEDA5
Complementary color
Monochromatic Colors of #FFEDA5
Black with #FFEDA5
Text Example
Text Example
White with #FFEDA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFEDA5; }
p { color: rgb(255,237,165); }
H1.HeaderClassName
{
color: #FFEDA5;
}
.AnyTagClassName
{
color: #FFEDA5;
}
</style>
background-color css
<style>
a { background-color: #FFEDA5; }
a { background-color: rgb(255,237,165); }
div.DivClassName
{
background-color: #FFEDA5;
}
.BgClassName
{
background-color: #FFEDA5;
}
</style>
border-color css
<style>
span { border-color: #FFEDA5; }
span { border-color: rgb(255,237,165); }
td.TdClassName
{
border-color: #FFEDA5;
}
.TagClassName
{
border-color: #FFEDA5;
}
</style>