Shades of Drover #FEEEA2
Tints of Drover #FEEEA2
RGB
CMYK
RGB Variations
Color information
#FEEEA2 (or 0xFEEEA2) is known color: Drover. HEX triplet: FE, EE and A2. RGB value is (254,238,162). Sum of RGB (Red+Green+Blue) = 254+238+162=654 (86% of max value = 765). Red value is 254 (99.61% from 255 or 38.84% from 654); Green value is 238 (93.36% from 255 or 36.39% from 654); Blue value is 162 (63.67% from 255 or 24.77% from 654); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEEA2 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEEEA2 is #01115D. Grayscale: #EAEAEA. Windows color (decimal): -69982 or 10678014. OLE color: 10678014.
HSL color Cylindrical-coordinate representation of color #FEEEA2: hue angle of 49.57º degrees, saturation: 0.98, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #FEEEA2 is Cyan = 0, Magento = 0.06, Yellow = 0.36 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 238 | 162 | - |
| CMYK | 0 | 0.06 | 0.36 | 0.00 |
| HSL | 49.57º | 0.98% | 0.82% | - |
| HSV(B) | 49.57º | 0.36% | 1% | - |
| XYZ | 77.97 | 84.83 | 46.45 | - |
| YUV | 234.12 | 87.3 | 142.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 238 | 162 | 0 | 0.06 | 0.36 | 0.00 | 49.57 | 0.98 | 0.82 |
| Hex | FE | EE | A2 | 0 | 6 | 24 | 0 | 32 | 62 | 52 |
| Octal | 376 | 356 | 242 | 0 | 6 | 44 | 0 | 62 | 142 | 122 |
| Binary | 11111110 | 11101110 | 10100010 | 0 | 110 | 100100 | 0 | 110010 | 1100010 | 1010010 |
Color Harmonies of #FEEEA2
Complementary color
Monochromatic Colors of #FEEEA2
Black with #FEEEA2
Text Example
Text Example
White with #FEEEA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEEEA2; }
p { color: rgb(254,238,162); }
H1.HeaderClassName
{
color: #FEEEA2;
}
.AnyTagClassName
{
color: #FEEEA2;
}
</style>
background-color css
<style>
a { background-color: #FEEEA2; }
a { background-color: rgb(254,238,162); }
div.DivClassName
{
background-color: #FEEEA2;
}
.BgClassName
{
background-color: #FEEEA2;
}
</style>
border-color css
<style>
span { border-color: #FEEEA2; }
span { border-color: rgb(254,238,162); }
td.TdClassName
{
border-color: #FEEEA2;
}
.TagClassName
{
border-color: #FEEEA2;
}
</style>