Shades of Witch Haze #FFEB76
Tints of Witch Haze #FFEB76
RGB
CMYK
RGB Variations
Color information
#FFEB76 (or 0xFFEB76) is known color: Witch Haze. HEX triplet: FF, EB and 76. RGB value is (255,235,118). Sum of RGB (Red+Green+Blue) = 255+235+118=608 (80% of max value = 765). Red value is 255 (100% from 255 or 41.94% from 608); Green value is 235 (92.19% from 255 or 38.65% from 608); Blue value is 118 (46.48% from 255 or 19.41% from 608); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEB76 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFEB76 is #001489. Grayscale: #E4E4E4. Windows color (decimal): -5258 or 7793663. OLE color: 7793663.
HSL color Cylindrical-coordinate representation of color #FFEB76: hue angle of 51.24º 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 #FFEB76 is Cyan = 0, Magento = 0.08, Yellow = 0.54 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 235 | 118 | - |
| CMYK | 0 | 0.08 | 0.54 | 0 |
| HSL | 51.24º | 1% | 0.73% | - |
| HSV(B) | 51.24º | 0.54% | 1% | - |
| XYZ | 74.22 | 81.98 | 29.05 | - |
| YUV | 227.64 | 66.13 | 147.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 235 | 118 | 0 | 0.08 | 0.54 | 0 | 51.24 | 1 | 0.73 |
| Hex | FF | EB | 76 | 0 | 8 | 36 | 0 | 33 | 64 | 49 |
| Octal | 377 | 353 | 166 | 0 | 10 | 66 | 0 | 63 | 144 | 111 |
| Binary | 11111111 | 11101011 | 1110110 | 0 | 1000 | 110110 | 0 | 110011 | 1100100 | 1001001 |
Color Harmonies of #FFEB76
Complementary color
Monochromatic Colors of #FFEB76
Black with #FFEB76
Text Example
Text Example
White with #FFEB76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFEB76; }
p { color: rgb(255,235,118); }
H1.HeaderClassName
{
color: #FFEB76;
}
.AnyTagClassName
{
color: #FFEB76;
}
</style>
background-color css
<style>
a { background-color: #FFEB76; }
a { background-color: rgb(255,235,118); }
div.DivClassName
{
background-color: #FFEB76;
}
.BgClassName
{
background-color: #FFEB76;
}
</style>
border-color css
<style>
span { border-color: #FFEB76; }
span { border-color: rgb(255,235,118); }
td.TdClassName
{
border-color: #FFEB76;
}
.TagClassName
{
border-color: #FFEB76;
}
</style>