Shades of Witch Haze #FFEF82
Tints of Witch Haze #FFEF82
RGB
CMYK
RGB Variations
Color information
#FFEF82 (or 0xFFEF82) is known color: Witch Haze. HEX triplet: FF, EF and 82. RGB value is (255,239,130). Sum of RGB (Red+Green+Blue) = 255+239+130=624 (82% of max value = 765). Red value is 255 (100% from 255 or 40.87% from 624); Green value is 239 (93.75% from 255 or 38.30% from 624); Blue value is 130 (51.17% from 255 or 20.83% from 624); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEF82 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFEF82 is #00107D. Grayscale: #E7E7E7. Windows color (decimal): -4222 or 8581119. OLE color: 8581119.
HSL color Cylindrical-coordinate representation of color #FFEF82: hue angle of 52.32º 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 #FFEF82 is Cyan = 0, Magento = 0.06, Yellow = 0.49 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 239 | 130 | - |
| CMYK | 0 | 0.06 | 0.49 | 0 |
| HSL | 52.32º | 1% | 0.75% | - |
| HSV(B) | 52.32º | 0.49% | 1% | - |
| XYZ | 76.14 | 84.6 | 33.44 | - |
| YUV | 231.36 | 70.8 | 144.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 239 | 130 | 0 | 0.06 | 0.49 | 0 | 52.32 | 1 | 0.75 |
| Hex | FF | EF | 82 | 0 | 6 | 31 | 0 | 34 | 64 | 4B |
| Octal | 377 | 357 | 202 | 0 | 6 | 61 | 0 | 64 | 144 | 113 |
| Binary | 11111111 | 11101111 | 10000010 | 0 | 110 | 110001 | 0 | 110100 | 1100100 | 1001011 |
Color Harmonies of #FFEF82
Complementary color
Monochromatic Colors of #FFEF82
Black with #FFEF82
Text Example
Text Example
White with #FFEF82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFEF82; }
p { color: rgb(255,239,130); }
H1.HeaderClassName
{
color: #FFEF82;
}
.AnyTagClassName
{
color: #FFEF82;
}
</style>
background-color css
<style>
a { background-color: #FFEF82; }
a { background-color: rgb(255,239,130); }
div.DivClassName
{
background-color: #FFEF82;
}
.BgClassName
{
background-color: #FFEF82;
}
</style>
border-color css
<style>
span { border-color: #FFEF82; }
span { border-color: rgb(255,239,130); }
td.TdClassName
{
border-color: #FFEF82;
}
.TagClassName
{
border-color: #FFEF82;
}
</style>