Shades of Witch Haze #FFEF75
Tints of Witch Haze #FFEF75
RGB
CMYK
RGB Variations
Color information
#FFEF75 (or 0xFFEF75) is known color: Witch Haze. HEX triplet: FF, EF and 75. RGB value is (255,239,117). Sum of RGB (Red+Green+Blue) = 255+239+117=611 (80% of max value = 765). Red value is 255 (100% from 255 or 41.73% from 611); Green value is 239 (93.75% from 255 or 39.12% from 611); Blue value is 117 (46.09% from 255 or 19.15% from 611); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEF75 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFEF75 is #00108A. Grayscale: #E6E6E6. Windows color (decimal): -4235 or 7729151. OLE color: 7729151.
HSL color Cylindrical-coordinate representation of color #FFEF75: hue angle of 53.04º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #FFEF75 is Cyan = 0, Magento = 0.06, Yellow = 0.54 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 239 | 117 | - |
| CMYK | 0 | 0.06 | 0.54 | 0 |
| HSL | 53.04º | 1% | 0.73% | - |
| HSV(B) | 53.04º | 0.54% | 1% | - |
| XYZ | 75.32 | 84.28 | 29.13 | - |
| YUV | 229.88 | 64.3 | 145.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 239 | 117 | 0 | 0.06 | 0.54 | 0 | 53.04 | 1 | 0.73 |
| Hex | FF | EF | 75 | 0 | 6 | 36 | 0 | 35 | 64 | 49 |
| Octal | 377 | 357 | 165 | 0 | 6 | 66 | 0 | 65 | 144 | 111 |
| Binary | 11111111 | 11101111 | 1110101 | 0 | 110 | 110110 | 0 | 110101 | 1100100 | 1001001 |
Color Harmonies of #FFEF75
Complementary color
Monochromatic Colors of #FFEF75
Black with #FFEF75
Text Example
Text Example
White with #FFEF75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFEF75; }
p { color: rgb(255,239,117); }
H1.HeaderClassName
{
color: #FFEF75;
}
.AnyTagClassName
{
color: #FFEF75;
}
</style>
background-color css
<style>
a { background-color: #FFEF75; }
a { background-color: rgb(255,239,117); }
div.DivClassName
{
background-color: #FFEF75;
}
.BgClassName
{
background-color: #FFEF75;
}
</style>
border-color css
<style>
span { border-color: #FFEF75; }
span { border-color: rgb(255,239,117); }
td.TdClassName
{
border-color: #FFEF75;
}
.TagClassName
{
border-color: #FFEF75;
}
</style>