Shades of Witch Haze #FEEC7D
Tints of Witch Haze #FEEC7D
RGB
CMYK
RGB Variations
Color information
#FEEC7D (or 0xFEEC7D) is known color: Witch Haze. HEX triplet: FE, EC and 7D. RGB value is (254,236,125). Sum of RGB (Red+Green+Blue) = 254+236+125=615 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.30% from 615); Green value is 236 (92.58% from 255 or 38.37% from 615); Blue value is 125 (49.22% from 255 or 20.33% from 615); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEC7D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEEC7D is #011382. Grayscale: #E5E5E5. Windows color (decimal): -70531 or 8252670. OLE color: 8252670.
HSL color Cylindrical-coordinate representation of color #FEEC7D: hue angle of 51.63º degrees, saturation: 0.98, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FEEC7D is Cyan = 0, Magento = 0.07, Yellow = 0.51 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 236 | 125 | - |
| CMYK | 0 | 0.07 | 0.51 | 0.00 |
| HSL | 51.63º | 0.98% | 0.74% | - |
| HSV(B) | 51.63º | 0.51% | 1% | - |
| XYZ | 74.57 | 82.54 | 31.4 | - |
| YUV | 228.73 | 69.46 | 146.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 236 | 125 | 0 | 0.07 | 0.51 | 0.00 | 51.63 | 0.98 | 0.74 |
| Hex | FE | EC | 7D | 0 | 7 | 33 | 0 | 34 | 62 | 4A |
| Octal | 376 | 354 | 175 | 0 | 7 | 63 | 0 | 64 | 142 | 112 |
| Binary | 11111110 | 11101100 | 1111101 | 0 | 111 | 110011 | 0 | 110100 | 1100010 | 1001010 |
Color Harmonies of #FEEC7D
Complementary color
Monochromatic Colors of #FEEC7D
Black with #FEEC7D
Text Example
Text Example
White with #FEEC7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEEC7D; }
p { color: rgb(254,236,125); }
H1.HeaderClassName
{
color: #FEEC7D;
}
.AnyTagClassName
{
color: #FEEC7D;
}
</style>
background-color css
<style>
a { background-color: #FEEC7D; }
a { background-color: rgb(254,236,125); }
div.DivClassName
{
background-color: #FEEC7D;
}
.BgClassName
{
background-color: #FEEC7D;
}
</style>
border-color css
<style>
span { border-color: #FEEC7D; }
span { border-color: rgb(254,236,125); }
td.TdClassName
{
border-color: #FEEC7D;
}
.TagClassName
{
border-color: #FEEC7D;
}
</style>