Shades of Drover #FEEFA0
Tints of Drover #FEEFA0
RGB
CMYK
RGB Variations
Color information
#FEEFA0 (or 0xFEEFA0) is known color: Drover. HEX triplet: FE, EF and A0. RGB value is (254,239,160). Sum of RGB (Red+Green+Blue) = 254+239+160=653 (86% of max value = 765). Red value is 254 (99.61% from 255 or 38.90% from 653); Green value is 239 (93.75% from 255 or 36.60% from 653); Blue value is 160 (62.89% from 255 or 24.50% from 653); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEFA0 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEEFA0 is #01105F. Grayscale: #EAEAEA. Windows color (decimal): -69728 or 10547198. OLE color: 10547198.
HSL color Cylindrical-coordinate representation of color #FEEFA0: hue angle of 50.43º 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 #FEEFA0 is Cyan = 0, Magento = 0.06, Yellow = 0.37 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 239 | 160 | - |
| CMYK | 0 | 0.06 | 0.37 | 0.00 |
| HSL | 50.43º | 0.98% | 0.81% | - |
| HSV(B) | 50.43º | 0.37% | 1% | - |
| XYZ | 78.08 | 85.34 | 45.61 | - |
| YUV | 234.48 | 85.97 | 141.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 239 | 160 | 0 | 0.06 | 0.37 | 0.00 | 50.43 | 0.98 | 0.81 |
| Hex | FE | EF | A0 | 0 | 6 | 25 | 0 | 32 | 62 | 51 |
| Octal | 376 | 357 | 240 | 0 | 6 | 45 | 0 | 62 | 142 | 121 |
| Binary | 11111110 | 11101111 | 10100000 | 0 | 110 | 100101 | 0 | 110010 | 1100010 | 1010001 |
Color Harmonies of #FEEFA0
Complementary color
Monochromatic Colors of #FEEFA0
Black with #FEEFA0
Text Example
Text Example
White with #FEEFA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEEFA0; }
p { color: rgb(254,239,160); }
H1.HeaderClassName
{
color: #FEEFA0;
}
.AnyTagClassName
{
color: #FEEFA0;
}
</style>
background-color css
<style>
a { background-color: #FEEFA0; }
a { background-color: rgb(254,239,160); }
div.DivClassName
{
background-color: #FEEFA0;
}
.BgClassName
{
background-color: #FEEFA0;
}
</style>
border-color css
<style>
span { border-color: #FEEFA0; }
span { border-color: rgb(254,239,160); }
td.TdClassName
{
border-color: #FEEFA0;
}
.TagClassName
{
border-color: #FEEFA0;
}
</style>