Shades of Witch Haze #FEEC7B
Tints of Witch Haze #FEEC7B
RGB
CMYK
RGB Variations
Color information
#FEEC7B (or 0xFEEC7B) is known color: Witch Haze. HEX triplet: FE, EC and 7B. RGB value is (254,236,123). Sum of RGB (Red+Green+Blue) = 254+236+123=613 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.44% from 613); Green value is 236 (92.58% from 255 or 38.50% from 613); Blue value is 123 (48.44% from 255 or 20.07% from 613); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEC7B is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEEC7B is #011384. Grayscale: #E4E4E4. Windows color (decimal): -70533 or 8121598. OLE color: 8121598.
HSL color Cylindrical-coordinate representation of color #FEEC7B: hue angle of 51.76º 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 #FEEC7B is Cyan = 0, Magento = 0.07, Yellow = 0.52 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 236 | 123 | - |
| CMYK | 0 | 0.07 | 0.52 | 0.00 |
| HSL | 51.76º | 0.98% | 0.74% | - |
| HSV(B) | 51.76º | 0.52% | 1% | - |
| XYZ | 74.44 | 82.49 | 30.74 | - |
| YUV | 228.5 | 68.46 | 146.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 236 | 123 | 0 | 0.07 | 0.52 | 0.00 | 51.76 | 0.98 | 0.74 |
| Hex | FE | EC | 7B | 0 | 7 | 34 | 0 | 34 | 62 | 4A |
| Octal | 376 | 354 | 173 | 0 | 7 | 64 | 0 | 64 | 142 | 112 |
| Binary | 11111110 | 11101100 | 1111011 | 0 | 111 | 110100 | 0 | 110100 | 1100010 | 1001010 |
Color Harmonies of #FEEC7B
Complementary color
Monochromatic Colors of #FEEC7B
Black with #FEEC7B
Text Example
Text Example
White with #FEEC7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEEC7B; }
p { color: rgb(254,236,123); }
H1.HeaderClassName
{
color: #FEEC7B;
}
.AnyTagClassName
{
color: #FEEC7B;
}
</style>
background-color css
<style>
a { background-color: #FEEC7B; }
a { background-color: rgb(254,236,123); }
div.DivClassName
{
background-color: #FEEC7B;
}
.BgClassName
{
background-color: #FEEC7B;
}
</style>
border-color css
<style>
span { border-color: #FEEC7B; }
span { border-color: rgb(254,236,123); }
td.TdClassName
{
border-color: #FEEC7B;
}
.TagClassName
{
border-color: #FEEC7B;
}
</style>