Shades of Witch Haze #FFEC80
Tints of Witch Haze #FFEC80
RGB
CMYK
RGB Variations
Color information
#FFEC80 (or 0xFFEC80) is known color: Witch Haze. HEX triplet: FF, EC and 80. RGB value is (255,236,128). Sum of RGB (Red+Green+Blue) = 255+236+128=619 (81% of max value = 765). Red value is 255 (100% from 255 or 41.20% from 619); Green value is 236 (92.58% from 255 or 38.13% from 619); Blue value is 128 (50.39% from 255 or 20.68% from 619); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEC80 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFEC80 is #00137F. Grayscale: #E5E5E5. Windows color (decimal): -4992 or 8449279. OLE color: 8449279.
HSL color Cylindrical-coordinate representation of color #FFEC80: hue angle of 51.02º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FFEC80 is Cyan = 0, Magento = 0.07, Yellow = 0.50 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 236 | 128 | - |
| CMYK | 0 | 0.07 | 0.50 | 0 |
| HSL | 51.02º | 1% | 0.75% | - |
| HSV(B) | 51.02º | 0.5% | 1% | - |
| XYZ | 75.13 | 82.81 | 32.45 | - |
| YUV | 229.37 | 70.79 | 146.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 236 | 128 | 0 | 0.07 | 0.50 | 0 | 51.02 | 1 | 0.75 |
| Hex | FF | EC | 80 | 0 | 7 | 32 | 0 | 33 | 64 | 4B |
| Octal | 377 | 354 | 200 | 0 | 7 | 62 | 0 | 63 | 144 | 113 |
| Binary | 11111111 | 11101100 | 10000000 | 0 | 111 | 110010 | 0 | 110011 | 1100100 | 1001011 |
Color Harmonies of #FFEC80
Complementary color
Monochromatic Colors of #FFEC80
Black with #FFEC80
Text Example
Text Example
White with #FFEC80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFEC80; }
p { color: rgb(255,236,128); }
H1.HeaderClassName
{
color: #FFEC80;
}
.AnyTagClassName
{
color: #FFEC80;
}
</style>
background-color css
<style>
a { background-color: #FFEC80; }
a { background-color: rgb(255,236,128); }
div.DivClassName
{
background-color: #FFEC80;
}
.BgClassName
{
background-color: #FFEC80;
}
</style>
border-color css
<style>
span { border-color: #FFEC80; }
span { border-color: rgb(255,236,128); }
td.TdClassName
{
border-color: #FFEC80;
}
.TagClassName
{
border-color: #FFEC80;
}
</style>