Shades of Witch Haze #FFEE6C
Tints of Witch Haze #FFEE6C
RGB
CMYK
RGB Variations
Color information
#FFEE6C (or 0xFFEE6C) is known color: Witch Haze. HEX triplet: FF, EE and 6C. RGB value is (255,238,108). Sum of RGB (Red+Green+Blue) = 255+238+108=601 (79% of max value = 765). Red value is 255 (100% from 255 or 42.43% from 601); Green value is 238 (93.36% from 255 or 39.60% from 601); Blue value is 108 (42.58% from 255 or 17.97% from 601); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEE6C is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFEE6C is #001193. Grayscale: #E4E4E4. Windows color (decimal): -4500 or 7139071. OLE color: 7139071.
HSL color Cylindrical-coordinate representation of color #FFEE6C: hue angle of 53.06º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FFEE6C is Cyan = 0, Magento = 0.07, Yellow = 0.58 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 238 | 108 | - |
| CMYK | 0 | 0.07 | 0.58 | 0 |
| HSL | 53.06º | 1% | 0.71% | - |
| HSV(B) | 53.06º | 0.58% | 1% | - |
| XYZ | 74.52 | 83.49 | 26.38 | - |
| YUV | 228.26 | 60.13 | 147.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 238 | 108 | 0 | 0.07 | 0.58 | 0 | 53.06 | 1 | 0.71 |
| Hex | FF | EE | 6C | 0 | 7 | 3A | 0 | 35 | 64 | 47 |
| Octal | 377 | 356 | 154 | 0 | 7 | 72 | 0 | 65 | 144 | 107 |
| Binary | 11111111 | 11101110 | 1101100 | 0 | 111 | 111010 | 0 | 110101 | 1100100 | 1000111 |
Color Harmonies of #FFEE6C
Complementary color
Monochromatic Colors of #FFEE6C
Black with #FFEE6C
Text Example
Text Example
White with #FFEE6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFEE6C; }
p { color: rgb(255,238,108); }
H1.HeaderClassName
{
color: #FFEE6C;
}
.AnyTagClassName
{
color: #FFEE6C;
}
</style>
background-color css
<style>
a { background-color: #FFEE6C; }
a { background-color: rgb(255,238,108); }
div.DivClassName
{
background-color: #FFEE6C;
}
.BgClassName
{
background-color: #FFEE6C;
}
</style>
border-color css
<style>
span { border-color: #FFEE6C; }
span { border-color: rgb(255,238,108); }
td.TdClassName
{
border-color: #FFEE6C;
}
.TagClassName
{
border-color: #FFEE6C;
}
</style>