Shades of Witch Haze #FFE972
Tints of Witch Haze #FFE972
RGB
CMYK
RGB Variations
Color information
#FFE972 (or 0xFFE972) is known color: Witch Haze. HEX triplet: FF, E9 and 72. RGB value is (255,233,114). Sum of RGB (Red+Green+Blue) = 255+233+114=602 (79% of max value = 765). Red value is 255 (100% from 255 or 42.36% from 602); Green value is 233 (91.41% from 255 or 38.70% from 602); Blue value is 114 (44.92% from 255 or 18.94% from 602); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE972 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFE972 is #00168D. Grayscale: #E2E2E2. Windows color (decimal): -5774 or 7531007. OLE color: 7531007.
HSL color Cylindrical-coordinate representation of color #FFE972: hue angle of 50.64º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #FFE972 is Cyan = 0, Magento = 0.09, Yellow = 0.55 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 233 | 114 | - |
| CMYK | 0 | 0.09 | 0.55 | 0 |
| HSL | 50.64º | 1% | 0.72% | - |
| HSV(B) | 50.64º | 0.55% | 1% | - |
| XYZ | 73.42 | 80.75 | 27.64 | - |
| YUV | 226.01 | 64.79 | 148.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 233 | 114 | 0 | 0.09 | 0.55 | 0 | 50.64 | 1 | 0.72 |
| Hex | FF | E9 | 72 | 0 | 9 | 37 | 0 | 33 | 64 | 48 |
| Octal | 377 | 351 | 162 | 0 | 11 | 67 | 0 | 63 | 144 | 110 |
| Binary | 11111111 | 11101001 | 1110010 | 0 | 1001 | 110111 | 0 | 110011 | 1100100 | 1001000 |
Color Harmonies of #FFE972
Complementary color
Monochromatic Colors of #FFE972
Black with #FFE972
Text Example
Text Example
White with #FFE972
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE972; }
p { color: rgb(255,233,114); }
H1.HeaderClassName
{
color: #FFE972;
}
.AnyTagClassName
{
color: #FFE972;
}
</style>
background-color css
<style>
a { background-color: #FFE972; }
a { background-color: rgb(255,233,114); }
div.DivClassName
{
background-color: #FFE972;
}
.BgClassName
{
background-color: #FFE972;
}
</style>
border-color css
<style>
span { border-color: #FFE972; }
span { border-color: rgb(255,233,114); }
td.TdClassName
{
border-color: #FFE972;
}
.TagClassName
{
border-color: #FFE972;
}
</style>