Shades of Witch Haze #FEEE7C
Tints of Witch Haze #FEEE7C
RGB
CMYK
RGB Variations
Color information
#FEEE7C (or 0xFEEE7C) is known color: Witch Haze. HEX triplet: FE, EE and 7C. RGB value is (254,238,124). Sum of RGB (Red+Green+Blue) = 254+238+124=616 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.23% from 616); Green value is 238 (93.36% from 255 or 38.64% from 616); Blue value is 124 (48.83% from 255 or 20.13% from 616); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEE7C is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEEE7C is #011183. Grayscale: #E6E6E6. Windows color (decimal): -70020 or 8187646. OLE color: 8187646.
HSL color Cylindrical-coordinate representation of color #FEEE7C: hue angle of 52.62º degrees, saturation: 0.98, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FEEE7C is Cyan = 0, Magento = 0.06, Yellow = 0.51 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 238 | 124 | - |
| CMYK | 0 | 0.06 | 0.51 | 0.00 |
| HSL | 52.62º | 0.98% | 0.74% | - |
| HSV(B) | 52.62º | 0.51% | 1% | - |
| XYZ | 75.09 | 83.68 | 31.26 | - |
| YUV | 229.79 | 68.3 | 145.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 238 | 124 | 0 | 0.06 | 0.51 | 0.00 | 52.62 | 0.98 | 0.74 |
| Hex | FE | EE | 7C | 0 | 6 | 33 | 0 | 35 | 62 | 4A |
| Octal | 376 | 356 | 174 | 0 | 6 | 63 | 0 | 65 | 142 | 112 |
| Binary | 11111110 | 11101110 | 1111100 | 0 | 110 | 110011 | 0 | 110101 | 1100010 | 1001010 |
Color Harmonies of #FEEE7C
Complementary color
Monochromatic Colors of #FEEE7C
Black with #FEEE7C
Text Example
Text Example
White with #FEEE7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEEE7C; }
p { color: rgb(254,238,124); }
H1.HeaderClassName
{
color: #FEEE7C;
}
.AnyTagClassName
{
color: #FEEE7C;
}
</style>
background-color css
<style>
a { background-color: #FEEE7C; }
a { background-color: rgb(254,238,124); }
div.DivClassName
{
background-color: #FEEE7C;
}
.BgClassName
{
background-color: #FEEE7C;
}
</style>
border-color css
<style>
span { border-color: #FEEE7C; }
span { border-color: rgb(254,238,124); }
td.TdClassName
{
border-color: #FEEE7C;
}
.TagClassName
{
border-color: #FEEE7C;
}
</style>