Shades of Drover #FEEEA4
Tints of Drover #FEEEA4
RGB
CMYK
RGB Variations
Color information
#FEEEA4 (or 0xFEEEA4) is known color: Drover. HEX triplet: FE, EE and A4. RGB value is (254,238,164). Sum of RGB (Red+Green+Blue) = 254+238+164=656 (86% of max value = 765). Red value is 254 (99.61% from 255 or 38.72% from 656); Green value is 238 (93.36% from 255 or 36.28% from 656); Blue value is 164 (64.45% from 255 or 25% from 656); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEEA4 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEEEA4 is #01115B. Grayscale: #EAEAEA. Windows color (decimal): -69980 or 10809086. OLE color: 10809086.
HSL color Cylindrical-coordinate representation of color #FEEEA4: hue angle of 49.33º degrees, saturation: 0.98, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #FEEEA4 is Cyan = 0, Magento = 0.06, Yellow = 0.35 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 238 | 164 | - |
| CMYK | 0 | 0.06 | 0.35 | 0.00 |
| HSL | 49.33º | 0.98% | 0.82% | - |
| HSV(B) | 49.33º | 0.35% | 1% | - |
| XYZ | 78.15 | 84.9 | 47.39 | - |
| YUV | 234.35 | 88.3 | 142.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 238 | 164 | 0 | 0.06 | 0.35 | 0.00 | 49.33 | 0.98 | 0.82 |
| Hex | FE | EE | A4 | 0 | 6 | 23 | 0 | 31 | 62 | 52 |
| Octal | 376 | 356 | 244 | 0 | 6 | 43 | 0 | 61 | 142 | 122 |
| Binary | 11111110 | 11101110 | 10100100 | 0 | 110 | 100011 | 0 | 110001 | 1100010 | 1010010 |
Color Harmonies of #FEEEA4
Complementary color
Monochromatic Colors of #FEEEA4
Black with #FEEEA4
Text Example
Text Example
White with #FEEEA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEEEA4; }
p { color: rgb(254,238,164); }
H1.HeaderClassName
{
color: #FEEEA4;
}
.AnyTagClassName
{
color: #FEEEA4;
}
</style>
background-color css
<style>
a { background-color: #FEEEA4; }
a { background-color: rgb(254,238,164); }
div.DivClassName
{
background-color: #FEEEA4;
}
.BgClassName
{
background-color: #FEEEA4;
}
</style>
border-color css
<style>
span { border-color: #FEEEA4; }
span { border-color: rgb(254,238,164); }
td.TdClassName
{
border-color: #FEEEA4;
}
.TagClassName
{
border-color: #FEEEA4;
}
</style>