Shades of Witch Haze #F7EC72
Tints of Witch Haze #F7EC72
RGB
CMYK
RGB Variations
Color information
#F7EC72 (or 0xF7EC72) is known color: Witch Haze. HEX triplet: F7, EC and 72. RGB value is (247,236,114). Sum of RGB (Red+Green+Blue) = 247+236+114=597 (79% of max value = 765). Red value is 247 (96.88% from 255 or 41.37% from 597); Green value is 236 (92.58% from 255 or 39.53% from 597); Blue value is 114 (44.92% from 255 or 19.10% from 597); Max value from RGB is 247 - color contains mainly: red. Hex color #F7EC72 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F7EC72 is #08138D. Grayscale: #E1E1E1. Windows color (decimal): -529294 or 7531767. OLE color: 7531767.
HSL color Cylindrical-coordinate representation of color #F7EC72: hue angle of 55.04º degrees, saturation: 0.89, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F7EC72 is Cyan = 0, Magento = 0.04, Yellow = 0.54 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 236 | 114 | - |
| CMYK | 0 | 0.04 | 0.54 | 0.03 |
| HSL | 55.04º | 0.89% | 0.71% | - |
| HSV(B) | 55.04º | 0.54% | 0.97% | - |
| XYZ | 71.39 | 80.98 | 27.79 | - |
| YUV | 225.38 | 65.14 | 143.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 236 | 114 | 0 | 0.04 | 0.54 | 0.03 | 55.04 | 0.89 | 0.71 |
| Hex | F7 | EC | 72 | 0 | 4 | 36 | 3 | 37 | 59 | 47 |
| Octal | 367 | 354 | 162 | 0 | 4 | 66 | 3 | 67 | 131 | 107 |
| Binary | 11110111 | 11101100 | 1110010 | 0 | 100 | 110110 | 11 | 110111 | 1011001 | 1000111 |
Color Harmonies of #F7EC72
Complementary color
Monochromatic Colors of #F7EC72
Black with #F7EC72
Text Example
Text Example
White with #F7EC72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7EC72; }
p { color: rgb(247,236,114); }
H1.HeaderClassName
{
color: #F7EC72;
}
.AnyTagClassName
{
color: #F7EC72;
}
</style>
background-color css
<style>
a { background-color: #F7EC72; }
a { background-color: rgb(247,236,114); }
div.DivClassName
{
background-color: #F7EC72;
}
.BgClassName
{
background-color: #F7EC72;
}
</style>
border-color css
<style>
span { border-color: #F7EC72; }
span { border-color: rgb(247,236,114); }
td.TdClassName
{
border-color: #F7EC72;
}
.TagClassName
{
border-color: #F7EC72;
}
</style>