Shades of Witch Haze #FFED79
Tints of Witch Haze #FFED79
RGB
CMYK
RGB Variations
Color information
#FFED79 (or 0xFFED79) is known color: Witch Haze. HEX triplet: FF, ED and 79. RGB value is (255,237,121). Sum of RGB (Red+Green+Blue) = 255+237+121=613 (81% of max value = 765). Red value is 255 (100% from 255 or 41.60% from 613); Green value is 237 (92.97% from 255 or 38.66% from 613); Blue value is 121 (47.66% from 255 or 19.74% from 613); Max value from RGB is 255 - color contains mainly: red. Hex color #FFED79 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFED79 is #001286. Grayscale: #E5E5E5. Windows color (decimal): -4743 or 7990783. OLE color: 7990783.
HSL color Cylindrical-coordinate representation of color #FFED79: hue angle of 51.94º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #FFED79 is Cyan = 0, Magento = 0.07, Yellow = 0.53 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 237 | 121 | - |
| CMYK | 0 | 0.07 | 0.53 | 0 |
| HSL | 51.94º | 1% | 0.74% | - |
| HSV(B) | 51.94º | 0.53% | 1% | - |
| XYZ | 74.98 | 83.21 | 30.2 | - |
| YUV | 229.16 | 66.96 | 146.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 237 | 121 | 0 | 0.07 | 0.53 | 0 | 51.94 | 1 | 0.74 |
| Hex | FF | ED | 79 | 0 | 7 | 35 | 0 | 34 | 64 | 4A |
| Octal | 377 | 355 | 171 | 0 | 7 | 65 | 0 | 64 | 144 | 112 |
| Binary | 11111111 | 11101101 | 1111001 | 0 | 111 | 110101 | 0 | 110100 | 1100100 | 1001010 |
Color Harmonies of #FFED79
Complementary color
Monochromatic Colors of #FFED79
Black with #FFED79
Text Example
Text Example
White with #FFED79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFED79; }
p { color: rgb(255,237,121); }
H1.HeaderClassName
{
color: #FFED79;
}
.AnyTagClassName
{
color: #FFED79;
}
</style>
background-color css
<style>
a { background-color: #FFED79; }
a { background-color: rgb(255,237,121); }
div.DivClassName
{
background-color: #FFED79;
}
.BgClassName
{
background-color: #FFED79;
}
</style>
border-color css
<style>
span { border-color: #FFED79; }
span { border-color: rgb(255,237,121); }
td.TdClassName
{
border-color: #FFED79;
}
.TagClassName
{
border-color: #FFED79;
}
</style>