Shades of Witch Haze #FFEE82
Tints of Witch Haze #FFEE82
RGB
CMYK
RGB Variations
Color information
#FFEE82 (or 0xFFEE82) is known color: Witch Haze. HEX triplet: FF, EE and 82. RGB value is (255,238,130). Sum of RGB (Red+Green+Blue) = 255+238+130=623 (82% of max value = 765). Red value is 255 (100% from 255 or 40.93% from 623); Green value is 238 (93.36% from 255 or 38.20% from 623); Blue value is 130 (51.17% from 255 or 20.87% from 623); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEE82 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFEE82 is #00117D. Grayscale: #E7E7E7. Windows color (decimal): -4478 or 8580863. OLE color: 8580863.
HSL color Cylindrical-coordinate representation of color #FFEE82: hue angle of 51.84º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #FFEE82 is Cyan = 0, Magento = 0.07, Yellow = 0.49 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 238 | 130 | - |
| CMYK | 0 | 0.07 | 0.49 | 0 |
| HSL | 51.84º | 1% | 0.75% | - |
| HSV(B) | 51.84º | 0.49% | 1% | - |
| XYZ | 75.84 | 84.02 | 33.34 | - |
| YUV | 230.77 | 71.13 | 145.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 238 | 130 | 0 | 0.07 | 0.49 | 0 | 51.84 | 1 | 0.75 |
| Hex | FF | EE | 82 | 0 | 7 | 31 | 0 | 34 | 64 | 4B |
| Octal | 377 | 356 | 202 | 0 | 7 | 61 | 0 | 64 | 144 | 113 |
| Binary | 11111111 | 11101110 | 10000010 | 0 | 111 | 110001 | 0 | 110100 | 1100100 | 1001011 |
Color Harmonies of #FFEE82
Complementary color
Monochromatic Colors of #FFEE82
Black with #FFEE82
Text Example
Text Example
White with #FFEE82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFEE82; }
p { color: rgb(255,238,130); }
H1.HeaderClassName
{
color: #FFEE82;
}
.AnyTagClassName
{
color: #FFEE82;
}
</style>
background-color css
<style>
a { background-color: #FFEE82; }
a { background-color: rgb(255,238,130); }
div.DivClassName
{
background-color: #FFEE82;
}
.BgClassName
{
background-color: #FFEE82;
}
</style>
border-color css
<style>
span { border-color: #FFEE82; }
span { border-color: rgb(255,238,130); }
td.TdClassName
{
border-color: #FFEE82;
}
.TagClassName
{
border-color: #FFEE82;
}
</style>