Shades of Drover #FEEEA1
Tints of Drover #FEEEA1
RGB
CMYK
RGB Variations
Color information
#FEEEA1 (or 0xFEEEA1) is known color: Drover. HEX triplet: FE, EE and A1. RGB value is (254,238,161). Sum of RGB (Red+Green+Blue) = 254+238+161=653 (86% of max value = 765). Red value is 254 (99.61% from 255 or 38.90% from 653); Green value is 238 (93.36% from 255 or 36.45% from 653); Blue value is 161 (63.28% from 255 or 24.66% from 653); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEEA1 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEEEA1 is #01115E. Grayscale: #EAEAEA. Windows color (decimal): -69983 or 10612478. OLE color: 10612478.
HSL color Cylindrical-coordinate representation of color #FEEEA1: hue angle of 49.68º 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 #FEEEA1 is Cyan = 0, Magento = 0.06, Yellow = 0.37 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 238 | 161 | - |
| CMYK | 0 | 0.06 | 0.37 | 0.00 |
| HSL | 49.68º | 0.98% | 0.81% | - |
| HSV(B) | 49.68º | 0.37% | 1% | - |
| XYZ | 77.88 | 84.79 | 45.98 | - |
| YUV | 234.01 | 86.8 | 142.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 238 | 161 | 0 | 0.06 | 0.37 | 0.00 | 49.68 | 0.98 | 0.81 |
| Hex | FE | EE | A1 | 0 | 6 | 25 | 0 | 32 | 62 | 51 |
| Octal | 376 | 356 | 241 | 0 | 6 | 45 | 0 | 62 | 142 | 121 |
| Binary | 11111110 | 11101110 | 10100001 | 0 | 110 | 100101 | 0 | 110010 | 1100010 | 1010001 |
Color Harmonies of #FEEEA1
Complementary color
Monochromatic Colors of #FEEEA1
Black with #FEEEA1
Text Example
Text Example
White with #FEEEA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEEEA1; }
p { color: rgb(254,238,161); }
H1.HeaderClassName
{
color: #FEEEA1;
}
.AnyTagClassName
{
color: #FEEEA1;
}
</style>
background-color css
<style>
a { background-color: #FEEEA1; }
a { background-color: rgb(254,238,161); }
div.DivClassName
{
background-color: #FEEEA1;
}
.BgClassName
{
background-color: #FEEEA1;
}
</style>
border-color css
<style>
span { border-color: #FEEEA1; }
span { border-color: rgb(254,238,161); }
td.TdClassName
{
border-color: #FEEEA1;
}
.TagClassName
{
border-color: #FEEEA1;
}
</style>