Shades of Witch Haze #FFEB7C
Tints of Witch Haze #FFEB7C
RGB
CMYK
RGB Variations
Color information
#FFEB7C (or 0xFFEB7C) is known color: Witch Haze. HEX triplet: FF, EB and 7C. RGB value is (255,235,124). Sum of RGB (Red+Green+Blue) = 255+235+124=614 (81% of max value = 765). Red value is 255 (100% from 255 or 41.53% from 614); Green value is 235 (92.19% from 255 or 38.27% from 614); Blue value is 124 (48.83% from 255 or 20.20% from 614); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEB7C is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFEB7C is #001483. Grayscale: #E4E4E4. Windows color (decimal): -5252 or 8186879. OLE color: 8186879.
HSL color Cylindrical-coordinate representation of color #FFEB7C: hue angle of 50.84º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FFEB7C is Cyan = 0, Magento = 0.08, Yellow = 0.51 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 235 | 124 | - |
| CMYK | 0 | 0.08 | 0.51 | 0 |
| HSL | 50.84º | 1% | 0.74% | - |
| HSV(B) | 50.84º | 0.51% | 1% | - |
| XYZ | 74.59 | 82.13 | 30.99 | - |
| YUV | 228.33 | 69.13 | 147.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 235 | 124 | 0 | 0.08 | 0.51 | 0 | 50.84 | 1 | 0.74 |
| Hex | FF | EB | 7C | 0 | 8 | 33 | 0 | 33 | 64 | 4A |
| Octal | 377 | 353 | 174 | 0 | 10 | 63 | 0 | 63 | 144 | 112 |
| Binary | 11111111 | 11101011 | 1111100 | 0 | 1000 | 110011 | 0 | 110011 | 1100100 | 1001010 |
Color Harmonies of #FFEB7C
Complementary color
Monochromatic Colors of #FFEB7C
Black with #FFEB7C
Text Example
Text Example
White with #FFEB7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFEB7C; }
p { color: rgb(255,235,124); }
H1.HeaderClassName
{
color: #FFEB7C;
}
.AnyTagClassName
{
color: #FFEB7C;
}
</style>
background-color css
<style>
a { background-color: #FFEB7C; }
a { background-color: rgb(255,235,124); }
div.DivClassName
{
background-color: #FFEB7C;
}
.BgClassName
{
background-color: #FFEB7C;
}
</style>
border-color css
<style>
span { border-color: #FFEB7C; }
span { border-color: rgb(255,235,124); }
td.TdClassName
{
border-color: #FFEB7C;
}
.TagClassName
{
border-color: #FFEB7C;
}
</style>