Shades of Witch Haze #FFEA77
Tints of Witch Haze #FFEA77
RGB
CMYK
RGB Variations
Color information
#FFEA77 (or 0xFFEA77) is known color: Witch Haze. HEX triplet: FF, EA and 77. RGB value is (255,234,119). Sum of RGB (Red+Green+Blue) = 255+234+119=608 (80% of max value = 765). Red value is 255 (100% from 255 or 41.94% from 608); Green value is 234 (91.80% from 255 or 38.49% from 608); Blue value is 119 (46.88% from 255 or 19.57% from 608); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEA77 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFEA77 is #001588. Grayscale: #E3E3E3. Windows color (decimal): -5513 or 7858943. OLE color: 7858943.
HSL color Cylindrical-coordinate representation of color #FFEA77: hue angle of 50.74º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #FFEA77 is Cyan = 0, Magento = 0.08, Yellow = 0.53 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 234 | 119 | - |
| CMYK | 0 | 0.08 | 0.53 | 0 |
| HSL | 50.74º | 1% | 0.73% | - |
| HSV(B) | 50.74º | 0.53% | 1% | - |
| XYZ | 73.99 | 81.44 | 29.27 | - |
| YUV | 227.17 | 66.96 | 147.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 234 | 119 | 0 | 0.08 | 0.53 | 0 | 50.74 | 1 | 0.73 |
| Hex | FF | EA | 77 | 0 | 8 | 35 | 0 | 33 | 64 | 49 |
| Octal | 377 | 352 | 167 | 0 | 10 | 65 | 0 | 63 | 144 | 111 |
| Binary | 11111111 | 11101010 | 1110111 | 0 | 1000 | 110101 | 0 | 110011 | 1100100 | 1001001 |
Color Harmonies of #FFEA77
Complementary color
Monochromatic Colors of #FFEA77
Black with #FFEA77
Text Example
Text Example
White with #FFEA77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFEA77; }
p { color: rgb(255,234,119); }
H1.HeaderClassName
{
color: #FFEA77;
}
.AnyTagClassName
{
color: #FFEA77;
}
</style>
background-color css
<style>
a { background-color: #FFEA77; }
a { background-color: rgb(255,234,119); }
div.DivClassName
{
background-color: #FFEA77;
}
.BgClassName
{
background-color: #FFEA77;
}
</style>
border-color css
<style>
span { border-color: #FFEA77; }
span { border-color: rgb(255,234,119); }
td.TdClassName
{
border-color: #FFEA77;
}
.TagClassName
{
border-color: #FFEA77;
}
</style>