Shades of Witch Haze #FEEE76
Tints of Witch Haze #FEEE76
RGB
CMYK
RGB Variations
Color information
#FEEE76 (or 0xFEEE76) is known color: Witch Haze. HEX triplet: FE, EE and 76. RGB value is (254,238,118). Sum of RGB (Red+Green+Blue) = 254+238+118=610 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.64% from 610); Green value is 238 (93.36% from 255 or 39.02% from 610); Blue value is 118 (46.48% from 255 or 19.34% from 610); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEE76 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEEE76 is #011189. Grayscale: #E5E5E5. Windows color (decimal): -70026 or 7794430. OLE color: 7794430.
HSL color Cylindrical-coordinate representation of color #FEEE76: hue angle of 52.94º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #FEEE76 is Cyan = 0, Magento = 0.06, Yellow = 0.54 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 238 | 118 | - |
| CMYK | 0 | 0.06 | 0.54 | 0.00 |
| HSL | 52.94º | 0.99% | 0.73% | - |
| HSV(B) | 52.94º | 0.54% | 1% | - |
| XYZ | 74.72 | 83.53 | 29.32 | - |
| YUV | 229.1 | 65.3 | 145.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 238 | 118 | 0 | 0.06 | 0.54 | 0.00 | 52.94 | 0.99 | 0.73 |
| Hex | FE | EE | 76 | 0 | 6 | 36 | 0 | 35 | 63 | 49 |
| Octal | 376 | 356 | 166 | 0 | 6 | 66 | 0 | 65 | 143 | 111 |
| Binary | 11111110 | 11101110 | 1110110 | 0 | 110 | 110110 | 0 | 110101 | 1100011 | 1001001 |
Color Harmonies of #FEEE76
Complementary color
Monochromatic Colors of #FEEE76
Black with #FEEE76
Text Example
Text Example
White with #FEEE76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEEE76; }
p { color: rgb(254,238,118); }
H1.HeaderClassName
{
color: #FEEE76;
}
.AnyTagClassName
{
color: #FEEE76;
}
</style>
background-color css
<style>
a { background-color: #FEEE76; }
a { background-color: rgb(254,238,118); }
div.DivClassName
{
background-color: #FEEE76;
}
.BgClassName
{
background-color: #FEEE76;
}
</style>
border-color css
<style>
span { border-color: #FEEE76; }
span { border-color: rgb(254,238,118); }
td.TdClassName
{
border-color: #FEEE76;
}
.TagClassName
{
border-color: #FEEE76;
}
</style>