Shades of Witch Haze #FFEC7B
Tints of Witch Haze #FFEC7B
RGB
CMYK
RGB Variations
Color information
#FFEC7B (or 0xFFEC7B) is known color: Witch Haze. HEX triplet: FF, EC and 7B. RGB value is (255,236,123). Sum of RGB (Red+Green+Blue) = 255+236+123=614 (81% of max value = 765). Red value is 255 (100% from 255 or 41.53% from 614); Green value is 236 (92.58% from 255 or 38.44% from 614); Blue value is 123 (48.44% from 255 or 20.03% from 614); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEC7B is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFEC7B is #001384. Grayscale: #E5E5E5. Windows color (decimal): -4997 or 8121599. OLE color: 8121599.
HSL color Cylindrical-coordinate representation of color #FFEC7B: hue angle of 51.36º 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 #FFEC7B is Cyan = 0, Magento = 0.07, Yellow = 0.52 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 236 | 123 | - |
| CMYK | 0 | 0.07 | 0.52 | 0 |
| HSL | 51.36º | 1% | 0.74% | - |
| HSV(B) | 51.36º | 0.52% | 1% | - |
| XYZ | 74.81 | 82.68 | 30.75 | - |
| YUV | 228.8 | 68.29 | 146.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 236 | 123 | 0 | 0.07 | 0.52 | 0 | 51.36 | 1 | 0.74 |
| Hex | FF | EC | 7B | 0 | 7 | 34 | 0 | 33 | 64 | 4A |
| Octal | 377 | 354 | 173 | 0 | 7 | 64 | 0 | 63 | 144 | 112 |
| Binary | 11111111 | 11101100 | 1111011 | 0 | 111 | 110100 | 0 | 110011 | 1100100 | 1001010 |
Color Harmonies of #FFEC7B
Complementary color
Monochromatic Colors of #FFEC7B
Black with #FFEC7B
Text Example
Text Example
White with #FFEC7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFEC7B; }
p { color: rgb(255,236,123); }
H1.HeaderClassName
{
color: #FFEC7B;
}
.AnyTagClassName
{
color: #FFEC7B;
}
</style>
background-color css
<style>
a { background-color: #FFEC7B; }
a { background-color: rgb(255,236,123); }
div.DivClassName
{
background-color: #FFEC7B;
}
.BgClassName
{
background-color: #FFEC7B;
}
</style>
border-color css
<style>
span { border-color: #FFEC7B; }
span { border-color: rgb(255,236,123); }
td.TdClassName
{
border-color: #FFEC7B;
}
.TagClassName
{
border-color: #FFEC7B;
}
</style>