Shades of Witch Haze #FFEE80
Tints of Witch Haze #FFEE80
RGB
CMYK
RGB Variations
Color information
#FFEE80 (or 0xFFEE80) is known color: Witch Haze. HEX triplet: FF, EE and 80. RGB value is (255,238,128). Sum of RGB (Red+Green+Blue) = 255+238+128=621 (82% of max value = 765). Red value is 255 (100% from 255 or 41.06% from 621); Green value is 238 (93.36% from 255 or 38.33% from 621); Blue value is 128 (50.39% from 255 or 20.61% from 621); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEE80 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFEE80 is #00117F. Grayscale: #E7E7E7. Windows color (decimal): -4480 or 8449791. OLE color: 8449791.
HSL color Cylindrical-coordinate representation of color #FFEE80: hue angle of 51.97º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FFEE80 is Cyan = 0, Magento = 0.07, Yellow = 0.50 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 238 | 128 | - |
| CMYK | 0 | 0.07 | 0.50 | 0 |
| HSL | 51.97º | 1% | 0.75% | - |
| HSV(B) | 51.97º | 0.5% | 1% | - |
| XYZ | 75.71 | 83.97 | 32.64 | - |
| YUV | 230.54 | 70.13 | 145.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 238 | 128 | 0 | 0.07 | 0.50 | 0 | 51.97 | 1 | 0.75 |
| Hex | FF | EE | 80 | 0 | 7 | 32 | 0 | 34 | 64 | 4B |
| Octal | 377 | 356 | 200 | 0 | 7 | 62 | 0 | 64 | 144 | 113 |
| Binary | 11111111 | 11101110 | 10000000 | 0 | 111 | 110010 | 0 | 110100 | 1100100 | 1001011 |
Color Harmonies of #FFEE80
Complementary color
Monochromatic Colors of #FFEE80
Black with #FFEE80
Text Example
Text Example
White with #FFEE80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFEE80; }
p { color: rgb(255,238,128); }
H1.HeaderClassName
{
color: #FFEE80;
}
.AnyTagClassName
{
color: #FFEE80;
}
</style>
background-color css
<style>
a { background-color: #FFEE80; }
a { background-color: rgb(255,238,128); }
div.DivClassName
{
background-color: #FFEE80;
}
.BgClassName
{
background-color: #FFEE80;
}
</style>
border-color css
<style>
span { border-color: #FFEE80; }
span { border-color: rgb(255,238,128); }
td.TdClassName
{
border-color: #FFEE80;
}
.TagClassName
{
border-color: #FFEE80;
}
</style>