Shades of Witch Haze #FEED77
Tints of Witch Haze #FEED77
RGB
CMYK
RGB Variations
Color information
#FEED77 (or 0xFEED77) is known color: Witch Haze. HEX triplet: FE, ED and 77. RGB value is (254,237,119). Sum of RGB (Red+Green+Blue) = 254+237+119=610 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.64% from 610); Green value is 237 (92.97% from 255 or 38.85% from 610); Blue value is 119 (46.88% from 255 or 19.51% from 610); Max value from RGB is 254 - color contains mainly: red. Hex color #FEED77 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEED77 is #011288. Grayscale: #E5E5E5. Windows color (decimal): -70281 or 7859710. OLE color: 7859710.
HSL color Cylindrical-coordinate representation of color #FEED77: hue angle of 52.44º 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 #FEED77 is Cyan = 0, Magento = 0.07, Yellow = 0.53 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 237 | 119 | - |
| CMYK | 0 | 0.07 | 0.53 | 0.00 |
| HSL | 52.44º | 0.99% | 0.73% | - |
| HSV(B) | 52.44º | 0.53% | 1% | - |
| XYZ | 74.49 | 82.97 | 29.54 | - |
| YUV | 228.63 | 66.13 | 146.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 237 | 119 | 0 | 0.07 | 0.53 | 0.00 | 52.44 | 0.99 | 0.73 |
| Hex | FE | ED | 77 | 0 | 7 | 35 | 0 | 34 | 63 | 49 |
| Octal | 376 | 355 | 167 | 0 | 7 | 65 | 0 | 64 | 143 | 111 |
| Binary | 11111110 | 11101101 | 1110111 | 0 | 111 | 110101 | 0 | 110100 | 1100011 | 1001001 |
Color Harmonies of #FEED77
Complementary color
Monochromatic Colors of #FEED77
Black with #FEED77
Text Example
Text Example
White with #FEED77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEED77; }
p { color: rgb(254,237,119); }
H1.HeaderClassName
{
color: #FEED77;
}
.AnyTagClassName
{
color: #FEED77;
}
</style>
background-color css
<style>
a { background-color: #FEED77; }
a { background-color: rgb(254,237,119); }
div.DivClassName
{
background-color: #FEED77;
}
.BgClassName
{
background-color: #FEED77;
}
</style>
border-color css
<style>
span { border-color: #FEED77; }
span { border-color: rgb(254,237,119); }
td.TdClassName
{
border-color: #FEED77;
}
.TagClassName
{
border-color: #FEED77;
}
</style>