Shades of Witch Haze #FEEC7A
Tints of Witch Haze #FEEC7A
RGB
CMYK
RGB Variations
Color information
#FEEC7A (or 0xFEEC7A) is known color: Witch Haze. HEX triplet: FE, EC and 7A. RGB value is (254,236,122). Sum of RGB (Red+Green+Blue) = 254+236+122=612 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.50% from 612); Green value is 236 (92.58% from 255 or 38.56% from 612); Blue value is 122 (48.05% from 255 or 19.93% from 612); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEC7A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEEC7A is #011385. Grayscale: #E4E4E4. Windows color (decimal): -70534 or 8056062. OLE color: 8056062.
HSL color Cylindrical-coordinate representation of color #FEEC7A: hue angle of 51.82º degrees, saturation: 0.99, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #FEEC7A is Cyan = 0, Magento = 0.07, Yellow = 0.52 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 236 | 122 | - |
| CMYK | 0 | 0.07 | 0.52 | 0.00 |
| HSL | 51.82º | 0.99% | 0.74% | - |
| HSV(B) | 51.82º | 0.52% | 1% | - |
| XYZ | 74.38 | 82.47 | 30.41 | - |
| YUV | 228.39 | 67.96 | 146.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 236 | 122 | 0 | 0.07 | 0.52 | 0.00 | 51.82 | 0.99 | 0.74 |
| Hex | FE | EC | 7A | 0 | 7 | 34 | 0 | 34 | 63 | 4A |
| Octal | 376 | 354 | 172 | 0 | 7 | 64 | 0 | 64 | 143 | 112 |
| Binary | 11111110 | 11101100 | 1111010 | 0 | 111 | 110100 | 0 | 110100 | 1100011 | 1001010 |
Color Harmonies of #FEEC7A
Complementary color
Monochromatic Colors of #FEEC7A
Black with #FEEC7A
Text Example
Text Example
White with #FEEC7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEEC7A; }
p { color: rgb(254,236,122); }
H1.HeaderClassName
{
color: #FEEC7A;
}
.AnyTagClassName
{
color: #FEEC7A;
}
</style>
background-color css
<style>
a { background-color: #FEEC7A; }
a { background-color: rgb(254,236,122); }
div.DivClassName
{
background-color: #FEEC7A;
}
.BgClassName
{
background-color: #FEEC7A;
}
</style>
border-color css
<style>
span { border-color: #FEEC7A; }
span { border-color: rgb(254,236,122); }
td.TdClassName
{
border-color: #FEEC7A;
}
.TagClassName
{
border-color: #FEEC7A;
}
</style>