Shades of Witch Haze #FFEC7E
Tints of Witch Haze #FFEC7E
RGB
CMYK
RGB Variations
Color information
#FFEC7E (or 0xFFEC7E) is known color: Witch Haze. HEX triplet: FF, EC and 7E. RGB value is (255,236,126). Sum of RGB (Red+Green+Blue) = 255+236+126=617 (81% of max value = 765). Red value is 255 (100% from 255 or 41.33% from 617); Green value is 236 (92.58% from 255 or 38.25% from 617); Blue value is 126 (49.61% from 255 or 20.42% from 617); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEC7E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFEC7E is #001381. Grayscale: #E5E5E5. Windows color (decimal): -4994 or 8318207. OLE color: 8318207.
HSL color Cylindrical-coordinate representation of color #FFEC7E: hue angle of 51.16º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FFEC7E is Cyan = 0, Magento = 0.07, Yellow = 0.51 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 236 | 126 | - |
| CMYK | 0 | 0.07 | 0.51 | 0 |
| HSL | 51.16º | 1% | 0.75% | - |
| HSV(B) | 51.16º | 0.51% | 1% | - |
| XYZ | 75 | 82.76 | 31.76 | - |
| YUV | 229.14 | 69.79 | 146.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 236 | 126 | 0 | 0.07 | 0.51 | 0 | 51.16 | 1 | 0.75 |
| Hex | FF | EC | 7E | 0 | 7 | 33 | 0 | 33 | 64 | 4B |
| Octal | 377 | 354 | 176 | 0 | 7 | 63 | 0 | 63 | 144 | 113 |
| Binary | 11111111 | 11101100 | 1111110 | 0 | 111 | 110011 | 0 | 110011 | 1100100 | 1001011 |
Color Harmonies of #FFEC7E
Complementary color
Monochromatic Colors of #FFEC7E
Black with #FFEC7E
Text Example
Text Example
White with #FFEC7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFEC7E; }
p { color: rgb(255,236,126); }
H1.HeaderClassName
{
color: #FFEC7E;
}
.AnyTagClassName
{
color: #FFEC7E;
}
</style>
background-color css
<style>
a { background-color: #FFEC7E; }
a { background-color: rgb(255,236,126); }
div.DivClassName
{
background-color: #FFEC7E;
}
.BgClassName
{
background-color: #FFEC7E;
}
</style>
border-color css
<style>
span { border-color: #FFEC7E; }
span { border-color: rgb(255,236,126); }
td.TdClassName
{
border-color: #FFEC7E;
}
.TagClassName
{
border-color: #FFEC7E;
}
</style>