Shades of Witch Haze #FFEC72
Tints of Witch Haze #FFEC72
RGB
CMYK
RGB Variations
Color information
#FFEC72 (or 0xFFEC72) is known color: Witch Haze. HEX triplet: FF, EC and 72. RGB value is (255,236,114). Sum of RGB (Red+Green+Blue) = 255+236+114=605 (80% of max value = 765). Red value is 255 (100% from 255 or 42.15% from 605); Green value is 236 (92.58% from 255 or 39.01% from 605); Blue value is 114 (44.92% from 255 or 18.84% from 605); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEC72 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFEC72 is #00138D. Grayscale: #E4E4E4. Windows color (decimal): -5006 or 7531775. OLE color: 7531775.
HSL color Cylindrical-coordinate representation of color #FFEC72: hue angle of 51.91º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #FFEC72 is Cyan = 0, Magento = 0.07, Yellow = 0.55 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 236 | 114 | - |
| CMYK | 0 | 0.07 | 0.55 | 0 |
| HSL | 51.91º | 1% | 0.72% | - |
| HSV(B) | 51.91º | 0.55% | 1% | - |
| XYZ | 74.27 | 82.47 | 27.92 | - |
| YUV | 227.77 | 63.79 | 147.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 236 | 114 | 0 | 0.07 | 0.55 | 0 | 51.91 | 1 | 0.72 |
| Hex | FF | EC | 72 | 0 | 7 | 37 | 0 | 34 | 64 | 48 |
| Octal | 377 | 354 | 162 | 0 | 7 | 67 | 0 | 64 | 144 | 110 |
| Binary | 11111111 | 11101100 | 1110010 | 0 | 111 | 110111 | 0 | 110100 | 1100100 | 1001000 |
Color Harmonies of #FFEC72
Complementary color
Monochromatic Colors of #FFEC72
Black with #FFEC72
Text Example
Text Example
White with #FFEC72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFEC72; }
p { color: rgb(255,236,114); }
H1.HeaderClassName
{
color: #FFEC72;
}
.AnyTagClassName
{
color: #FFEC72;
}
</style>
background-color css
<style>
a { background-color: #FFEC72; }
a { background-color: rgb(255,236,114); }
div.DivClassName
{
background-color: #FFEC72;
}
.BgClassName
{
background-color: #FFEC72;
}
</style>
border-color css
<style>
span { border-color: #FFEC72; }
span { border-color: rgb(255,236,114); }
td.TdClassName
{
border-color: #FFEC72;
}
.TagClassName
{
border-color: #FFEC72;
}
</style>