Shades of Witch Haze #FEE96D
Tints of Witch Haze #FEE96D
RGB
CMYK
RGB Variations
Color information
#FEE96D (or 0xFEE96D) is known color: Witch Haze. HEX triplet: FE, E9 and 6D. RGB value is (254,233,109). Sum of RGB (Red+Green+Blue) = 254+233+109=596 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.62% from 596); Green value is 233 (91.41% from 255 or 39.09% from 596); Blue value is 109 (42.97% from 255 or 18.29% from 596); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE96D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEE96D is #011692. Grayscale: #E1E1E1. Windows color (decimal): -71315 or 7203326. OLE color: 7203326.
HSL color Cylindrical-coordinate representation of color #FEE96D: hue angle of 51.31º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #FEE96D is Cyan = 0, Magento = 0.08, Yellow = 0.57 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 233 | 109 | - |
| CMYK | 0 | 0.08 | 0.57 | 0.00 |
| HSL | 51.31º | 0.99% | 0.71% | - |
| HSV(B) | 51.31º | 0.57% | 1% | - |
| XYZ | 72.77 | 80.45 | 26.16 | - |
| YUV | 225.14 | 62.46 | 148.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 233 | 109 | 0 | 0.08 | 0.57 | 0.00 | 51.31 | 0.99 | 0.71 |
| Hex | FE | E9 | 6D | 0 | 8 | 39 | 0 | 33 | 63 | 47 |
| Octal | 376 | 351 | 155 | 0 | 10 | 71 | 0 | 63 | 143 | 107 |
| Binary | 11111110 | 11101001 | 1101101 | 0 | 1000 | 111001 | 0 | 110011 | 1100011 | 1000111 |
Color Harmonies of #FEE96D
Complementary color
Monochromatic Colors of #FEE96D
Black with #FEE96D
Text Example
Text Example
White with #FEE96D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE96D; }
p { color: rgb(254,233,109); }
H1.HeaderClassName
{
color: #FEE96D;
}
.AnyTagClassName
{
color: #FEE96D;
}
</style>
background-color css
<style>
a { background-color: #FEE96D; }
a { background-color: rgb(254,233,109); }
div.DivClassName
{
background-color: #FEE96D;
}
.BgClassName
{
background-color: #FEE96D;
}
</style>
border-color css
<style>
span { border-color: #FEE96D; }
span { border-color: rgb(254,233,109); }
td.TdClassName
{
border-color: #FEE96D;
}
.TagClassName
{
border-color: #FEE96D;
}
</style>