Shades of Witch Haze #FFE96F
Tints of Witch Haze #FFE96F
RGB
CMYK
RGB Variations
Color information
#FFE96F (or 0xFFE96F) is known color: Witch Haze. HEX triplet: FF, E9 and 6F. RGB value is (255,233,111). Sum of RGB (Red+Green+Blue) = 255+233+111=599 (79% of max value = 765). Red value is 255 (100% from 255 or 42.57% from 599); Green value is 233 (91.41% from 255 or 38.90% from 599); Blue value is 111 (43.75% from 255 or 18.53% from 599); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE96F is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFE96F is #001690. Grayscale: #E2E2E2. Windows color (decimal): -5777 or 7334399. OLE color: 7334399.
HSL color Cylindrical-coordinate representation of color #FFE96F: hue angle of 50.83º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FFE96F is Cyan = 0, Magento = 0.09, Yellow = 0.56 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 233 | 111 | - |
| CMYK | 0 | 0.09 | 0.56 | 0 |
| HSL | 50.83º | 1% | 0.72% | - |
| HSV(B) | 50.83º | 0.56% | 1% | - |
| XYZ | 73.25 | 80.69 | 26.75 | - |
| YUV | 225.67 | 63.29 | 148.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 233 | 111 | 0 | 0.09 | 0.56 | 0 | 50.83 | 1 | 0.72 |
| Hex | FF | E9 | 6F | 0 | 9 | 38 | 0 | 33 | 64 | 48 |
| Octal | 377 | 351 | 157 | 0 | 11 | 70 | 0 | 63 | 144 | 110 |
| Binary | 11111111 | 11101001 | 1101111 | 0 | 1001 | 111000 | 0 | 110011 | 1100100 | 1001000 |
Color Harmonies of #FFE96F
Complementary color
Monochromatic Colors of #FFE96F
Black with #FFE96F
Text Example
Text Example
White with #FFE96F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE96F; }
p { color: rgb(255,233,111); }
H1.HeaderClassName
{
color: #FFE96F;
}
.AnyTagClassName
{
color: #FFE96F;
}
</style>
background-color css
<style>
a { background-color: #FFE96F; }
a { background-color: rgb(255,233,111); }
div.DivClassName
{
background-color: #FFE96F;
}
.BgClassName
{
background-color: #FFE96F;
}
</style>
border-color css
<style>
span { border-color: #FFE96F; }
span { border-color: rgb(255,233,111); }
td.TdClassName
{
border-color: #FFE96F;
}
.TagClassName
{
border-color: #FFE96F;
}
</style>