Shades of Drover #FDEA9F
Tints of Drover #FDEA9F
RGB
CMYK
RGB Variations
Color information
#FDEA9F (or 0xFDEA9F) is known color: Drover. HEX triplet: FD, EA and 9F. RGB value is (253,234,159). Sum of RGB (Red+Green+Blue) = 253+234+159=646 (85% of max value = 765). Red value is 253 (99.22% from 255 or 39.16% from 646); Green value is 234 (91.80% from 255 or 36.22% from 646); Blue value is 159 (62.5% from 255 or 24.61% from 646); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEA9F is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDEA9F is #021560. Grayscale: #E7E7E7. Windows color (decimal): -136545 or 10480381. OLE color: 10480381.
HSL color Cylindrical-coordinate representation of color #FDEA9F: hue angle of 47.87º 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 #FDEA9F is Cyan = 0, Magento = 0.08, Yellow = 0.37 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 234 | 159 | - |
| CMYK | 0 | 0.08 | 0.37 | 0.01 |
| HSL | 47.87º | 0.96% | 0.81% | - |
| HSV(B) | 47.87º | 0.37% | 0.99% | - |
| XYZ | 76.19 | 82.23 | 44.66 | - |
| YUV | 231.13 | 87.29 | 143.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 234 | 159 | 0 | 0.08 | 0.37 | 0.01 | 47.87 | 0.96 | 0.81 |
| Hex | FD | EA | 9F | 0 | 8 | 25 | 1 | 30 | 60 | 51 |
| Octal | 375 | 352 | 237 | 0 | 10 | 45 | 1 | 60 | 140 | 121 |
| Binary | 11111101 | 11101010 | 10011111 | 0 | 1000 | 100101 | 1 | 110000 | 1100000 | 1010001 |
Color Harmonies of #FDEA9F
Complementary color
Monochromatic Colors of #FDEA9F
Black with #FDEA9F
Text Example
Text Example
White with #FDEA9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDEA9F; }
p { color: rgb(253,234,159); }
H1.HeaderClassName
{
color: #FDEA9F;
}
.AnyTagClassName
{
color: #FDEA9F;
}
</style>
background-color css
<style>
a { background-color: #FDEA9F; }
a { background-color: rgb(253,234,159); }
div.DivClassName
{
background-color: #FDEA9F;
}
.BgClassName
{
background-color: #FDEA9F;
}
</style>
border-color css
<style>
span { border-color: #FDEA9F; }
span { border-color: rgb(253,234,159); }
td.TdClassName
{
border-color: #FDEA9F;
}
.TagClassName
{
border-color: #FDEA9F;
}
</style>