Shades of Witch Haze #FEEB7B
Tints of Witch Haze #FEEB7B
RGB
CMYK
RGB Variations
Color information
#FEEB7B (or 0xFEEB7B) is known color: Witch Haze. HEX triplet: FE, EB and 7B. RGB value is (254,235,123). Sum of RGB (Red+Green+Blue) = 254+235+123=612 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.50% from 612); Green value is 235 (92.19% from 255 or 38.40% from 612); Blue value is 123 (48.44% from 255 or 20.10% from 612); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEB7B is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEEB7B is #011484. Grayscale: #E4E4E4. Windows color (decimal): -70789 or 8121342. OLE color: 8121342.
HSL color Cylindrical-coordinate representation of color #FEEB7B: hue angle of 51.3º degrees, saturation: 0.98, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #FEEB7B is Cyan = 0, Magento = 0.07, Yellow = 0.52 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 235 | 123 | - |
| CMYK | 0 | 0.07 | 0.52 | 0.00 |
| HSL | 51.3º | 0.98% | 0.74% | - |
| HSV(B) | 51.3º | 0.52% | 1% | - |
| XYZ | 74.16 | 81.92 | 30.64 | - |
| YUV | 227.91 | 68.79 | 146.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 235 | 123 | 0 | 0.07 | 0.52 | 0.00 | 51.3 | 0.98 | 0.74 |
| Hex | FE | EB | 7B | 0 | 7 | 34 | 0 | 33 | 62 | 4A |
| Octal | 376 | 353 | 173 | 0 | 7 | 64 | 0 | 63 | 142 | 112 |
| Binary | 11111110 | 11101011 | 1111011 | 0 | 111 | 110100 | 0 | 110011 | 1100010 | 1001010 |
Color Harmonies of #FEEB7B
Complementary color
Monochromatic Colors of #FEEB7B
Black with #FEEB7B
Text Example
Text Example
White with #FEEB7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEEB7B; }
p { color: rgb(254,235,123); }
H1.HeaderClassName
{
color: #FEEB7B;
}
.AnyTagClassName
{
color: #FEEB7B;
}
</style>
background-color css
<style>
a { background-color: #FEEB7B; }
a { background-color: rgb(254,235,123); }
div.DivClassName
{
background-color: #FEEB7B;
}
.BgClassName
{
background-color: #FEEB7B;
}
</style>
border-color css
<style>
span { border-color: #FEEB7B; }
span { border-color: rgb(254,235,123); }
td.TdClassName
{
border-color: #FEEB7B;
}
.TagClassName
{
border-color: #FEEB7B;
}
</style>