Shades of Witch Haze #FFEC7A
Tints of Witch Haze #FFEC7A
RGB
CMYK
RGB Variations
Color information
#FFEC7A (or 0xFFEC7A) is known color: Witch Haze. HEX triplet: FF, EC and 7A. RGB value is (255,236,122). Sum of RGB (Red+Green+Blue) = 255+236+122=613 (81% of max value = 765). Red value is 255 (100% from 255 or 41.60% from 613); Green value is 236 (92.58% from 255 or 38.50% from 613); Blue value is 122 (48.05% from 255 or 19.90% from 613); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEC7A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFEC7A is #001385. Grayscale: #E5E5E5. Windows color (decimal): -4998 or 8056063. OLE color: 8056063.
HSL color Cylindrical-coordinate representation of color #FFEC7A: hue angle of 51.43º 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 #FFEC7A is Cyan = 0, Magento = 0.07, Yellow = 0.52 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 236 | 122 | - |
| CMYK | 0 | 0.07 | 0.52 | 0 |
| HSL | 51.43º | 1% | 0.74% | - |
| HSV(B) | 51.43º | 0.52% | 1% | - |
| XYZ | 74.75 | 82.66 | 30.43 | - |
| YUV | 228.69 | 67.79 | 146.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 236 | 122 | 0 | 0.07 | 0.52 | 0 | 51.43 | 1 | 0.74 |
| Hex | FF | EC | 7A | 0 | 7 | 34 | 0 | 33 | 64 | 4A |
| Octal | 377 | 354 | 172 | 0 | 7 | 64 | 0 | 63 | 144 | 112 |
| Binary | 11111111 | 11101100 | 1111010 | 0 | 111 | 110100 | 0 | 110011 | 1100100 | 1001010 |
Color Harmonies of #FFEC7A
Complementary color
Monochromatic Colors of #FFEC7A
Black with #FFEC7A
Text Example
Text Example
White with #FFEC7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFEC7A; }
p { color: rgb(255,236,122); }
H1.HeaderClassName
{
color: #FFEC7A;
}
.AnyTagClassName
{
color: #FFEC7A;
}
</style>
background-color css
<style>
a { background-color: #FFEC7A; }
a { background-color: rgb(255,236,122); }
div.DivClassName
{
background-color: #FFEC7A;
}
.BgClassName
{
background-color: #FFEC7A;
}
</style>
border-color css
<style>
span { border-color: #FFEC7A; }
span { border-color: rgb(255,236,122); }
td.TdClassName
{
border-color: #FFEC7A;
}
.TagClassName
{
border-color: #FFEC7A;
}
</style>