Shades of Witch Haze #FFEB7A
Tints of Witch Haze #FFEB7A
RGB
CMYK
RGB Variations
Color information
#FFEB7A (or 0xFFEB7A) is known color: Witch Haze. HEX triplet: FF, EB and 7A. RGB value is (255,235,122). Sum of RGB (Red+Green+Blue) = 255+235+122=612 (81% of max value = 765). Red value is 255 (100% from 255 or 41.67% from 612); Green value is 235 (92.19% from 255 or 38.40% from 612); Blue value is 122 (48.05% from 255 or 19.93% from 612); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEB7A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFEB7A is #001485. Grayscale: #E4E4E4. Windows color (decimal): -5254 or 8055807. OLE color: 8055807.
HSL color Cylindrical-coordinate representation of color #FFEB7A: hue angle of 50.98º 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 #FFEB7A is Cyan = 0, Magento = 0.08, Yellow = 0.52 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 235 | 122 | - |
| CMYK | 0 | 0.08 | 0.52 | 0 |
| HSL | 50.98º | 1% | 0.74% | - |
| HSV(B) | 50.98º | 0.52% | 1% | - |
| XYZ | 74.46 | 82.08 | 30.33 | - |
| YUV | 228.1 | 68.13 | 147.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 235 | 122 | 0 | 0.08 | 0.52 | 0 | 50.98 | 1 | 0.74 |
| Hex | FF | EB | 7A | 0 | 8 | 34 | 0 | 33 | 64 | 4A |
| Octal | 377 | 353 | 172 | 0 | 10 | 64 | 0 | 63 | 144 | 112 |
| Binary | 11111111 | 11101011 | 1111010 | 0 | 1000 | 110100 | 0 | 110011 | 1100100 | 1001010 |
Color Harmonies of #FFEB7A
Complementary color
Monochromatic Colors of #FFEB7A
Black with #FFEB7A
Text Example
Text Example
White with #FFEB7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFEB7A; }
p { color: rgb(255,235,122); }
H1.HeaderClassName
{
color: #FFEB7A;
}
.AnyTagClassName
{
color: #FFEB7A;
}
</style>
background-color css
<style>
a { background-color: #FFEB7A; }
a { background-color: rgb(255,235,122); }
div.DivClassName
{
background-color: #FFEB7A;
}
.BgClassName
{
background-color: #FFEB7A;
}
</style>
border-color css
<style>
span { border-color: #FFEB7A; }
span { border-color: rgb(255,235,122); }
td.TdClassName
{
border-color: #FFEB7A;
}
.TagClassName
{
border-color: #FFEB7A;
}
</style>