Shades of Drover #FDEAA4
Tints of Drover #FDEAA4
RGB
CMYK
RGB Variations
Color information
#FDEAA4 (or 0xFDEAA4) is known color: Drover. HEX triplet: FD, EA and A4. RGB value is (253,234,164). Sum of RGB (Red+Green+Blue) = 253+234+164=651 (86% of max value = 765). Red value is 253 (99.22% from 255 or 38.86% from 651); Green value is 234 (91.80% from 255 or 35.94% from 651); Blue value is 164 (64.45% from 255 or 25.19% from 651); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEAA4 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDEAA4 is #02155B. Grayscale: #E7E7E7. Windows color (decimal): -136540 or 10808061. OLE color: 10808061.
HSL color Cylindrical-coordinate representation of color #FDEAA4: hue angle of 47.19º degrees, saturation: 0.96, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #FDEAA4 is Cyan = 0, Magento = 0.08, Yellow = 0.35 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 234 | 164 | - |
| CMYK | 0 | 0.08 | 0.35 | 0.01 |
| HSL | 47.19º | 0.96% | 0.82% | - |
| HSV(B) | 47.19º | 0.35% | 0.99% | - |
| XYZ | 76.63 | 82.41 | 46.99 | - |
| YUV | 231.7 | 89.79 | 143.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 234 | 164 | 0 | 0.08 | 0.35 | 0.01 | 47.19 | 0.96 | 0.82 |
| Hex | FD | EA | A4 | 0 | 8 | 23 | 1 | 2F | 60 | 52 |
| Octal | 375 | 352 | 244 | 0 | 10 | 43 | 1 | 57 | 140 | 122 |
| Binary | 11111101 | 11101010 | 10100100 | 0 | 1000 | 100011 | 1 | 101111 | 1100000 | 1010010 |
Color Harmonies of #FDEAA4
Complementary color
Monochromatic Colors of #FDEAA4
Black with #FDEAA4
Text Example
Text Example
White with #FDEAA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDEAA4; }
p { color: rgb(253,234,164); }
H1.HeaderClassName
{
color: #FDEAA4;
}
.AnyTagClassName
{
color: #FDEAA4;
}
</style>
background-color css
<style>
a { background-color: #FDEAA4; }
a { background-color: rgb(253,234,164); }
div.DivClassName
{
background-color: #FDEAA4;
}
.BgClassName
{
background-color: #FDEAA4;
}
</style>
border-color css
<style>
span { border-color: #FDEAA4; }
span { border-color: rgb(253,234,164); }
td.TdClassName
{
border-color: #FDEAA4;
}
.TagClassName
{
border-color: #FDEAA4;
}
</style>