Shades of Witch Haze #FEEC6E
Tints of Witch Haze #FEEC6E
RGB
CMYK
RGB Variations
Color information
#FEEC6E (or 0xFEEC6E) is known color: Witch Haze. HEX triplet: FE, EC and 6E. RGB value is (254,236,110). Sum of RGB (Red+Green+Blue) = 254+236+110=600 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.33% from 600); Green value is 236 (92.58% from 255 or 39.33% from 600); Blue value is 110 (43.36% from 255 or 18.33% from 600); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEC6E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEEC6E is #011391. Grayscale: #E3E3E3. Windows color (decimal): -70546 or 7269630. OLE color: 7269630.
HSL color Cylindrical-coordinate representation of color #FEEC6E: hue angle of 52.5º 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 #FEEC6E is Cyan = 0, Magento = 0.07, Yellow = 0.57 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 236 | 110 | - |
| CMYK | 0 | 0.07 | 0.57 | 0.00 |
| HSL | 52.5º | 0.99% | 0.71% | - |
| HSV(B) | 52.5º | 0.57% | 1% | - |
| XYZ | 73.68 | 82.19 | 26.73 | - |
| YUV | 227.02 | 61.96 | 147.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 236 | 110 | 0 | 0.07 | 0.57 | 0.00 | 52.5 | 0.99 | 0.71 |
| Hex | FE | EC | 6E | 0 | 7 | 39 | 0 | 34 | 63 | 47 |
| Octal | 376 | 354 | 156 | 0 | 7 | 71 | 0 | 64 | 143 | 107 |
| Binary | 11111110 | 11101100 | 1101110 | 0 | 111 | 111001 | 0 | 110100 | 1100011 | 1000111 |
Color Harmonies of #FEEC6E
Complementary color
Monochromatic Colors of #FEEC6E
Black with #FEEC6E
Text Example
Text Example
White with #FEEC6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEEC6E; }
p { color: rgb(254,236,110); }
H1.HeaderClassName
{
color: #FEEC6E;
}
.AnyTagClassName
{
color: #FEEC6E;
}
</style>
background-color css
<style>
a { background-color: #FEEC6E; }
a { background-color: rgb(254,236,110); }
div.DivClassName
{
background-color: #FEEC6E;
}
.BgClassName
{
background-color: #FEEC6E;
}
</style>
border-color css
<style>
span { border-color: #FEEC6E; }
span { border-color: rgb(254,236,110); }
td.TdClassName
{
border-color: #FEEC6E;
}
.TagClassName
{
border-color: #FEEC6E;
}
</style>