Shades of Witch Haze #FFEE78
Tints of Witch Haze #FFEE78
RGB
CMYK
RGB Variations
Color information
#FFEE78 (or 0xFFEE78) is known color: Witch Haze. HEX triplet: FF, EE and 78. RGB value is (255,238,120). Sum of RGB (Red+Green+Blue) = 255+238+120=613 (81% of max value = 765). Red value is 255 (100% from 255 or 41.60% from 613); Green value is 238 (93.36% from 255 or 38.83% from 613); Blue value is 120 (47.27% from 255 or 19.58% from 613); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEE78 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFEE78 is #001187. Grayscale: #E6E6E6. Windows color (decimal): -4488 or 7925503. OLE color: 7925503.
HSL color Cylindrical-coordinate representation of color #FFEE78: hue angle of 52.44º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #FFEE78 is Cyan = 0, Magento = 0.07, Yellow = 0.53 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 238 | 120 | - |
| CMYK | 0 | 0.07 | 0.53 | 0 |
| HSL | 52.44º | 1% | 0.74% | - |
| HSV(B) | 52.44º | 0.53% | 1% | - |
| XYZ | 75.2 | 83.77 | 29.97 | - |
| YUV | 229.63 | 66.13 | 146.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 238 | 120 | 0 | 0.07 | 0.53 | 0 | 52.44 | 1 | 0.74 |
| Hex | FF | EE | 78 | 0 | 7 | 35 | 0 | 34 | 64 | 4A |
| Octal | 377 | 356 | 170 | 0 | 7 | 65 | 0 | 64 | 144 | 112 |
| Binary | 11111111 | 11101110 | 1111000 | 0 | 111 | 110101 | 0 | 110100 | 1100100 | 1001010 |
Color Harmonies of #FFEE78
Complementary color
Monochromatic Colors of #FFEE78
Black with #FFEE78
Text Example
Text Example
White with #FFEE78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFEE78; }
p { color: rgb(255,238,120); }
H1.HeaderClassName
{
color: #FFEE78;
}
.AnyTagClassName
{
color: #FFEE78;
}
</style>
background-color css
<style>
a { background-color: #FFEE78; }
a { background-color: rgb(255,238,120); }
div.DivClassName
{
background-color: #FFEE78;
}
.BgClassName
{
background-color: #FFEE78;
}
</style>
border-color css
<style>
span { border-color: #FFEE78; }
span { border-color: rgb(255,238,120); }
td.TdClassName
{
border-color: #FFEE78;
}
.TagClassName
{
border-color: #FFEE78;
}
</style>