Shades of Witch Haze #FEEC6C
Tints of Witch Haze #FEEC6C
RGB
CMYK
RGB Variations
Color information
#FEEC6C (or 0xFEEC6C) is known color: Witch Haze. HEX triplet: FE, EC and 6C. RGB value is (254,236,108). Sum of RGB (Red+Green+Blue) = 254+236+108=598 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.47% from 598); Green value is 236 (92.58% from 255 or 39.46% from 598); Blue value is 108 (42.58% from 255 or 18.06% from 598); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEC6C is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEEC6C is #011393. Grayscale: #E3E3E3. Windows color (decimal): -70548 or 7138558. OLE color: 7138558.
HSL color Cylindrical-coordinate representation of color #FEEC6C: hue angle of 52.6º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #FEEC6C is Cyan = 0, Magento = 0.07, Yellow = 0.57 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 236 | 108 | - |
| CMYK | 0 | 0.07 | 0.57 | 0.00 |
| HSL | 52.6º | 0.99% | 0.71% | - |
| HSV(B) | 52.6º | 0.57% | 1% | - |
| XYZ | 73.58 | 82.14 | 26.16 | - |
| YUV | 226.79 | 60.96 | 147.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 236 | 108 | 0 | 0.07 | 0.57 | 0.00 | 52.6 | 0.99 | 0.71 |
| Hex | FE | EC | 6C | 0 | 7 | 39 | 0 | 35 | 63 | 47 |
| Octal | 376 | 354 | 154 | 0 | 7 | 71 | 0 | 65 | 143 | 107 |
| Binary | 11111110 | 11101100 | 1101100 | 0 | 111 | 111001 | 0 | 110101 | 1100011 | 1000111 |
Color Harmonies of #FEEC6C
Complementary color
Monochromatic Colors of #FEEC6C
Black with #FEEC6C
Text Example
Text Example
White with #FEEC6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEEC6C; }
p { color: rgb(254,236,108); }
H1.HeaderClassName
{
color: #FEEC6C;
}
.AnyTagClassName
{
color: #FEEC6C;
}
</style>
background-color css
<style>
a { background-color: #FEEC6C; }
a { background-color: rgb(254,236,108); }
div.DivClassName
{
background-color: #FEEC6C;
}
.BgClassName
{
background-color: #FEEC6C;
}
</style>
border-color css
<style>
span { border-color: #FEEC6C; }
span { border-color: rgb(254,236,108); }
td.TdClassName
{
border-color: #FEEC6C;
}
.TagClassName
{
border-color: #FEEC6C;
}
</style>