Shades of Witch Haze #FEEC74
Tints of Witch Haze #FEEC74
RGB
CMYK
RGB Variations
Color information
#FEEC74 (or 0xFEEC74) is known color: Witch Haze. HEX triplet: FE, EC and 74. RGB value is (254,236,116). Sum of RGB (Red+Green+Blue) = 254+236+116=606 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.91% from 606); Green value is 236 (92.58% from 255 or 38.94% from 606); Blue value is 116 (45.70% from 255 or 19.14% from 606); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEC74 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEEC74 is #01138B. Grayscale: #E4E4E4. Windows color (decimal): -70540 or 7662846. OLE color: 7662846.
HSL color Cylindrical-coordinate representation of color #FEEC74: hue angle of 52.17º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #FEEC74 is Cyan = 0, Magento = 0.07, Yellow = 0.54 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 236 | 116 | - |
| CMYK | 0 | 0.07 | 0.54 | 0.00 |
| HSL | 52.17º | 0.99% | 0.73% | - |
| HSV(B) | 52.17º | 0.54% | 1% | - |
| XYZ | 74.02 | 82.32 | 28.51 | - |
| YUV | 227.7 | 64.96 | 146.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 236 | 116 | 0 | 0.07 | 0.54 | 0.00 | 52.17 | 0.99 | 0.73 |
| Hex | FE | EC | 74 | 0 | 7 | 36 | 0 | 34 | 63 | 49 |
| Octal | 376 | 354 | 164 | 0 | 7 | 66 | 0 | 64 | 143 | 111 |
| Binary | 11111110 | 11101100 | 1110100 | 0 | 111 | 110110 | 0 | 110100 | 1100011 | 1001001 |
Color Harmonies of #FEEC74
Complementary color
Monochromatic Colors of #FEEC74
Black with #FEEC74
Text Example
Text Example
White with #FEEC74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEEC74; }
p { color: rgb(254,236,116); }
H1.HeaderClassName
{
color: #FEEC74;
}
.AnyTagClassName
{
color: #FEEC74;
}
</style>
background-color css
<style>
a { background-color: #FEEC74; }
a { background-color: rgb(254,236,116); }
div.DivClassName
{
background-color: #FEEC74;
}
.BgClassName
{
background-color: #FEEC74;
}
</style>
border-color css
<style>
span { border-color: #FEEC74; }
span { border-color: rgb(254,236,116); }
td.TdClassName
{
border-color: #FEEC74;
}
.TagClassName
{
border-color: #FEEC74;
}
</style>