Shades of Witch Haze #FEE970
Tints of Witch Haze #FEE970
RGB
CMYK
RGB Variations
Color information
#FEE970 (or 0xFEE970) is known color: Witch Haze. HEX triplet: FE, E9 and 70. RGB value is (254,233,112). Sum of RGB (Red+Green+Blue) = 254+233+112=599 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.40% from 599); Green value is 233 (91.41% from 255 or 38.90% from 599); Blue value is 112 (44.14% from 255 or 18.70% from 599); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE970 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEE970 is #01168F. Grayscale: #E1E1E1. Windows color (decimal): -71312 or 7399934. OLE color: 7399934.
HSL color Cylindrical-coordinate representation of color #FEE970: hue angle of 51.13º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FEE970 is Cyan = 0, Magento = 0.08, Yellow = 0.56 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 233 | 112 | - |
| CMYK | 0 | 0.08 | 0.56 | 0.00 |
| HSL | 51.13º | 0.99% | 0.72% | - |
| HSV(B) | 51.13º | 0.56% | 1% | - |
| XYZ | 72.94 | 80.52 | 27.03 | - |
| YUV | 225.49 | 63.96 | 148.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 233 | 112 | 0 | 0.08 | 0.56 | 0.00 | 51.13 | 0.99 | 0.72 |
| Hex | FE | E9 | 70 | 0 | 8 | 38 | 0 | 33 | 63 | 48 |
| Octal | 376 | 351 | 160 | 0 | 10 | 70 | 0 | 63 | 143 | 110 |
| Binary | 11111110 | 11101001 | 1110000 | 0 | 1000 | 111000 | 0 | 110011 | 1100011 | 1001000 |
Color Harmonies of #FEE970
Complementary color
Monochromatic Colors of #FEE970
Black with #FEE970
Text Example
Text Example
White with #FEE970
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE970; }
p { color: rgb(254,233,112); }
H1.HeaderClassName
{
color: #FEE970;
}
.AnyTagClassName
{
color: #FEE970;
}
</style>
background-color css
<style>
a { background-color: #FEE970; }
a { background-color: rgb(254,233,112); }
div.DivClassName
{
background-color: #FEE970;
}
.BgClassName
{
background-color: #FEE970;
}
</style>
border-color css
<style>
span { border-color: #FEE970; }
span { border-color: rgb(254,233,112); }
td.TdClassName
{
border-color: #FEE970;
}
.TagClassName
{
border-color: #FEE970;
}
</style>