Shades of Witch Haze #F8EC70
Tints of Witch Haze #F8EC70
RGB
CMYK
RGB Variations
Color information
#F8EC70 (or 0xF8EC70) is known color: Witch Haze. HEX triplet: F8, EC and 70. RGB value is (248,236,112). Sum of RGB (Red+Green+Blue) = 248+236+112=596 (78% of max value = 765). Red value is 248 (97.27% from 255 or 41.61% from 596); Green value is 236 (92.58% from 255 or 39.60% from 596); Blue value is 112 (44.14% from 255 or 18.79% from 596); Max value from RGB is 248 - color contains mainly: red. Hex color #F8EC70 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F8EC70 is #07138F. Grayscale: #E1E1E1. Windows color (decimal): -463760 or 7400696. OLE color: 7400696.
HSL color Cylindrical-coordinate representation of color #F8EC70: hue angle of 54.71º degrees, saturation: 0.91, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F8EC70 is Cyan = 0, Magento = 0.05, Yellow = 0.55 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 236 | 112 | - |
| CMYK | 0 | 0.05 | 0.55 | 0.03 |
| HSL | 54.71º | 0.91% | 0.71% | - |
| HSV(B) | 54.71º | 0.55% | 0.97% | - |
| XYZ | 71.63 | 81.12 | 27.21 | - |
| YUV | 225.45 | 63.98 | 144.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 236 | 112 | 0 | 0.05 | 0.55 | 0.03 | 54.71 | 0.91 | 0.71 |
| Hex | F8 | EC | 70 | 0 | 5 | 37 | 3 | 37 | 5B | 47 |
| Octal | 370 | 354 | 160 | 0 | 5 | 67 | 3 | 67 | 133 | 107 |
| Binary | 11111000 | 11101100 | 1110000 | 0 | 101 | 110111 | 11 | 110111 | 1011011 | 1000111 |
Color Harmonies of #F8EC70
Complementary color
Monochromatic Colors of #F8EC70
Black with #F8EC70
Text Example
Text Example
White with #F8EC70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8EC70; }
p { color: rgb(248,236,112); }
H1.HeaderClassName
{
color: #F8EC70;
}
.AnyTagClassName
{
color: #F8EC70;
}
</style>
background-color css
<style>
a { background-color: #F8EC70; }
a { background-color: rgb(248,236,112); }
div.DivClassName
{
background-color: #F8EC70;
}
.BgClassName
{
background-color: #F8EC70;
}
</style>
border-color css
<style>
span { border-color: #F8EC70; }
span { border-color: rgb(248,236,112); }
td.TdClassName
{
border-color: #F8EC70;
}
.TagClassName
{
border-color: #F8EC70;
}
</style>