Shades of Drover #FEEAA1
Tints of Drover #FEEAA1
RGB
CMYK
RGB Variations
Color information
#FEEAA1 (or 0xFEEAA1) is known color: Drover. HEX triplet: FE, EA and A1. RGB value is (254,234,161). Sum of RGB (Red+Green+Blue) = 254+234+161=649 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.14% from 649); Green value is 234 (91.80% from 255 or 36.06% from 649); Blue value is 161 (63.28% from 255 or 24.81% from 649); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEAA1 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEEAA1 is #01155E. Grayscale: #E7E7E7. Windows color (decimal): -71007 or 10611454. OLE color: 10611454.
HSL color Cylindrical-coordinate representation of color #FEEAA1: hue angle of 47.1º 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 #FEEAA1 is Cyan = 0, Magento = 0.08, Yellow = 0.37 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 234 | 161 | - |
| CMYK | 0 | 0.08 | 0.37 | 0.00 |
| HSL | 47.1º | 0.98% | 0.81% | - |
| HSV(B) | 47.1º | 0.37% | 1% | - |
| XYZ | 76.73 | 82.49 | 45.6 | - |
| YUV | 231.66 | 88.13 | 143.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 234 | 161 | 0 | 0.08 | 0.37 | 0.00 | 47.1 | 0.98 | 0.81 |
| Hex | FE | EA | A1 | 0 | 8 | 25 | 0 | 2F | 62 | 51 |
| Octal | 376 | 352 | 241 | 0 | 10 | 45 | 0 | 57 | 142 | 121 |
| Binary | 11111110 | 11101010 | 10100001 | 0 | 1000 | 100101 | 0 | 101111 | 1100010 | 1010001 |
Color Harmonies of #FEEAA1
Complementary color
Monochromatic Colors of #FEEAA1
Black with #FEEAA1
Text Example
Text Example
White with #FEEAA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEEAA1; }
p { color: rgb(254,234,161); }
H1.HeaderClassName
{
color: #FEEAA1;
}
.AnyTagClassName
{
color: #FEEAA1;
}
</style>
background-color css
<style>
a { background-color: #FEEAA1; }
a { background-color: rgb(254,234,161); }
div.DivClassName
{
background-color: #FEEAA1;
}
.BgClassName
{
background-color: #FEEAA1;
}
</style>
border-color css
<style>
span { border-color: #FEEAA1; }
span { border-color: rgb(254,234,161); }
td.TdClassName
{
border-color: #FEEAA1;
}
.TagClassName
{
border-color: #FEEAA1;
}
</style>