Shades of Drover #FDEAA0
Tints of Drover #FDEAA0
RGB
CMYK
RGB Variations
Color information
#FDEAA0 (or 0xFDEAA0) is known color: Drover. HEX triplet: FD, EA and A0. RGB value is (253,234,160). Sum of RGB (Red+Green+Blue) = 253+234+160=647 (85% of max value = 765). Red value is 253 (99.22% from 255 or 39.10% from 647); Green value is 234 (91.80% from 255 or 36.17% from 647); Blue value is 160 (62.89% from 255 or 24.73% from 647); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEAA0 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDEAA0 is #02155F. Grayscale: #E7E7E7. Windows color (decimal): -136544 or 10545917. OLE color: 10545917.
HSL color Cylindrical-coordinate representation of color #FDEAA0: hue angle of 47.74º degrees, saturation: 0.96, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #FDEAA0 is Cyan = 0, Magento = 0.08, Yellow = 0.37 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 234 | 160 | - |
| CMYK | 0 | 0.08 | 0.37 | 0.01 |
| HSL | 47.74º | 0.96% | 0.81% | - |
| HSV(B) | 47.74º | 0.37% | 0.99% | - |
| XYZ | 76.28 | 82.27 | 45.12 | - |
| YUV | 231.25 | 87.79 | 143.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 234 | 160 | 0 | 0.08 | 0.37 | 0.01 | 47.74 | 0.96 | 0.81 |
| Hex | FD | EA | A0 | 0 | 8 | 25 | 1 | 30 | 60 | 51 |
| Octal | 375 | 352 | 240 | 0 | 10 | 45 | 1 | 60 | 140 | 121 |
| Binary | 11111101 | 11101010 | 10100000 | 0 | 1000 | 100101 | 1 | 110000 | 1100000 | 1010001 |
Color Harmonies of #FDEAA0
Complementary color
Monochromatic Colors of #FDEAA0
Black with #FDEAA0
Text Example
Text Example
White with #FDEAA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDEAA0; }
p { color: rgb(253,234,160); }
H1.HeaderClassName
{
color: #FDEAA0;
}
.AnyTagClassName
{
color: #FDEAA0;
}
</style>
background-color css
<style>
a { background-color: #FDEAA0; }
a { background-color: rgb(253,234,160); }
div.DivClassName
{
background-color: #FDEAA0;
}
.BgClassName
{
background-color: #FDEAA0;
}
</style>
border-color css
<style>
span { border-color: #FDEAA0; }
span { border-color: rgb(253,234,160); }
td.TdClassName
{
border-color: #FDEAA0;
}
.TagClassName
{
border-color: #FDEAA0;
}
</style>