Shades of Witch Haze #FFEE70
Tints of Witch Haze #FFEE70
RGB
CMYK
RGB Variations
Color information
#FFEE70 (or 0xFFEE70) is known color: Witch Haze. HEX triplet: FF, EE and 70. RGB value is (255,238,112). Sum of RGB (Red+Green+Blue) = 255+238+112=605 (80% of max value = 765). Red value is 255 (100% from 255 or 42.15% from 605); Green value is 238 (93.36% from 255 or 39.34% from 605); Blue value is 112 (44.14% from 255 or 18.51% from 605); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEE70 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFEE70 is #00118F. Grayscale: #E5E5E5. Windows color (decimal): -4496 or 7401215. OLE color: 7401215.
HSL color Cylindrical-coordinate representation of color #FFEE70: hue angle of 52.87º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FFEE70 is Cyan = 0, Magento = 0.07, Yellow = 0.56 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 238 | 112 | - |
| CMYK | 0 | 0.07 | 0.56 | 0 |
| HSL | 52.87º | 1% | 0.72% | - |
| HSV(B) | 52.87º | 0.56% | 1% | - |
| XYZ | 74.74 | 83.58 | 27.52 | - |
| YUV | 228.72 | 62.13 | 146.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 238 | 112 | 0 | 0.07 | 0.56 | 0 | 52.87 | 1 | 0.72 |
| Hex | FF | EE | 70 | 0 | 7 | 38 | 0 | 35 | 64 | 48 |
| Octal | 377 | 356 | 160 | 0 | 7 | 70 | 0 | 65 | 144 | 110 |
| Binary | 11111111 | 11101110 | 1110000 | 0 | 111 | 111000 | 0 | 110101 | 1100100 | 1001000 |
Color Harmonies of #FFEE70
Complementary color
Monochromatic Colors of #FFEE70
Black with #FFEE70
Text Example
Text Example
White with #FFEE70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFEE70; }
p { color: rgb(255,238,112); }
H1.HeaderClassName
{
color: #FFEE70;
}
.AnyTagClassName
{
color: #FFEE70;
}
</style>
background-color css
<style>
a { background-color: #FFEE70; }
a { background-color: rgb(255,238,112); }
div.DivClassName
{
background-color: #FFEE70;
}
.BgClassName
{
background-color: #FFEE70;
}
</style>
border-color css
<style>
span { border-color: #FFEE70; }
span { border-color: rgb(255,238,112); }
td.TdClassName
{
border-color: #FFEE70;
}
.TagClassName
{
border-color: #FFEE70;
}
</style>