Shades of Witch Haze #FFEE6E
Tints of Witch Haze #FFEE6E
RGB
CMYK
RGB Variations
Color information
#FFEE6E (or 0xFFEE6E) is known color: Witch Haze. HEX triplet: FF, EE and 6E. RGB value is (255,238,110). Sum of RGB (Red+Green+Blue) = 255+238+110=603 (79% of max value = 765). Red value is 255 (100% from 255 or 42.29% from 603); Green value is 238 (93.36% from 255 or 39.47% from 603); Blue value is 110 (43.36% from 255 or 18.24% from 603); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEE6E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFEE6E is #001191. Grayscale: #E5E5E5. Windows color (decimal): -4498 or 7270143. OLE color: 7270143.
HSL color Cylindrical-coordinate representation of color #FFEE6E: hue angle of 52.97º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #FFEE6E is Cyan = 0, Magento = 0.07, Yellow = 0.57 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 238 | 110 | - |
| CMYK | 0 | 0.07 | 0.57 | 0 |
| HSL | 52.97º | 1% | 0.72% | - |
| HSV(B) | 52.97º | 0.57% | 1% | - |
| XYZ | 74.63 | 83.53 | 26.94 | - |
| YUV | 228.49 | 61.13 | 146.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 238 | 110 | 0 | 0.07 | 0.57 | 0 | 52.97 | 1 | 0.72 |
| Hex | FF | EE | 6E | 0 | 7 | 39 | 0 | 35 | 64 | 48 |
| Octal | 377 | 356 | 156 | 0 | 7 | 71 | 0 | 65 | 144 | 110 |
| Binary | 11111111 | 11101110 | 1101110 | 0 | 111 | 111001 | 0 | 110101 | 1100100 | 1001000 |
Color Harmonies of #FFEE6E
Complementary color
Monochromatic Colors of #FFEE6E
Black with #FFEE6E
Text Example
Text Example
White with #FFEE6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFEE6E; }
p { color: rgb(255,238,110); }
H1.HeaderClassName
{
color: #FFEE6E;
}
.AnyTagClassName
{
color: #FFEE6E;
}
</style>
background-color css
<style>
a { background-color: #FFEE6E; }
a { background-color: rgb(255,238,110); }
div.DivClassName
{
background-color: #FFEE6E;
}
.BgClassName
{
background-color: #FFEE6E;
}
</style>
border-color css
<style>
span { border-color: #FFEE6E; }
span { border-color: rgb(255,238,110); }
td.TdClassName
{
border-color: #FFEE6E;
}
.TagClassName
{
border-color: #FFEE6E;
}
</style>