Shades of Drover #FEEAA5
Tints of Drover #FEEAA5
RGB
CMYK
RGB Variations
Color information
#FEEAA5 (or 0xFEEAA5) is known color: Drover. HEX triplet: FE, EA and A5. RGB value is (254,234,165). Sum of RGB (Red+Green+Blue) = 254+234+165=653 (86% of max value = 765). Red value is 254 (99.61% from 255 or 38.90% from 653); Green value is 234 (91.80% from 255 or 35.83% from 653); Blue value is 165 (64.84% from 255 or 25.27% from 653); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEAA5 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEEAA5 is #01155A. Grayscale: #E8E8E8. Windows color (decimal): -71003 or 10873598. OLE color: 10873598.
HSL color Cylindrical-coordinate representation of color #FEEAA5: hue angle of 46.52º 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 #FEEAA5 is Cyan = 0, Magento = 0.08, Yellow = 0.35 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 234 | 165 | - |
| CMYK | 0 | 0.08 | 0.35 | 0.00 |
| HSL | 46.52º | 0.98% | 0.82% | - |
| HSV(B) | 46.52º | 0.35% | 1% | - |
| XYZ | 77.09 | 82.63 | 47.48 | - |
| YUV | 232.11 | 90.13 | 143.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 234 | 165 | 0 | 0.08 | 0.35 | 0.00 | 46.52 | 0.98 | 0.82 |
| Hex | FE | EA | A5 | 0 | 8 | 23 | 0 | 2F | 62 | 52 |
| Octal | 376 | 352 | 245 | 0 | 10 | 43 | 0 | 57 | 142 | 122 |
| Binary | 11111110 | 11101010 | 10100101 | 0 | 1000 | 100011 | 0 | 101111 | 1100010 | 1010010 |
Color Harmonies of #FEEAA5
Complementary color
Monochromatic Colors of #FEEAA5
Black with #FEEAA5
Text Example
Text Example
White with #FEEAA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEEAA5; }
p { color: rgb(254,234,165); }
H1.HeaderClassName
{
color: #FEEAA5;
}
.AnyTagClassName
{
color: #FEEAA5;
}
</style>
background-color css
<style>
a { background-color: #FEEAA5; }
a { background-color: rgb(254,234,165); }
div.DivClassName
{
background-color: #FEEAA5;
}
.BgClassName
{
background-color: #FEEAA5;
}
</style>
border-color css
<style>
span { border-color: #FEEAA5; }
span { border-color: rgb(254,234,165); }
td.TdClassName
{
border-color: #FEEAA5;
}
.TagClassName
{
border-color: #FEEAA5;
}
</style>