Shades of Witch Haze #FFEE73
Tints of Witch Haze #FFEE73
RGB
CMYK
RGB Variations
Color information
#FFEE73 (or 0xFFEE73) is known color: Witch Haze. HEX triplet: FF, EE and 73. RGB value is (255,238,115). Sum of RGB (Red+Green+Blue) = 255+238+115=608 (80% of max value = 765). Red value is 255 (100% from 255 or 41.94% from 608); Green value is 238 (93.36% from 255 or 39.14% from 608); Blue value is 115 (45.31% from 255 or 18.91% from 608); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEE73 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFEE73 is #00118C. Grayscale: #E5E5E5. Windows color (decimal): -4493 or 7597823. OLE color: 7597823.
HSL color Cylindrical-coordinate representation of color #FFEE73: hue angle of 52.71º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #FFEE73 is Cyan = 0, Magento = 0.07, Yellow = 0.55 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 238 | 115 | - |
| CMYK | 0 | 0.07 | 0.55 | 0 |
| HSL | 52.71º | 1% | 0.73% | - |
| HSV(B) | 52.71º | 0.55% | 1% | - |
| XYZ | 74.91 | 83.65 | 28.42 | - |
| YUV | 229.06 | 63.63 | 146.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 238 | 115 | 0 | 0.07 | 0.55 | 0 | 52.71 | 1 | 0.73 |
| Hex | FF | EE | 73 | 0 | 7 | 37 | 0 | 35 | 64 | 49 |
| Octal | 377 | 356 | 163 | 0 | 7 | 67 | 0 | 65 | 144 | 111 |
| Binary | 11111111 | 11101110 | 1110011 | 0 | 111 | 110111 | 0 | 110101 | 1100100 | 1001001 |
Color Harmonies of #FFEE73
Complementary color
Monochromatic Colors of #FFEE73
Black with #FFEE73
Text Example
Text Example
White with #FFEE73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFEE73; }
p { color: rgb(255,238,115); }
H1.HeaderClassName
{
color: #FFEE73;
}
.AnyTagClassName
{
color: #FFEE73;
}
</style>
background-color css
<style>
a { background-color: #FFEE73; }
a { background-color: rgb(255,238,115); }
div.DivClassName
{
background-color: #FFEE73;
}
.BgClassName
{
background-color: #FFEE73;
}
</style>
border-color css
<style>
span { border-color: #FFEE73; }
span { border-color: rgb(255,238,115); }
td.TdClassName
{
border-color: #FFEE73;
}
.TagClassName
{
border-color: #FFEE73;
}
</style>