Shades of Witch Haze #FEEF7D
Tints of Witch Haze #FEEF7D
RGB
CMYK
RGB Variations
Color information
#FEEF7D (or 0xFEEF7D) is known color: Witch Haze. HEX triplet: FE, EF and 7D. RGB value is (254,239,125). Sum of RGB (Red+Green+Blue) = 254+239+125=618 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.10% from 618); Green value is 239 (93.75% from 255 or 38.67% from 618); Blue value is 125 (49.22% from 255 or 20.23% from 618); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEF7D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEEF7D is #011082. Grayscale: #E6E6E6. Windows color (decimal): -69763 or 8253438. OLE color: 8253438.
HSL color Cylindrical-coordinate representation of color #FEEF7D: hue angle of 53.02º degrees, saturation: 0.98, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FEEF7D is Cyan = 0, Magento = 0.06, Yellow = 0.51 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 239 | 125 | - |
| CMYK | 0 | 0.06 | 0.51 | 0.00 |
| HSL | 53.02º | 0.98% | 0.74% | - |
| HSV(B) | 53.02º | 0.51% | 1% | - |
| XYZ | 75.44 | 84.28 | 31.69 | - |
| YUV | 230.49 | 68.47 | 144.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 239 | 125 | 0 | 0.06 | 0.51 | 0.00 | 53.02 | 0.98 | 0.74 |
| Hex | FE | EF | 7D | 0 | 6 | 33 | 0 | 35 | 62 | 4A |
| Octal | 376 | 357 | 175 | 0 | 6 | 63 | 0 | 65 | 142 | 112 |
| Binary | 11111110 | 11101111 | 1111101 | 0 | 110 | 110011 | 0 | 110101 | 1100010 | 1001010 |
Color Harmonies of #FEEF7D
Complementary color
Monochromatic Colors of #FEEF7D
Black with #FEEF7D
Text Example
Text Example
White with #FEEF7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEEF7D; }
p { color: rgb(254,239,125); }
H1.HeaderClassName
{
color: #FEEF7D;
}
.AnyTagClassName
{
color: #FEEF7D;
}
</style>
background-color css
<style>
a { background-color: #FEEF7D; }
a { background-color: rgb(254,239,125); }
div.DivClassName
{
background-color: #FEEF7D;
}
.BgClassName
{
background-color: #FEEF7D;
}
</style>
border-color css
<style>
span { border-color: #FEEF7D; }
span { border-color: rgb(254,239,125); }
td.TdClassName
{
border-color: #FEEF7D;
}
.TagClassName
{
border-color: #FEEF7D;
}
</style>