Shades of Witch Haze #FFEE75
Tints of Witch Haze #FFEE75
RGB
CMYK
RGB Variations
Color information
#FFEE75 (or 0xFFEE75) is known color: Witch Haze. HEX triplet: FF, EE and 75. RGB value is (255,238,117). Sum of RGB (Red+Green+Blue) = 255+238+117=610 (80% of max value = 765). Red value is 255 (100% from 255 or 41.80% from 610); Green value is 238 (93.36% from 255 or 39.02% from 610); Blue value is 117 (46.09% from 255 or 19.18% from 610); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEE75 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFEE75 is #00118A. Grayscale: #E5E5E5. Windows color (decimal): -4491 or 7728895. OLE color: 7728895.
HSL color Cylindrical-coordinate representation of color #FFEE75: hue angle of 52.61º 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 #FFEE75 is Cyan = 0, Magento = 0.07, Yellow = 0.54 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 238 | 117 | - |
| CMYK | 0 | 0.07 | 0.54 | 0 |
| HSL | 52.61º | 1% | 0.73% | - |
| HSV(B) | 52.61º | 0.54% | 1% | - |
| XYZ | 75.03 | 83.69 | 29.03 | - |
| YUV | 229.29 | 64.63 | 146.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 238 | 117 | 0 | 0.07 | 0.54 | 0 | 52.61 | 1 | 0.73 |
| Hex | FF | EE | 75 | 0 | 7 | 36 | 0 | 35 | 64 | 49 |
| Octal | 377 | 356 | 165 | 0 | 7 | 66 | 0 | 65 | 144 | 111 |
| Binary | 11111111 | 11101110 | 1110101 | 0 | 111 | 110110 | 0 | 110101 | 1100100 | 1001001 |
Color Harmonies of #FFEE75
Complementary color
Monochromatic Colors of #FFEE75
Black with #FFEE75
Text Example
Text Example
White with #FFEE75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFEE75; }
p { color: rgb(255,238,117); }
H1.HeaderClassName
{
color: #FFEE75;
}
.AnyTagClassName
{
color: #FFEE75;
}
</style>
background-color css
<style>
a { background-color: #FFEE75; }
a { background-color: rgb(255,238,117); }
div.DivClassName
{
background-color: #FFEE75;
}
.BgClassName
{
background-color: #FFEE75;
}
</style>
border-color css
<style>
span { border-color: #FFEE75; }
span { border-color: rgb(255,238,117); }
td.TdClassName
{
border-color: #FFEE75;
}
.TagClassName
{
border-color: #FFEE75;
}
</style>