Shades of Witch Haze #FFEE6F
Tints of Witch Haze #FFEE6F
RGB
CMYK
RGB Variations
Color information
#FFEE6F (or 0xFFEE6F) is known color: Witch Haze. HEX triplet: FF, EE and 6F. RGB value is (255,238,111). Sum of RGB (Red+Green+Blue) = 255+238+111=604 (80% of max value = 765). Red value is 255 (100% from 255 or 42.22% from 604); Green value is 238 (93.36% from 255 or 39.40% from 604); Blue value is 111 (43.75% from 255 or 18.38% from 604); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEE6F is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFEE6F is #001190. Grayscale: #E5E5E5. Windows color (decimal): -4497 or 7335679. OLE color: 7335679.
HSL color Cylindrical-coordinate representation of color #FFEE6F: hue angle of 52.92º 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 #FFEE6F is Cyan = 0, Magento = 0.07, Yellow = 0.56 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 238 | 111 | - |
| CMYK | 0 | 0.07 | 0.56 | 0 |
| HSL | 52.92º | 1% | 0.72% | - |
| HSV(B) | 52.92º | 0.56% | 1% | - |
| XYZ | 74.68 | 83.56 | 27.23 | - |
| YUV | 228.61 | 61.63 | 146.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 238 | 111 | 0 | 0.07 | 0.56 | 0 | 52.92 | 1 | 0.72 |
| Hex | FF | EE | 6F | 0 | 7 | 38 | 0 | 35 | 64 | 48 |
| Octal | 377 | 356 | 157 | 0 | 7 | 70 | 0 | 65 | 144 | 110 |
| Binary | 11111111 | 11101110 | 1101111 | 0 | 111 | 111000 | 0 | 110101 | 1100100 | 1001000 |
Color Harmonies of #FFEE6F
Complementary color
Monochromatic Colors of #FFEE6F
Black with #FFEE6F
Text Example
Text Example
White with #FFEE6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFEE6F; }
p { color: rgb(255,238,111); }
H1.HeaderClassName
{
color: #FFEE6F;
}
.AnyTagClassName
{
color: #FFEE6F;
}
</style>
background-color css
<style>
a { background-color: #FFEE6F; }
a { background-color: rgb(255,238,111); }
div.DivClassName
{
background-color: #FFEE6F;
}
.BgClassName
{
background-color: #FFEE6F;
}
</style>
border-color css
<style>
span { border-color: #FFEE6F; }
span { border-color: rgb(255,238,111); }
td.TdClassName
{
border-color: #FFEE6F;
}
.TagClassName
{
border-color: #FFEE6F;
}
</style>