Shades of Witch Haze #FEEC73
Tints of Witch Haze #FEEC73
RGB
CMYK
RGB Variations
Color information
#FEEC73 (or 0xFEEC73) is known color: Witch Haze. HEX triplet: FE, EC and 73. RGB value is (254,236,115). Sum of RGB (Red+Green+Blue) = 254+236+115=605 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.98% from 605); Green value is 236 (92.58% from 255 or 39.01% from 605); Blue value is 115 (45.31% from 255 or 19.01% from 605); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEC73 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEEC73 is #01138C. Grayscale: #E4E4E4. Windows color (decimal): -70541 or 7597310. OLE color: 7597310.
HSL color Cylindrical-coordinate representation of color #FEEC73: hue angle of 52.23º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #FEEC73 is Cyan = 0, Magento = 0.07, Yellow = 0.55 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 236 | 115 | - |
| CMYK | 0 | 0.07 | 0.55 | 0.00 |
| HSL | 52.23º | 0.99% | 0.72% | - |
| HSV(B) | 52.23º | 0.55% | 1% | - |
| XYZ | 73.96 | 82.3 | 28.21 | - |
| YUV | 227.59 | 64.46 | 146.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 236 | 115 | 0 | 0.07 | 0.55 | 0.00 | 52.23 | 0.99 | 0.72 |
| Hex | FE | EC | 73 | 0 | 7 | 37 | 0 | 34 | 63 | 48 |
| Octal | 376 | 354 | 163 | 0 | 7 | 67 | 0 | 64 | 143 | 110 |
| Binary | 11111110 | 11101100 | 1110011 | 0 | 111 | 110111 | 0 | 110100 | 1100011 | 1001000 |
Color Harmonies of #FEEC73
Complementary color
Monochromatic Colors of #FEEC73
Black with #FEEC73
Text Example
Text Example
White with #FEEC73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEEC73; }
p { color: rgb(254,236,115); }
H1.HeaderClassName
{
color: #FEEC73;
}
.AnyTagClassName
{
color: #FEEC73;
}
</style>
background-color css
<style>
a { background-color: #FEEC73; }
a { background-color: rgb(254,236,115); }
div.DivClassName
{
background-color: #FEEC73;
}
.BgClassName
{
background-color: #FEEC73;
}
</style>
border-color css
<style>
span { border-color: #FEEC73; }
span { border-color: rgb(254,236,115); }
td.TdClassName
{
border-color: #FEEC73;
}
.TagClassName
{
border-color: #FEEC73;
}
</style>