Shades of Witch Haze #FEEF77
Tints of Witch Haze #FEEF77
RGB
CMYK
RGB Variations
Color information
#FEEF77 (or 0xFEEF77) is known color: Witch Haze. HEX triplet: FE, EF and 77. RGB value is (254,239,119). Sum of RGB (Red+Green+Blue) = 254+239+119=612 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.50% from 612); Green value is 239 (93.75% from 255 or 39.05% from 612); Blue value is 119 (46.88% from 255 or 19.44% from 612); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEF77 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEEF77 is #011088. Grayscale: #E6E6E6. Windows color (decimal): -69769 or 7860222. OLE color: 7860222.
HSL color Cylindrical-coordinate representation of color #FEEF77: hue angle of 53.33º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #FEEF77 is Cyan = 0, Magento = 0.06, Yellow = 0.53 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 239 | 119 | - |
| CMYK | 0 | 0.06 | 0.53 | 0.00 |
| HSL | 53.33º | 0.99% | 0.73% | - |
| HSV(B) | 53.33º | 0.53% | 1% | - |
| XYZ | 75.07 | 84.14 | 29.74 | - |
| YUV | 229.81 | 65.47 | 145.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 239 | 119 | 0 | 0.06 | 0.53 | 0.00 | 53.33 | 0.99 | 0.73 |
| Hex | FE | EF | 77 | 0 | 6 | 35 | 0 | 35 | 63 | 49 |
| Octal | 376 | 357 | 167 | 0 | 6 | 65 | 0 | 65 | 143 | 111 |
| Binary | 11111110 | 11101111 | 1110111 | 0 | 110 | 110101 | 0 | 110101 | 1100011 | 1001001 |
Color Harmonies of #FEEF77
Complementary color
Monochromatic Colors of #FEEF77
Black with #FEEF77
Text Example
Text Example
White with #FEEF77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEEF77; }
p { color: rgb(254,239,119); }
H1.HeaderClassName
{
color: #FEEF77;
}
.AnyTagClassName
{
color: #FEEF77;
}
</style>
background-color css
<style>
a { background-color: #FEEF77; }
a { background-color: rgb(254,239,119); }
div.DivClassName
{
background-color: #FEEF77;
}
.BgClassName
{
background-color: #FEEF77;
}
</style>
border-color css
<style>
span { border-color: #FEEF77; }
span { border-color: rgb(254,239,119); }
td.TdClassName
{
border-color: #FEEF77;
}
.TagClassName
{
border-color: #FEEF77;
}
</style>