Shades of Witch Haze #FEEE7A
Tints of Witch Haze #FEEE7A
RGB
CMYK
RGB Variations
Color information
#FEEE7A (or 0xFEEE7A) is known color: Witch Haze. HEX triplet: FE, EE and 7A. RGB value is (254,238,122). Sum of RGB (Red+Green+Blue) = 254+238+122=614 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.37% from 614); Green value is 238 (93.36% from 255 or 38.76% from 614); Blue value is 122 (48.05% from 255 or 19.87% from 614); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEE7A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEEE7A is #011185. Grayscale: #E6E6E6. Windows color (decimal): -70022 or 8056574. OLE color: 8056574.
HSL color Cylindrical-coordinate representation of color #FEEE7A: hue angle of 52.73º 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 #FEEE7A is Cyan = 0, Magento = 0.06, Yellow = 0.52 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 238 | 122 | - |
| CMYK | 0 | 0.06 | 0.52 | 0.00 |
| HSL | 52.73º | 0.99% | 0.74% | - |
| HSV(B) | 52.73º | 0.52% | 1% | - |
| XYZ | 74.96 | 83.63 | 30.6 | - |
| YUV | 229.56 | 67.3 | 145.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 238 | 122 | 0 | 0.06 | 0.52 | 0.00 | 52.73 | 0.99 | 0.74 |
| Hex | FE | EE | 7A | 0 | 6 | 34 | 0 | 35 | 63 | 4A |
| Octal | 376 | 356 | 172 | 0 | 6 | 64 | 0 | 65 | 143 | 112 |
| Binary | 11111110 | 11101110 | 1111010 | 0 | 110 | 110100 | 0 | 110101 | 1100011 | 1001010 |
Color Harmonies of #FEEE7A
Complementary color
Monochromatic Colors of #FEEE7A
Black with #FEEE7A
Text Example
Text Example
White with #FEEE7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEEE7A; }
p { color: rgb(254,238,122); }
H1.HeaderClassName
{
color: #FEEE7A;
}
.AnyTagClassName
{
color: #FEEE7A;
}
</style>
background-color css
<style>
a { background-color: #FEEE7A; }
a { background-color: rgb(254,238,122); }
div.DivClassName
{
background-color: #FEEE7A;
}
.BgClassName
{
background-color: #FEEE7A;
}
</style>
border-color css
<style>
span { border-color: #FEEE7A; }
span { border-color: rgb(254,238,122); }
td.TdClassName
{
border-color: #FEEE7A;
}
.TagClassName
{
border-color: #FEEE7A;
}
</style>