Shades of Witch Haze #F7ED70
Tints of Witch Haze #F7ED70
RGB
CMYK
RGB Variations
Color information
#F7ED70 (or 0xF7ED70) is known color: Witch Haze. HEX triplet: F7, ED and 70. RGB value is (247,237,112). Sum of RGB (Red+Green+Blue) = 247+237+112=596 (78% of max value = 765). Red value is 247 (96.88% from 255 or 41.44% from 596); Green value is 237 (92.97% from 255 or 39.77% from 596); Blue value is 112 (44.14% from 255 or 18.79% from 596); Max value from RGB is 247 - color contains mainly: red. Hex color #F7ED70 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F7ED70 is #08128F. Grayscale: #E2E2E2. Windows color (decimal): -529040 or 7400951. OLE color: 7400951.
HSL color Cylindrical-coordinate representation of color #F7ED70: hue angle of 55.56º degrees, saturation: 0.89, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F7ED70 is Cyan = 0, Magento = 0.04, Yellow = 0.55 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 237 | 112 | - |
| CMYK | 0 | 0.04 | 0.55 | 0.03 |
| HSL | 55.56º | 0.89% | 0.7% | - |
| HSV(B) | 55.56º | 0.55% | 0.97% | - |
| XYZ | 71.57 | 81.51 | 27.29 | - |
| YUV | 225.74 | 63.81 | 143.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 237 | 112 | 0 | 0.04 | 0.55 | 0.03 | 55.56 | 0.89 | 0.7 |
| Hex | F7 | ED | 70 | 0 | 4 | 37 | 3 | 38 | 59 | 46 |
| Octal | 367 | 355 | 160 | 0 | 4 | 67 | 3 | 70 | 131 | 106 |
| Binary | 11110111 | 11101101 | 1110000 | 0 | 100 | 110111 | 11 | 111000 | 1011001 | 1000110 |
Color Harmonies of #F7ED70
Complementary color
Monochromatic Colors of #F7ED70
Black with #F7ED70
Text Example
Text Example
White with #F7ED70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7ED70; }
p { color: rgb(247,237,112); }
H1.HeaderClassName
{
color: #F7ED70;
}
.AnyTagClassName
{
color: #F7ED70;
}
</style>
background-color css
<style>
a { background-color: #F7ED70; }
a { background-color: rgb(247,237,112); }
div.DivClassName
{
background-color: #F7ED70;
}
.BgClassName
{
background-color: #F7ED70;
}
</style>
border-color css
<style>
span { border-color: #F7ED70; }
span { border-color: rgb(247,237,112); }
td.TdClassName
{
border-color: #F7ED70;
}
.TagClassName
{
border-color: #F7ED70;
}
</style>