Shades of Witch Haze #FFEF76
Tints of Witch Haze #FFEF76
RGB
CMYK
RGB Variations
Color information
#FFEF76 (or 0xFFEF76) is known color: Witch Haze. HEX triplet: FF, EF and 76. RGB value is (255,239,118). Sum of RGB (Red+Green+Blue) = 255+239+118=612 (81% of max value = 765). Red value is 255 (100% from 255 or 41.67% from 612); Green value is 239 (93.75% from 255 or 39.05% from 612); Blue value is 118 (46.48% from 255 or 19.28% from 612); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEF76 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFEF76 is #001089. Grayscale: #E6E6E6. Windows color (decimal): -4234 or 7794687. OLE color: 7794687.
HSL color Cylindrical-coordinate representation of color #FFEF76: hue angle of 52.99º 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 #FFEF76 is Cyan = 0, Magento = 0.06, Yellow = 0.54 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 239 | 118 | - |
| CMYK | 0 | 0.06 | 0.54 | 0 |
| HSL | 52.99º | 1% | 0.73% | - |
| HSV(B) | 52.99º | 0.54% | 1% | - |
| XYZ | 75.38 | 84.3 | 29.44 | - |
| YUV | 229.99 | 64.8 | 145.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 239 | 118 | 0 | 0.06 | 0.54 | 0 | 52.99 | 1 | 0.73 |
| Hex | FF | EF | 76 | 0 | 6 | 36 | 0 | 35 | 64 | 49 |
| Octal | 377 | 357 | 166 | 0 | 6 | 66 | 0 | 65 | 144 | 111 |
| Binary | 11111111 | 11101111 | 1110110 | 0 | 110 | 110110 | 0 | 110101 | 1100100 | 1001001 |
Color Harmonies of #FFEF76
Complementary color
Monochromatic Colors of #FFEF76
Black with #FFEF76
Text Example
Text Example
White with #FFEF76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFEF76; }
p { color: rgb(255,239,118); }
H1.HeaderClassName
{
color: #FFEF76;
}
.AnyTagClassName
{
color: #FFEF76;
}
</style>
background-color css
<style>
a { background-color: #FFEF76; }
a { background-color: rgb(255,239,118); }
div.DivClassName
{
background-color: #FFEF76;
}
.BgClassName
{
background-color: #FFEF76;
}
</style>
border-color css
<style>
span { border-color: #FFEF76; }
span { border-color: rgb(255,239,118); }
td.TdClassName
{
border-color: #FFEF76;
}
.TagClassName
{
border-color: #FFEF76;
}
</style>