Shades of Witch Haze #F7EF7D
Tints of Witch Haze #F7EF7D
RGB
CMYK
RGB Variations
Color information
#F7EF7D (or 0xF7EF7D) is known color: Witch Haze. HEX triplet: F7, EF and 7D. RGB value is (247,239,125). Sum of RGB (Red+Green+Blue) = 247+239+125=611 (80% of max value = 765). Red value is 247 (96.88% from 255 or 40.43% from 611); Green value is 239 (93.75% from 255 or 39.12% from 611); Blue value is 125 (49.22% from 255 or 20.46% from 611); Max value from RGB is 247 - color contains mainly: red. Hex color #F7EF7D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F7EF7D is #081082. Grayscale: #E4E4E4. Windows color (decimal): -528515 or 8253431. OLE color: 8253431.
HSL color Cylindrical-coordinate representation of color #F7EF7D: hue angle of 56.07º degrees, saturation: 0.88, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F7EF7D is Cyan = 0, Magento = 0.03, Yellow = 0.49 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 239 | 125 | - |
| CMYK | 0 | 0.03 | 0.49 | 0.03 |
| HSL | 56.07º | 0.88% | 0.73% | - |
| HSV(B) | 56.07º | 0.49% | 0.97% | - |
| XYZ | 72.93 | 82.99 | 31.58 | - |
| YUV | 228.4 | 69.65 | 141.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 239 | 125 | 0 | 0.03 | 0.49 | 0.03 | 56.07 | 0.88 | 0.73 |
| Hex | F7 | EF | 7D | 0 | 3 | 31 | 3 | 38 | 58 | 49 |
| Octal | 367 | 357 | 175 | 0 | 3 | 61 | 3 | 70 | 130 | 111 |
| Binary | 11110111 | 11101111 | 1111101 | 0 | 11 | 110001 | 11 | 111000 | 1011000 | 1001001 |
Color Harmonies of #F7EF7D
Complementary color
Monochromatic Colors of #F7EF7D
Black with #F7EF7D
Text Example
Text Example
White with #F7EF7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7EF7D; }
p { color: rgb(247,239,125); }
H1.HeaderClassName
{
color: #F7EF7D;
}
.AnyTagClassName
{
color: #F7EF7D;
}
</style>
background-color css
<style>
a { background-color: #F7EF7D; }
a { background-color: rgb(247,239,125); }
div.DivClassName
{
background-color: #F7EF7D;
}
.BgClassName
{
background-color: #F7EF7D;
}
</style>
border-color css
<style>
span { border-color: #F7EF7D; }
span { border-color: rgb(247,239,125); }
td.TdClassName
{
border-color: #F7EF7D;
}
.TagClassName
{
border-color: #F7EF7D;
}
</style>