Shades of Witch Haze #FFEC7F
Tints of Witch Haze #FFEC7F
RGB
CMYK
RGB Variations
Color information
#FFEC7F (or 0xFFEC7F) is known color: Witch Haze. HEX triplet: FF, EC and 7F. RGB value is (255,236,127). Sum of RGB (Red+Green+Blue) = 255+236+127=618 (81% of max value = 765). Red value is 255 (100% from 255 or 41.26% from 618); Green value is 236 (92.58% from 255 or 38.19% from 618); Blue value is 127 (50% from 255 or 20.55% from 618); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEC7F is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFEC7F is #001380. Grayscale: #E5E5E5. Windows color (decimal): -4993 or 8383743. OLE color: 8383743.
HSL color Cylindrical-coordinate representation of color #FFEC7F: hue angle of 51.09º 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 #FFEC7F is Cyan = 0, Magento = 0.07, Yellow = 0.50 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 236 | 127 | - |
| CMYK | 0 | 0.07 | 0.50 | 0 |
| HSL | 51.09º | 1% | 0.75% | - |
| HSV(B) | 51.09º | 0.5% | 1% | - |
| XYZ | 75.07 | 82.78 | 32.1 | - |
| YUV | 229.26 | 70.29 | 146.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 236 | 127 | 0 | 0.07 | 0.50 | 0 | 51.09 | 1 | 0.75 |
| Hex | FF | EC | 7F | 0 | 7 | 32 | 0 | 33 | 64 | 4B |
| Octal | 377 | 354 | 177 | 0 | 7 | 62 | 0 | 63 | 144 | 113 |
| Binary | 11111111 | 11101100 | 1111111 | 0 | 111 | 110010 | 0 | 110011 | 1100100 | 1001011 |
Color Harmonies of #FFEC7F
Complementary color
Monochromatic Colors of #FFEC7F
Black with #FFEC7F
Text Example
Text Example
White with #FFEC7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFEC7F; }
p { color: rgb(255,236,127); }
H1.HeaderClassName
{
color: #FFEC7F;
}
.AnyTagClassName
{
color: #FFEC7F;
}
</style>
background-color css
<style>
a { background-color: #FFEC7F; }
a { background-color: rgb(255,236,127); }
div.DivClassName
{
background-color: #FFEC7F;
}
.BgClassName
{
background-color: #FFEC7F;
}
</style>
border-color css
<style>
span { border-color: #FFEC7F; }
span { border-color: rgb(255,236,127); }
td.TdClassName
{
border-color: #FFEC7F;
}
.TagClassName
{
border-color: #FFEC7F;
}
</style>