Shades of Drover #FEE996
Tints of Drover #FEE996
RGB
CMYK
RGB Variations
Color information
#FEE996 (or 0xFEE996) is known color: Drover. HEX triplet: FE, E9 and 96. RGB value is (254,233,150). Sum of RGB (Red+Green+Blue) = 254+233+150=637 (84% of max value = 765). Red value is 254 (99.61% from 255 or 39.87% from 637); Green value is 233 (91.41% from 255 or 36.58% from 637); Blue value is 150 (58.98% from 255 or 23.55% from 637); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE996 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEE996 is #011669. Grayscale: #E6E6E6. Windows color (decimal): -71274 or 9890302. OLE color: 9890302.
HSL color Cylindrical-coordinate representation of color #FEE996: hue angle of 47.88º degrees, saturation: 0.98, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #FEE996 is Cyan = 0, Magento = 0.08, Yellow = 0.41 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 233 | 150 | - |
| CMYK | 0 | 0.08 | 0.41 | 0.00 |
| HSL | 47.88º | 0.98% | 0.79% | - |
| HSV(B) | 47.88º | 0.41% | 1% | - |
| XYZ | 75.52 | 81.55 | 40.61 | - |
| YUV | 229.82 | 82.96 | 145.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 233 | 150 | 0 | 0.08 | 0.41 | 0.00 | 47.88 | 0.98 | 0.79 |
| Hex | FE | E9 | 96 | 0 | 8 | 29 | 0 | 30 | 62 | 4F |
| Octal | 376 | 351 | 226 | 0 | 10 | 51 | 0 | 60 | 142 | 117 |
| Binary | 11111110 | 11101001 | 10010110 | 0 | 1000 | 101001 | 0 | 110000 | 1100010 | 1001111 |
Color Harmonies of #FEE996
Complementary color
Monochromatic Colors of #FEE996
Black with #FEE996
Text Example
Text Example
White with #FEE996
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE996; }
p { color: rgb(254,233,150); }
H1.HeaderClassName
{
color: #FEE996;
}
.AnyTagClassName
{
color: #FEE996;
}
</style>
background-color css
<style>
a { background-color: #FEE996; }
a { background-color: rgb(254,233,150); }
div.DivClassName
{
background-color: #FEE996;
}
.BgClassName
{
background-color: #FEE996;
}
</style>
border-color css
<style>
span { border-color: #FEE996; }
span { border-color: rgb(254,233,150); }
td.TdClassName
{
border-color: #FEE996;
}
.TagClassName
{
border-color: #FEE996;
}
</style>