Shades of Witch Haze #FFEE7B
Tints of Witch Haze #FFEE7B
RGB
CMYK
RGB Variations
Color information
#FFEE7B (or 0xFFEE7B) is known color: Witch Haze. HEX triplet: FF, EE and 7B. RGB value is (255,238,123). Sum of RGB (Red+Green+Blue) = 255+238+123=616 (81% of max value = 765). Red value is 255 (100% from 255 or 41.40% from 616); Green value is 238 (93.36% from 255 or 38.64% from 616); Blue value is 123 (48.44% from 255 or 19.97% from 616); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEE7B is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFEE7B is #001184. Grayscale: #E6E6E6. Windows color (decimal): -4485 or 8122111. OLE color: 8122111.
HSL color Cylindrical-coordinate representation of color #FFEE7B: hue angle of 52.27º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #FFEE7B is Cyan = 0, Magento = 0.07, Yellow = 0.52 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 238 | 123 | - |
| CMYK | 0 | 0.07 | 0.52 | 0 |
| HSL | 52.27º | 1% | 0.74% | - |
| HSV(B) | 52.27º | 0.52% | 1% | - |
| XYZ | 75.39 | 83.84 | 30.95 | - |
| YUV | 229.97 | 67.63 | 145.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 238 | 123 | 0 | 0.07 | 0.52 | 0 | 52.27 | 1 | 0.74 |
| Hex | FF | EE | 7B | 0 | 7 | 34 | 0 | 34 | 64 | 4A |
| Octal | 377 | 356 | 173 | 0 | 7 | 64 | 0 | 64 | 144 | 112 |
| Binary | 11111111 | 11101110 | 1111011 | 0 | 111 | 110100 | 0 | 110100 | 1100100 | 1001010 |
Color Harmonies of #FFEE7B
Complementary color
Monochromatic Colors of #FFEE7B
Black with #FFEE7B
Text Example
Text Example
White with #FFEE7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFEE7B; }
p { color: rgb(255,238,123); }
H1.HeaderClassName
{
color: #FFEE7B;
}
.AnyTagClassName
{
color: #FFEE7B;
}
</style>
background-color css
<style>
a { background-color: #FFEE7B; }
a { background-color: rgb(255,238,123); }
div.DivClassName
{
background-color: #FFEE7B;
}
.BgClassName
{
background-color: #FFEE7B;
}
</style>
border-color css
<style>
span { border-color: #FFEE7B; }
span { border-color: rgb(255,238,123); }
td.TdClassName
{
border-color: #FFEE7B;
}
.TagClassName
{
border-color: #FFEE7B;
}
</style>