Shades of Drover #FEEAA2
Tints of Drover #FEEAA2
RGB
CMYK
RGB Variations
Color information
#FEEAA2 (or 0xFEEAA2) is known color: Drover. HEX triplet: FE, EA and A2. RGB value is (254,234,162). Sum of RGB (Red+Green+Blue) = 254+234+162=650 (86% of max value = 765). Red value is 254 (99.61% from 255 or 39.08% from 650); Green value is 234 (91.80% from 255 or 36% from 650); Blue value is 162 (63.67% from 255 or 24.92% from 650); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEAA2 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEEAA2 is #01155D. Grayscale: #E8E8E8. Windows color (decimal): -71006 or 10676990. OLE color: 10676990.
HSL color Cylindrical-coordinate representation of color #FEEAA2: hue angle of 46.96º 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 #FEEAA2 is Cyan = 0, Magento = 0.08, Yellow = 0.36 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 234 | 162 | - |
| CMYK | 0 | 0.08 | 0.36 | 0.00 |
| HSL | 46.96º | 0.98% | 0.82% | - |
| HSV(B) | 46.96º | 0.36% | 1% | - |
| XYZ | 76.82 | 82.53 | 46.06 | - |
| YUV | 231.77 | 88.63 | 143.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 234 | 162 | 0 | 0.08 | 0.36 | 0.00 | 46.96 | 0.98 | 0.82 |
| Hex | FE | EA | A2 | 0 | 8 | 24 | 0 | 2F | 62 | 52 |
| Octal | 376 | 352 | 242 | 0 | 10 | 44 | 0 | 57 | 142 | 122 |
| Binary | 11111110 | 11101010 | 10100010 | 0 | 1000 | 100100 | 0 | 101111 | 1100010 | 1010010 |
Color Harmonies of #FEEAA2
Complementary color
Monochromatic Colors of #FEEAA2
Black with #FEEAA2
Text Example
Text Example
White with #FEEAA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEEAA2; }
p { color: rgb(254,234,162); }
H1.HeaderClassName
{
color: #FEEAA2;
}
.AnyTagClassName
{
color: #FEEAA2;
}
</style>
background-color css
<style>
a { background-color: #FEEAA2; }
a { background-color: rgb(254,234,162); }
div.DivClassName
{
background-color: #FEEAA2;
}
.BgClassName
{
background-color: #FEEAA2;
}
</style>
border-color css
<style>
span { border-color: #FEEAA2; }
span { border-color: rgb(254,234,162); }
td.TdClassName
{
border-color: #FEEAA2;
}
.TagClassName
{
border-color: #FEEAA2;
}
</style>