Shades of Witch Haze #FFEC73
Tints of Witch Haze #FFEC73
RGB
CMYK
RGB Variations
Color information
#FFEC73 (or 0xFFEC73) is known color: Witch Haze. HEX triplet: FF, EC and 73. RGB value is (255,236,115). Sum of RGB (Red+Green+Blue) = 255+236+115=606 (80% of max value = 765). Red value is 255 (100% from 255 or 42.08% from 606); Green value is 236 (92.58% from 255 or 38.94% from 606); Blue value is 115 (45.31% from 255 or 18.98% from 606); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEC73 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFEC73 is #00138C. Grayscale: #E4E4E4. Windows color (decimal): -5005 or 7597311. OLE color: 7597311.
HSL color Cylindrical-coordinate representation of color #FFEC73: hue angle of 51.86º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #FFEC73 is Cyan = 0, Magento = 0.07, Yellow = 0.55 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 236 | 115 | - |
| CMYK | 0 | 0.07 | 0.55 | 0 |
| HSL | 51.86º | 1% | 0.73% | - |
| HSV(B) | 51.86º | 0.55% | 1% | - |
| XYZ | 74.33 | 82.49 | 28.22 | - |
| YUV | 227.89 | 64.29 | 147.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 236 | 115 | 0 | 0.07 | 0.55 | 0 | 51.86 | 1 | 0.73 |
| Hex | FF | EC | 73 | 0 | 7 | 37 | 0 | 34 | 64 | 49 |
| Octal | 377 | 354 | 163 | 0 | 7 | 67 | 0 | 64 | 144 | 111 |
| Binary | 11111111 | 11101100 | 1110011 | 0 | 111 | 110111 | 0 | 110100 | 1100100 | 1001001 |
Color Harmonies of #FFEC73
Complementary color
Monochromatic Colors of #FFEC73
Black with #FFEC73
Text Example
Text Example
White with #FFEC73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFEC73; }
p { color: rgb(255,236,115); }
H1.HeaderClassName
{
color: #FFEC73;
}
.AnyTagClassName
{
color: #FFEC73;
}
</style>
background-color css
<style>
a { background-color: #FFEC73; }
a { background-color: rgb(255,236,115); }
div.DivClassName
{
background-color: #FFEC73;
}
.BgClassName
{
background-color: #FFEC73;
}
</style>
border-color css
<style>
span { border-color: #FFEC73; }
span { border-color: rgb(255,236,115); }
td.TdClassName
{
border-color: #FFEC73;
}
.TagClassName
{
border-color: #FFEC73;
}
</style>