Shades of Witch Haze #FEED79
Tints of Witch Haze #FEED79
RGB
CMYK
RGB Variations
Color information
#FEED79 (or 0xFEED79) is known color: Witch Haze. HEX triplet: FE, ED and 79. RGB value is (254,237,121). Sum of RGB (Red+Green+Blue) = 254+237+121=612 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.50% from 612); Green value is 237 (92.97% from 255 or 38.73% from 612); Blue value is 121 (47.66% from 255 or 19.77% from 612); Max value from RGB is 254 - color contains mainly: red. Hex color #FEED79 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEED79 is #011286. Grayscale: #E5E5E5. Windows color (decimal): -70279 or 7990782. OLE color: 7990782.
HSL color Cylindrical-coordinate representation of color #FEED79: hue angle of 52.33º degrees, saturation: 0.99, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #FEED79 is Cyan = 0, Magento = 0.07, Yellow = 0.52 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 237 | 121 | - |
| CMYK | 0 | 0.07 | 0.52 | 0.00 |
| HSL | 52.33º | 0.99% | 0.74% | - |
| HSV(B) | 52.33º | 0.52% | 1% | - |
| XYZ | 74.61 | 83.02 | 30.18 | - |
| YUV | 228.86 | 67.13 | 145.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 237 | 121 | 0 | 0.07 | 0.52 | 0.00 | 52.33 | 0.99 | 0.74 |
| Hex | FE | ED | 79 | 0 | 7 | 34 | 0 | 34 | 63 | 4A |
| Octal | 376 | 355 | 171 | 0 | 7 | 64 | 0 | 64 | 143 | 112 |
| Binary | 11111110 | 11101101 | 1111001 | 0 | 111 | 110100 | 0 | 110100 | 1100011 | 1001010 |
Color Harmonies of #FEED79
Complementary color
Monochromatic Colors of #FEED79
Black with #FEED79
Text Example
Text Example
White with #FEED79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEED79; }
p { color: rgb(254,237,121); }
H1.HeaderClassName
{
color: #FEED79;
}
.AnyTagClassName
{
color: #FEED79;
}
</style>
background-color css
<style>
a { background-color: #FEED79; }
a { background-color: rgb(254,237,121); }
div.DivClassName
{
background-color: #FEED79;
}
.BgClassName
{
background-color: #FEED79;
}
</style>
border-color css
<style>
span { border-color: #FEED79; }
span { border-color: rgb(254,237,121); }
td.TdClassName
{
border-color: #FEED79;
}
.TagClassName
{
border-color: #FEED79;
}
</style>