Shades of Witch Haze #FEE96F
Tints of Witch Haze #FEE96F
RGB
CMYK
RGB Variations
Color information
#FEE96F (or 0xFEE96F) is known color: Witch Haze. HEX triplet: FE, E9 and 6F. RGB value is (254,233,111). Sum of RGB (Red+Green+Blue) = 254+233+111=598 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.47% from 598); Green value is 233 (91.41% from 255 or 38.96% from 598); Blue value is 111 (43.75% from 255 or 18.56% from 598); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE96F is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEE96F is #011690. Grayscale: #E1E1E1. Windows color (decimal): -71313 or 7334398. OLE color: 7334398.
HSL color Cylindrical-coordinate representation of color #FEE96F: hue angle of 51.19º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FEE96F is Cyan = 0, Magento = 0.08, Yellow = 0.56 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 233 | 111 | - |
| CMYK | 0 | 0.08 | 0.56 | 0.00 |
| HSL | 51.19º | 0.99% | 0.72% | - |
| HSV(B) | 51.19º | 0.56% | 1% | - |
| XYZ | 72.88 | 80.5 | 26.74 | - |
| YUV | 225.37 | 63.46 | 148.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 233 | 111 | 0 | 0.08 | 0.56 | 0.00 | 51.19 | 0.99 | 0.72 |
| Hex | FE | E9 | 6F | 0 | 8 | 38 | 0 | 33 | 63 | 48 |
| Octal | 376 | 351 | 157 | 0 | 10 | 70 | 0 | 63 | 143 | 110 |
| Binary | 11111110 | 11101001 | 1101111 | 0 | 1000 | 111000 | 0 | 110011 | 1100011 | 1001000 |
Color Harmonies of #FEE96F
Complementary color
Monochromatic Colors of #FEE96F
Black with #FEE96F
Text Example
Text Example
White with #FEE96F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE96F; }
p { color: rgb(254,233,111); }
H1.HeaderClassName
{
color: #FEE96F;
}
.AnyTagClassName
{
color: #FEE96F;
}
</style>
background-color css
<style>
a { background-color: #FEE96F; }
a { background-color: rgb(254,233,111); }
div.DivClassName
{
background-color: #FEE96F;
}
.BgClassName
{
background-color: #FEE96F;
}
</style>
border-color css
<style>
span { border-color: #FEE96F; }
span { border-color: rgb(254,233,111); }
td.TdClassName
{
border-color: #FEE96F;
}
.TagClassName
{
border-color: #FEE96F;
}
</style>