Shades of Witch Haze #FFEE76
Tints of Witch Haze #FFEE76
RGB
CMYK
RGB Variations
Color information
#FFEE76 (or 0xFFEE76) is known color: Witch Haze. HEX triplet: FF, EE and 76. RGB value is (255,238,118). Sum of RGB (Red+Green+Blue) = 255+238+118=611 (80% of max value = 765). Red value is 255 (100% from 255 or 41.73% from 611); Green value is 238 (93.36% from 255 or 38.95% from 611); Blue value is 118 (46.48% from 255 or 19.31% from 611); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEE76 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFEE76 is #001189. Grayscale: #E5E5E5. Windows color (decimal): -4490 or 7794431. OLE color: 7794431.
HSL color Cylindrical-coordinate representation of color #FFEE76: hue angle of 52.55º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #FFEE76 is Cyan = 0, Magento = 0.07, Yellow = 0.54 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 238 | 118 | - |
| CMYK | 0 | 0.07 | 0.54 | 0 |
| HSL | 52.55º | 1% | 0.73% | - |
| HSV(B) | 52.55º | 0.54% | 1% | - |
| XYZ | 75.08 | 83.72 | 29.34 | - |
| YUV | 229.4 | 65.13 | 146.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 238 | 118 | 0 | 0.07 | 0.54 | 0 | 52.55 | 1 | 0.73 |
| Hex | FF | EE | 76 | 0 | 7 | 36 | 0 | 35 | 64 | 49 |
| Octal | 377 | 356 | 166 | 0 | 7 | 66 | 0 | 65 | 144 | 111 |
| Binary | 11111111 | 11101110 | 1110110 | 0 | 111 | 110110 | 0 | 110101 | 1100100 | 1001001 |
Color Harmonies of #FFEE76
Complementary color
Monochromatic Colors of #FFEE76
Black with #FFEE76
Text Example
Text Example
White with #FFEE76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFEE76; }
p { color: rgb(255,238,118); }
H1.HeaderClassName
{
color: #FFEE76;
}
.AnyTagClassName
{
color: #FFEE76;
}
</style>
background-color css
<style>
a { background-color: #FFEE76; }
a { background-color: rgb(255,238,118); }
div.DivClassName
{
background-color: #FFEE76;
}
.BgClassName
{
background-color: #FFEE76;
}
</style>
border-color css
<style>
span { border-color: #FFEE76; }
span { border-color: rgb(255,238,118); }
td.TdClassName
{
border-color: #FFEE76;
}
.TagClassName
{
border-color: #FFEE76;
}
</style>