Shades of Witch Haze #FEEC7C
Tints of Witch Haze #FEEC7C
RGB
CMYK
RGB Variations
Color information
#FEEC7C (or 0xFEEC7C) is known color: Witch Haze. HEX triplet: FE, EC and 7C. RGB value is (254,236,124). Sum of RGB (Red+Green+Blue) = 254+236+124=614 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.37% from 614); Green value is 236 (92.58% from 255 or 38.44% from 614); Blue value is 124 (48.83% from 255 or 20.20% from 614); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEC7C is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEEC7C is #011383. Grayscale: #E5E5E5. Windows color (decimal): -70532 or 8187134. OLE color: 8187134.
HSL color Cylindrical-coordinate representation of color #FEEC7C: hue angle of 51.69º 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 #FEEC7C is Cyan = 0, Magento = 0.07, Yellow = 0.51 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 236 | 124 | - |
| CMYK | 0 | 0.07 | 0.51 | 0.00 |
| HSL | 51.69º | 0.98% | 0.74% | - |
| HSV(B) | 51.69º | 0.51% | 1% | - |
| XYZ | 74.51 | 82.52 | 31.07 | - |
| YUV | 228.61 | 68.96 | 146.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 236 | 124 | 0 | 0.07 | 0.51 | 0.00 | 51.69 | 0.98 | 0.74 |
| Hex | FE | EC | 7C | 0 | 7 | 33 | 0 | 34 | 62 | 4A |
| Octal | 376 | 354 | 174 | 0 | 7 | 63 | 0 | 64 | 142 | 112 |
| Binary | 11111110 | 11101100 | 1111100 | 0 | 111 | 110011 | 0 | 110100 | 1100010 | 1001010 |
Color Harmonies of #FEEC7C
Complementary color
Monochromatic Colors of #FEEC7C
Black with #FEEC7C
Text Example
Text Example
White with #FEEC7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEEC7C; }
p { color: rgb(254,236,124); }
H1.HeaderClassName
{
color: #FEEC7C;
}
.AnyTagClassName
{
color: #FEEC7C;
}
</style>
background-color css
<style>
a { background-color: #FEEC7C; }
a { background-color: rgb(254,236,124); }
div.DivClassName
{
background-color: #FEEC7C;
}
.BgClassName
{
background-color: #FEEC7C;
}
</style>
border-color css
<style>
span { border-color: #FEEC7C; }
span { border-color: rgb(254,236,124); }
td.TdClassName
{
border-color: #FEEC7C;
}
.TagClassName
{
border-color: #FEEC7C;
}
</style>