Shades of Witch Haze #FFEC82
Tints of Witch Haze #FFEC82
RGB
CMYK
RGB Variations
Color information
#FFEC82 (or 0xFFEC82) is known color: Witch Haze. HEX triplet: FF, EC and 82. RGB value is (255,236,130). Sum of RGB (Red+Green+Blue) = 255+236+130=621 (82% of max value = 765). Red value is 255 (100% from 255 or 41.06% from 621); Green value is 236 (92.58% from 255 or 38.00% from 621); Blue value is 130 (51.17% from 255 or 20.93% from 621); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEC82 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFEC82 is #00137D. Grayscale: #E6E6E6. Windows color (decimal): -4990 or 8580351. OLE color: 8580351.
HSL color Cylindrical-coordinate representation of color #FFEC82: hue angle of 50.88º 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 #FFEC82 is Cyan = 0, Magento = 0.07, Yellow = 0.49 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 236 | 130 | - |
| CMYK | 0 | 0.07 | 0.49 | 0 |
| HSL | 50.88º | 1% | 0.75% | - |
| HSV(B) | 50.88º | 0.49% | 1% | - |
| XYZ | 75.26 | 82.86 | 33.15 | - |
| YUV | 229.6 | 71.79 | 146.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 236 | 130 | 0 | 0.07 | 0.49 | 0 | 50.88 | 1 | 0.75 |
| Hex | FF | EC | 82 | 0 | 7 | 31 | 0 | 33 | 64 | 4B |
| Octal | 377 | 354 | 202 | 0 | 7 | 61 | 0 | 63 | 144 | 113 |
| Binary | 11111111 | 11101100 | 10000010 | 0 | 111 | 110001 | 0 | 110011 | 1100100 | 1001011 |
Color Harmonies of #FFEC82
Complementary color
Monochromatic Colors of #FFEC82
Black with #FFEC82
Text Example
Text Example
White with #FFEC82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFEC82; }
p { color: rgb(255,236,130); }
H1.HeaderClassName
{
color: #FFEC82;
}
.AnyTagClassName
{
color: #FFEC82;
}
</style>
background-color css
<style>
a { background-color: #FFEC82; }
a { background-color: rgb(255,236,130); }
div.DivClassName
{
background-color: #FFEC82;
}
.BgClassName
{
background-color: #FFEC82;
}
</style>
border-color css
<style>
span { border-color: #FFEC82; }
span { border-color: rgb(255,236,130); }
td.TdClassName
{
border-color: #FFEC82;
}
.TagClassName
{
border-color: #FFEC82;
}
</style>