Shades of Witch Haze #FFEA76
Tints of Witch Haze #FFEA76
RGB
CMYK
RGB Variations
Color information
#FFEA76 (or 0xFFEA76) is known color: Witch Haze. HEX triplet: FF, EA and 76. RGB value is (255,234,118). Sum of RGB (Red+Green+Blue) = 255+234+118=607 (80% of max value = 765). Red value is 255 (100% from 255 or 42.01% from 607); Green value is 234 (91.80% from 255 or 38.55% from 607); Blue value is 118 (46.48% from 255 or 19.44% from 607); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEA76 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFEA76 is #001589. Grayscale: #E3E3E3. Windows color (decimal): -5514 or 7793407. OLE color: 7793407.
HSL color Cylindrical-coordinate representation of color #FFEA76: hue angle of 50.8º 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 #FFEA76 is Cyan = 0, Magento = 0.08, Yellow = 0.54 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 234 | 118 | - |
| CMYK | 0 | 0.08 | 0.54 | 0 |
| HSL | 50.8º | 1% | 0.73% | - |
| HSV(B) | 50.8º | 0.54% | 1% | - |
| XYZ | 73.93 | 81.41 | 28.96 | - |
| YUV | 227.06 | 66.46 | 147.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 234 | 118 | 0 | 0.08 | 0.54 | 0 | 50.8 | 1 | 0.73 |
| Hex | FF | EA | 76 | 0 | 8 | 36 | 0 | 33 | 64 | 49 |
| Octal | 377 | 352 | 166 | 0 | 10 | 66 | 0 | 63 | 144 | 111 |
| Binary | 11111111 | 11101010 | 1110110 | 0 | 1000 | 110110 | 0 | 110011 | 1100100 | 1001001 |
Color Harmonies of #FFEA76
Complementary color
Monochromatic Colors of #FFEA76
Black with #FFEA76
Text Example
Text Example
White with #FFEA76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFEA76; }
p { color: rgb(255,234,118); }
H1.HeaderClassName
{
color: #FFEA76;
}
.AnyTagClassName
{
color: #FFEA76;
}
</style>
background-color css
<style>
a { background-color: #FFEA76; }
a { background-color: rgb(255,234,118); }
div.DivClassName
{
background-color: #FFEA76;
}
.BgClassName
{
background-color: #FFEA76;
}
</style>
border-color css
<style>
span { border-color: #FFEA76; }
span { border-color: rgb(255,234,118); }
td.TdClassName
{
border-color: #FFEA76;
}
.TagClassName
{
border-color: #FFEA76;
}
</style>