Shades of Drover #FEE9A5
Tints of Drover #FEE9A5
RGB
CMYK
RGB Variations
Color information
#FEE9A5 (or 0xFEE9A5) is known color: Drover. HEX triplet: FE, E9 and A5. RGB value is (254,233,165). Sum of RGB (Red+Green+Blue) = 254+233+165=652 (86% of max value = 765). Red value is 254 (99.61% from 255 or 38.96% from 652); Green value is 233 (91.41% from 255 or 35.74% from 652); Blue value is 165 (64.84% from 255 or 25.31% from 652); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE9A5 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEE9A5 is #01165A. Grayscale: #E7E7E7. Windows color (decimal): -71259 or 10873342. OLE color: 10873342.
HSL color Cylindrical-coordinate representation of color #FEE9A5: hue angle of 45.84º 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 #FEE9A5 is Cyan = 0, Magento = 0.08, Yellow = 0.35 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 233 | 165 | - |
| CMYK | 0 | 0.08 | 0.35 | 0.00 |
| HSL | 45.84º | 0.98% | 0.82% | - |
| HSV(B) | 45.84º | 0.35% | 1% | - |
| XYZ | 76.8 | 82.07 | 47.39 | - |
| YUV | 231.53 | 90.46 | 144.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 233 | 165 | 0 | 0.08 | 0.35 | 0.00 | 45.84 | 0.98 | 0.82 |
| Hex | FE | E9 | A5 | 0 | 8 | 23 | 0 | 2E | 62 | 52 |
| Octal | 376 | 351 | 245 | 0 | 10 | 43 | 0 | 56 | 142 | 122 |
| Binary | 11111110 | 11101001 | 10100101 | 0 | 1000 | 100011 | 0 | 101110 | 1100010 | 1010010 |
Color Harmonies of #FEE9A5
Complementary color
Monochromatic Colors of #FEE9A5
Black with #FEE9A5
Text Example
Text Example
White with #FEE9A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE9A5; }
p { color: rgb(254,233,165); }
H1.HeaderClassName
{
color: #FEE9A5;
}
.AnyTagClassName
{
color: #FEE9A5;
}
</style>
background-color css
<style>
a { background-color: #FEE9A5; }
a { background-color: rgb(254,233,165); }
div.DivClassName
{
background-color: #FEE9A5;
}
.BgClassName
{
background-color: #FEE9A5;
}
</style>
border-color css
<style>
span { border-color: #FEE9A5; }
span { border-color: rgb(254,233,165); }
td.TdClassName
{
border-color: #FEE9A5;
}
.TagClassName
{
border-color: #FEE9A5;
}
</style>