Shades of Witch Haze #FEEB7A
Tints of Witch Haze #FEEB7A
RGB
CMYK
RGB Variations
Color information
#FEEB7A (or 0xFEEB7A) is known color: Witch Haze. HEX triplet: FE, EB and 7A. RGB value is (254,235,122). Sum of RGB (Red+Green+Blue) = 254+235+122=611 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.57% from 611); Green value is 235 (92.19% from 255 or 38.46% from 611); Blue value is 122 (48.05% from 255 or 19.97% from 611); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEB7A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEEB7A is #011485. Grayscale: #E4E4E4. Windows color (decimal): -70790 or 8055806. OLE color: 8055806.
HSL color Cylindrical-coordinate representation of color #FEEB7A: hue angle of 51.36º degrees, saturation: 0.99, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #FEEB7A is Cyan = 0, Magento = 0.07, Yellow = 0.52 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 235 | 122 | - |
| CMYK | 0 | 0.07 | 0.52 | 0.00 |
| HSL | 51.36º | 0.99% | 0.74% | - |
| HSV(B) | 51.36º | 0.52% | 1% | - |
| XYZ | 74.09 | 81.89 | 30.31 | - |
| YUV | 227.8 | 68.29 | 146.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 235 | 122 | 0 | 0.07 | 0.52 | 0.00 | 51.36 | 0.99 | 0.74 |
| Hex | FE | EB | 7A | 0 | 7 | 34 | 0 | 33 | 63 | 4A |
| Octal | 376 | 353 | 172 | 0 | 7 | 64 | 0 | 63 | 143 | 112 |
| Binary | 11111110 | 11101011 | 1111010 | 0 | 111 | 110100 | 0 | 110011 | 1100011 | 1001010 |
Color Harmonies of #FEEB7A
Complementary color
Monochromatic Colors of #FEEB7A
Black with #FEEB7A
Text Example
Text Example
White with #FEEB7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEEB7A; }
p { color: rgb(254,235,122); }
H1.HeaderClassName
{
color: #FEEB7A;
}
.AnyTagClassName
{
color: #FEEB7A;
}
</style>
background-color css
<style>
a { background-color: #FEEB7A; }
a { background-color: rgb(254,235,122); }
div.DivClassName
{
background-color: #FEEB7A;
}
.BgClassName
{
background-color: #FEEB7A;
}
</style>
border-color css
<style>
span { border-color: #FEEB7A; }
span { border-color: rgb(254,235,122); }
td.TdClassName
{
border-color: #FEEB7A;
}
.TagClassName
{
border-color: #FEEB7A;
}
</style>