Shades of Witch Haze #FEE96C
Tints of Witch Haze #FEE96C
RGB
CMYK
RGB Variations
Color information
#FEE96C (or 0xFEE96C) is known color: Witch Haze. HEX triplet: FE, E9 and 6C. RGB value is (254,233,108). Sum of RGB (Red+Green+Blue) = 254+233+108=595 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.69% from 595); Green value is 233 (91.41% from 255 or 39.16% from 595); Blue value is 108 (42.58% from 255 or 18.15% from 595); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE96C is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEE96C is #011693. Grayscale: #E1E1E1. Windows color (decimal): -71316 or 7137790. OLE color: 7137790.
HSL color Cylindrical-coordinate representation of color #FEE96C: hue angle of 51.37º 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 #FEE96C is Cyan = 0, Magento = 0.08, Yellow = 0.57 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 233 | 108 | - |
| CMYK | 0 | 0.08 | 0.57 | 0.00 |
| HSL | 51.37º | 0.99% | 0.71% | - |
| HSV(B) | 51.37º | 0.57% | 1% | - |
| XYZ | 72.72 | 80.43 | 25.88 | - |
| YUV | 225.03 | 61.96 | 148.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 233 | 108 | 0 | 0.08 | 0.57 | 0.00 | 51.37 | 0.99 | 0.71 |
| Hex | FE | E9 | 6C | 0 | 8 | 39 | 0 | 33 | 63 | 47 |
| Octal | 376 | 351 | 154 | 0 | 10 | 71 | 0 | 63 | 143 | 107 |
| Binary | 11111110 | 11101001 | 1101100 | 0 | 1000 | 111001 | 0 | 110011 | 1100011 | 1000111 |
Color Harmonies of #FEE96C
Complementary color
Monochromatic Colors of #FEE96C
Black with #FEE96C
Text Example
Text Example
White with #FEE96C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE96C; }
p { color: rgb(254,233,108); }
H1.HeaderClassName
{
color: #FEE96C;
}
.AnyTagClassName
{
color: #FEE96C;
}
</style>
background-color css
<style>
a { background-color: #FEE96C; }
a { background-color: rgb(254,233,108); }
div.DivClassName
{
background-color: #FEE96C;
}
.BgClassName
{
background-color: #FEE96C;
}
</style>
border-color css
<style>
span { border-color: #FEE96C; }
span { border-color: rgb(254,233,108); }
td.TdClassName
{
border-color: #FEE96C;
}
.TagClassName
{
border-color: #FEE96C;
}
</style>