Shades of Witch Haze #FFEB7B
Tints of Witch Haze #FFEB7B
RGB
CMYK
RGB Variations
Color information
#FFEB7B (or 0xFFEB7B) is known color: Witch Haze. HEX triplet: FF, EB and 7B. RGB value is (255,235,123). Sum of RGB (Red+Green+Blue) = 255+235+123=613 (81% of max value = 765). Red value is 255 (100% from 255 or 41.60% from 613); Green value is 235 (92.19% from 255 or 38.34% from 613); Blue value is 123 (48.44% from 255 or 20.07% from 613); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEB7B is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFEB7B is #001484. Grayscale: #E4E4E4. Windows color (decimal): -5253 or 8121343. OLE color: 8121343.
HSL color Cylindrical-coordinate representation of color #FFEB7B: hue angle of 50.91º 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 #FFEB7B is Cyan = 0, Magento = 0.08, Yellow = 0.52 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 235 | 123 | - |
| CMYK | 0 | 0.08 | 0.52 | 0 |
| HSL | 50.91º | 1% | 0.74% | - |
| HSV(B) | 50.91º | 0.52% | 1% | - |
| XYZ | 74.52 | 82.11 | 30.66 | - |
| YUV | 228.21 | 68.63 | 147.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 235 | 123 | 0 | 0.08 | 0.52 | 0 | 50.91 | 1 | 0.74 |
| Hex | FF | EB | 7B | 0 | 8 | 34 | 0 | 33 | 64 | 4A |
| Octal | 377 | 353 | 173 | 0 | 10 | 64 | 0 | 63 | 144 | 112 |
| Binary | 11111111 | 11101011 | 1111011 | 0 | 1000 | 110100 | 0 | 110011 | 1100100 | 1001010 |
Color Harmonies of #FFEB7B
Complementary color
Monochromatic Colors of #FFEB7B
Black with #FFEB7B
Text Example
Text Example
White with #FFEB7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFEB7B; }
p { color: rgb(255,235,123); }
H1.HeaderClassName
{
color: #FFEB7B;
}
.AnyTagClassName
{
color: #FFEB7B;
}
</style>
background-color css
<style>
a { background-color: #FFEB7B; }
a { background-color: rgb(255,235,123); }
div.DivClassName
{
background-color: #FFEB7B;
}
.BgClassName
{
background-color: #FFEB7B;
}
</style>
border-color css
<style>
span { border-color: #FFEB7B; }
span { border-color: rgb(255,235,123); }
td.TdClassName
{
border-color: #FFEB7B;
}
.TagClassName
{
border-color: #FFEB7B;
}
</style>