Shades of Witch Haze #FFE970
Tints of Witch Haze #FFE970
RGB
CMYK
RGB Variations
Color information
#FFE970 (or 0xFFE970) is known color: Witch Haze. HEX triplet: FF, E9 and 70. RGB value is (255,233,112). Sum of RGB (Red+Green+Blue) = 255+233+112=600 (79% of max value = 765). Red value is 255 (100% from 255 or 42.5% from 600); Green value is 233 (91.41% from 255 or 38.83% from 600); Blue value is 112 (44.14% from 255 or 18.67% from 600); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE970 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFE970 is #00168F. Grayscale: #E2E2E2. Windows color (decimal): -5776 or 7399935. OLE color: 7399935.
HSL color Cylindrical-coordinate representation of color #FFE970: hue angle of 50.77º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FFE970 is Cyan = 0, Magento = 0.09, Yellow = 0.56 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 233 | 112 | - |
| CMYK | 0 | 0.09 | 0.56 | 0 |
| HSL | 50.77º | 1% | 0.72% | - |
| HSV(B) | 50.77º | 0.56% | 1% | - |
| XYZ | 73.3 | 80.71 | 27.04 | - |
| YUV | 225.78 | 63.79 | 148.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 233 | 112 | 0 | 0.09 | 0.56 | 0 | 50.77 | 1 | 0.72 |
| Hex | FF | E9 | 70 | 0 | 9 | 38 | 0 | 33 | 64 | 48 |
| Octal | 377 | 351 | 160 | 0 | 11 | 70 | 0 | 63 | 144 | 110 |
| Binary | 11111111 | 11101001 | 1110000 | 0 | 1001 | 111000 | 0 | 110011 | 1100100 | 1001000 |
Color Harmonies of #FFE970
Complementary color
Monochromatic Colors of #FFE970
Black with #FFE970
Text Example
Text Example
White with #FFE970
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE970; }
p { color: rgb(255,233,112); }
H1.HeaderClassName
{
color: #FFE970;
}
.AnyTagClassName
{
color: #FFE970;
}
</style>
background-color css
<style>
a { background-color: #FFE970; }
a { background-color: rgb(255,233,112); }
div.DivClassName
{
background-color: #FFE970;
}
.BgClassName
{
background-color: #FFE970;
}
</style>
border-color css
<style>
span { border-color: #FFE970; }
span { border-color: rgb(255,233,112); }
td.TdClassName
{
border-color: #FFE970;
}
.TagClassName
{
border-color: #FFE970;
}
</style>