Shades of Witch Haze #FFED72
Tints of Witch Haze #FFED72
RGB
CMYK
RGB Variations
Color information
#FFED72 (or 0xFFED72) is known color: Witch Haze. HEX triplet: FF, ED and 72. RGB value is (255,237,114). Sum of RGB (Red+Green+Blue) = 255+237+114=606 (80% of max value = 765). Red value is 255 (100% from 255 or 42.08% from 606); Green value is 237 (92.97% from 255 or 39.11% from 606); Blue value is 114 (44.92% from 255 or 18.81% from 606); Max value from RGB is 255 - color contains mainly: red. Hex color #FFED72 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFED72 is #00128D. Grayscale: #E4E4E4. Windows color (decimal): -4750 or 7532031. OLE color: 7532031.
HSL color Cylindrical-coordinate representation of color #FFED72: hue angle of 52.34º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #FFED72 is Cyan = 0, Magento = 0.07, Yellow = 0.55 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 237 | 114 | - |
| CMYK | 0 | 0.07 | 0.55 | 0 |
| HSL | 52.34º | 1% | 0.72% | - |
| HSV(B) | 52.34º | 0.55% | 1% | - |
| XYZ | 74.56 | 83.04 | 28.02 | - |
| YUV | 228.36 | 63.46 | 147 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 237 | 114 | 0 | 0.07 | 0.55 | 0 | 52.34 | 1 | 0.72 |
| Hex | FF | ED | 72 | 0 | 7 | 37 | 0 | 34 | 64 | 48 |
| Octal | 377 | 355 | 162 | 0 | 7 | 67 | 0 | 64 | 144 | 110 |
| Binary | 11111111 | 11101101 | 1110010 | 0 | 111 | 110111 | 0 | 110100 | 1100100 | 1001000 |
Color Harmonies of #FFED72
Complementary color
Monochromatic Colors of #FFED72
Black with #FFED72
Text Example
Text Example
White with #FFED72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFED72; }
p { color: rgb(255,237,114); }
H1.HeaderClassName
{
color: #FFED72;
}
.AnyTagClassName
{
color: #FFED72;
}
</style>
background-color css
<style>
a { background-color: #FFED72; }
a { background-color: rgb(255,237,114); }
div.DivClassName
{
background-color: #FFED72;
}
.BgClassName
{
background-color: #FFED72;
}
</style>
border-color css
<style>
span { border-color: #FFED72; }
span { border-color: rgb(255,237,114); }
td.TdClassName
{
border-color: #FFED72;
}
.TagClassName
{
border-color: #FFED72;
}
</style>