Shades of Witch Haze #FFEE7D
Tints of Witch Haze #FFEE7D
RGB
CMYK
RGB Variations
Color information
#FFEE7D (or 0xFFEE7D) is known color: Witch Haze. HEX triplet: FF, EE and 7D. RGB value is (255,238,125). Sum of RGB (Red+Green+Blue) = 255+238+125=618 (81% of max value = 765). Red value is 255 (100% from 255 or 41.26% from 618); Green value is 238 (93.36% from 255 or 38.51% from 618); Blue value is 125 (49.22% from 255 or 20.23% from 618); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEE7D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFEE7D is #001182. Grayscale: #E6E6E6. Windows color (decimal): -4483 or 8253183. OLE color: 8253183.
HSL color Cylindrical-coordinate representation of color #FFEE7D: hue angle of 52.15º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FFEE7D is Cyan = 0, Magento = 0.07, Yellow = 0.51 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 238 | 125 | - |
| CMYK | 0 | 0.07 | 0.51 | 0 |
| HSL | 52.15º | 1% | 0.75% | - |
| HSV(B) | 52.15º | 0.51% | 1% | - |
| XYZ | 75.52 | 83.89 | 31.61 | - |
| YUV | 230.2 | 68.63 | 145.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 238 | 125 | 0 | 0.07 | 0.51 | 0 | 52.15 | 1 | 0.75 |
| Hex | FF | EE | 7D | 0 | 7 | 33 | 0 | 34 | 64 | 4B |
| Octal | 377 | 356 | 175 | 0 | 7 | 63 | 0 | 64 | 144 | 113 |
| Binary | 11111111 | 11101110 | 1111101 | 0 | 111 | 110011 | 0 | 110100 | 1100100 | 1001011 |
Color Harmonies of #FFEE7D
Complementary color
Monochromatic Colors of #FFEE7D
Black with #FFEE7D
Text Example
Text Example
White with #FFEE7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFEE7D; }
p { color: rgb(255,238,125); }
H1.HeaderClassName
{
color: #FFEE7D;
}
.AnyTagClassName
{
color: #FFEE7D;
}
</style>
background-color css
<style>
a { background-color: #FFEE7D; }
a { background-color: rgb(255,238,125); }
div.DivClassName
{
background-color: #FFEE7D;
}
.BgClassName
{
background-color: #FFEE7D;
}
</style>
border-color css
<style>
span { border-color: #FFEE7D; }
span { border-color: rgb(255,238,125); }
td.TdClassName
{
border-color: #FFEE7D;
}
.TagClassName
{
border-color: #FFEE7D;
}
</style>