Shades of Drover #FEEEA0
Tints of Drover #FEEEA0
RGB
CMYK
RGB Variations
Color information
#FEEEA0 (or 0xFEEEA0) is known color: Drover. HEX triplet: FE, EE and A0. RGB value is (254,238,160). Sum of RGB (Red+Green+Blue) = 254+238+160=652 (86% of max value = 765). Red value is 254 (99.61% from 255 or 38.96% from 652); Green value is 238 (93.36% from 255 or 36.50% from 652); Blue value is 160 (62.89% from 255 or 24.54% from 652); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEEA0 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEEEA0 is #01115F. Grayscale: #EAEAEA. Windows color (decimal): -69984 or 10546942. OLE color: 10546942.
HSL color Cylindrical-coordinate representation of color #FEEEA0: hue angle of 49.79º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #FEEEA0 is Cyan = 0, Magento = 0.06, Yellow = 0.37 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 238 | 160 | - |
| CMYK | 0 | 0.06 | 0.37 | 0.00 |
| HSL | 49.79º | 0.98% | 0.81% | - |
| HSV(B) | 49.79º | 0.37% | 1% | - |
| XYZ | 77.79 | 84.76 | 45.52 | - |
| YUV | 233.89 | 86.3 | 142.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 238 | 160 | 0 | 0.06 | 0.37 | 0.00 | 49.79 | 0.98 | 0.81 |
| Hex | FE | EE | A0 | 0 | 6 | 25 | 0 | 32 | 62 | 51 |
| Octal | 376 | 356 | 240 | 0 | 6 | 45 | 0 | 62 | 142 | 121 |
| Binary | 11111110 | 11101110 | 10100000 | 0 | 110 | 100101 | 0 | 110010 | 1100010 | 1010001 |
Color Harmonies of #FEEEA0
Complementary color
Monochromatic Colors of #FEEEA0
Black with #FEEEA0
Text Example
Text Example
White with #FEEEA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEEEA0; }
p { color: rgb(254,238,160); }
H1.HeaderClassName
{
color: #FEEEA0;
}
.AnyTagClassName
{
color: #FEEEA0;
}
</style>
background-color css
<style>
a { background-color: #FEEEA0; }
a { background-color: rgb(254,238,160); }
div.DivClassName
{
background-color: #FEEEA0;
}
.BgClassName
{
background-color: #FEEEA0;
}
</style>
border-color css
<style>
span { border-color: #FEEEA0; }
span { border-color: rgb(254,238,160); }
td.TdClassName
{
border-color: #FEEEA0;
}
.TagClassName
{
border-color: #FEEEA0;
}
</style>