Shades of Witch Haze #FFEC76
Tints of Witch Haze #FFEC76
RGB
CMYK
RGB Variations
Color information
#FFEC76 (or 0xFFEC76) is known color: Witch Haze. HEX triplet: FF, EC and 76. RGB value is (255,236,118). Sum of RGB (Red+Green+Blue) = 255+236+118=609 (80% of max value = 765). Red value is 255 (100% from 255 or 41.87% from 609); Green value is 236 (92.58% from 255 or 38.75% from 609); Blue value is 118 (46.48% from 255 or 19.38% from 609); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEC76 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFEC76 is #001389. Grayscale: #E4E4E4. Windows color (decimal): -5002 or 7793919. OLE color: 7793919.
HSL color Cylindrical-coordinate representation of color #FFEC76: hue angle of 51.68º 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 #FFEC76 is Cyan = 0, Magento = 0.07, Yellow = 0.54 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 236 | 118 | - |
| CMYK | 0 | 0.07 | 0.54 | 0 |
| HSL | 51.68º | 1% | 0.73% | - |
| HSV(B) | 51.68º | 0.54% | 1% | - |
| XYZ | 74.51 | 82.56 | 29.15 | - |
| YUV | 228.23 | 65.79 | 147.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 236 | 118 | 0 | 0.07 | 0.54 | 0 | 51.68 | 1 | 0.73 |
| Hex | FF | EC | 76 | 0 | 7 | 36 | 0 | 34 | 64 | 49 |
| Octal | 377 | 354 | 166 | 0 | 7 | 66 | 0 | 64 | 144 | 111 |
| Binary | 11111111 | 11101100 | 1110110 | 0 | 111 | 110110 | 0 | 110100 | 1100100 | 1001001 |
Color Harmonies of #FFEC76
Complementary color
Monochromatic Colors of #FFEC76
Black with #FFEC76
Text Example
Text Example
White with #FFEC76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFEC76; }
p { color: rgb(255,236,118); }
H1.HeaderClassName
{
color: #FFEC76;
}
.AnyTagClassName
{
color: #FFEC76;
}
</style>
background-color css
<style>
a { background-color: #FFEC76; }
a { background-color: rgb(255,236,118); }
div.DivClassName
{
background-color: #FFEC76;
}
.BgClassName
{
background-color: #FFEC76;
}
</style>
border-color css
<style>
span { border-color: #FFEC76; }
span { border-color: rgb(255,236,118); }
td.TdClassName
{
border-color: #FFEC76;
}
.TagClassName
{
border-color: #FFEC76;
}
</style>