Shades of Witch Haze #FFEE74
Tints of Witch Haze #FFEE74
RGB
CMYK
RGB Variations
Color information
#FFEE74 (or 0xFFEE74) is known color: Witch Haze. HEX triplet: FF, EE and 74. RGB value is (255,238,116). Sum of RGB (Red+Green+Blue) = 255+238+116=609 (80% of max value = 765). Red value is 255 (100% from 255 or 41.87% from 609); Green value is 238 (93.36% from 255 or 39.08% from 609); Blue value is 116 (45.70% from 255 or 19.05% from 609); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEE74 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFEE74 is #00118B. Grayscale: #E5E5E5. Windows color (decimal): -4492 or 7663359. OLE color: 7663359.
HSL color Cylindrical-coordinate representation of color #FFEE74: hue angle of 52.66º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #FFEE74 is Cyan = 0, Magento = 0.07, Yellow = 0.55 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 238 | 116 | - |
| CMYK | 0 | 0.07 | 0.55 | 0 |
| HSL | 52.66º | 1% | 0.73% | - |
| HSV(B) | 52.66º | 0.55% | 1% | - |
| XYZ | 74.97 | 83.67 | 28.72 | - |
| YUV | 229.18 | 64.13 | 146.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 238 | 116 | 0 | 0.07 | 0.55 | 0 | 52.66 | 1 | 0.73 |
| Hex | FF | EE | 74 | 0 | 7 | 37 | 0 | 35 | 64 | 49 |
| Octal | 377 | 356 | 164 | 0 | 7 | 67 | 0 | 65 | 144 | 111 |
| Binary | 11111111 | 11101110 | 1110100 | 0 | 111 | 110111 | 0 | 110101 | 1100100 | 1001001 |
Color Harmonies of #FFEE74
Complementary color
Monochromatic Colors of #FFEE74
Black with #FFEE74
Text Example
Text Example
White with #FFEE74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFEE74; }
p { color: rgb(255,238,116); }
H1.HeaderClassName
{
color: #FFEE74;
}
.AnyTagClassName
{
color: #FFEE74;
}
</style>
background-color css
<style>
a { background-color: #FFEE74; }
a { background-color: rgb(255,238,116); }
div.DivClassName
{
background-color: #FFEE74;
}
.BgClassName
{
background-color: #FFEE74;
}
</style>
border-color css
<style>
span { border-color: #FFEE74; }
span { border-color: rgb(255,238,116); }
td.TdClassName
{
border-color: #FFEE74;
}
.TagClassName
{
border-color: #FFEE74;
}
</style>