Shades of Drover #FDEA9A
Tints of Drover #FDEA9A
RGB
CMYK
RGB Variations
Color information
#FDEA9A (or 0xFDEA9A) is known color: Drover. HEX triplet: FD, EA and 9A. RGB value is (253,234,154). Sum of RGB (Red+Green+Blue) = 253+234+154=641 (84% of max value = 765). Red value is 253 (99.22% from 255 or 39.47% from 641); Green value is 234 (91.80% from 255 or 36.51% from 641); Blue value is 154 (60.55% from 255 or 24.02% from 641); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEA9A is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDEA9A is #021565. Grayscale: #E6E6E6. Windows color (decimal): -136550 or 10152701. OLE color: 10152701.
HSL color Cylindrical-coordinate representation of color #FDEA9A: hue angle of 48.48º degrees, saturation: 0.96, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #FDEA9A is Cyan = 0, Magento = 0.08, Yellow = 0.39 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 234 | 154 | - |
| CMYK | 0 | 0.08 | 0.39 | 0.01 |
| HSL | 48.48º | 0.96% | 0.8% | - |
| HSV(B) | 48.48º | 0.39% | 0.99% | - |
| XYZ | 75.76 | 82.06 | 42.42 | - |
| YUV | 230.56 | 84.79 | 144 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 234 | 154 | 0 | 0.08 | 0.39 | 0.01 | 48.48 | 0.96 | 0.8 |
| Hex | FD | EA | 9A | 0 | 8 | 27 | 1 | 30 | 60 | 50 |
| Octal | 375 | 352 | 232 | 0 | 10 | 47 | 1 | 60 | 140 | 120 |
| Binary | 11111101 | 11101010 | 10011010 | 0 | 1000 | 100111 | 1 | 110000 | 1100000 | 1010000 |
Color Harmonies of #FDEA9A
Complementary color
Monochromatic Colors of #FDEA9A
Black with #FDEA9A
Text Example
Text Example
White with #FDEA9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDEA9A; }
p { color: rgb(253,234,154); }
H1.HeaderClassName
{
color: #FDEA9A;
}
.AnyTagClassName
{
color: #FDEA9A;
}
</style>
background-color css
<style>
a { background-color: #FDEA9A; }
a { background-color: rgb(253,234,154); }
div.DivClassName
{
background-color: #FDEA9A;
}
.BgClassName
{
background-color: #FDEA9A;
}
</style>
border-color css
<style>
span { border-color: #FDEA9A; }
span { border-color: rgb(253,234,154); }
td.TdClassName
{
border-color: #FDEA9A;
}
.TagClassName
{
border-color: #FDEA9A;
}
</style>