Shades of Witch Haze #FFEE72
Tints of Witch Haze #FFEE72
RGB
CMYK
RGB Variations
Color information
#FFEE72 (or 0xFFEE72) is known color: Witch Haze. HEX triplet: FF, EE and 72. RGB value is (255,238,114). Sum of RGB (Red+Green+Blue) = 255+238+114=607 (80% of max value = 765). Red value is 255 (100% from 255 or 42.01% from 607); Green value is 238 (93.36% from 255 or 39.21% from 607); Blue value is 114 (44.92% from 255 or 18.78% from 607); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEE72 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFEE72 is #00118D. Grayscale: #E5E5E5. Windows color (decimal): -4494 or 7532287. OLE color: 7532287.
HSL color Cylindrical-coordinate representation of color #FFEE72: hue angle of 52.77º 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 #FFEE72 is Cyan = 0, Magento = 0.07, Yellow = 0.55 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 238 | 114 | - |
| CMYK | 0 | 0.07 | 0.55 | 0 |
| HSL | 52.77º | 1% | 0.72% | - |
| HSV(B) | 52.77º | 0.55% | 1% | - |
| XYZ | 74.85 | 83.62 | 28.12 | - |
| YUV | 228.95 | 63.13 | 146.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 238 | 114 | 0 | 0.07 | 0.55 | 0 | 52.77 | 1 | 0.72 |
| Hex | FF | EE | 72 | 0 | 7 | 37 | 0 | 35 | 64 | 48 |
| Octal | 377 | 356 | 162 | 0 | 7 | 67 | 0 | 65 | 144 | 110 |
| Binary | 11111111 | 11101110 | 1110010 | 0 | 111 | 110111 | 0 | 110101 | 1100100 | 1001000 |
Color Harmonies of #FFEE72
Complementary color
Monochromatic Colors of #FFEE72
Black with #FFEE72
Text Example
Text Example
White with #FFEE72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFEE72; }
p { color: rgb(255,238,114); }
H1.HeaderClassName
{
color: #FFEE72;
}
.AnyTagClassName
{
color: #FFEE72;
}
</style>
background-color css
<style>
a { background-color: #FFEE72; }
a { background-color: rgb(255,238,114); }
div.DivClassName
{
background-color: #FFEE72;
}
.BgClassName
{
background-color: #FFEE72;
}
</style>
border-color css
<style>
span { border-color: #FFEE72; }
span { border-color: rgb(255,238,114); }
td.TdClassName
{
border-color: #FFEE72;
}
.TagClassName
{
border-color: #FFEE72;
}
</style>