Shades of Witch Haze #FEED72
Tints of Witch Haze #FEED72
RGB
CMYK
RGB Variations
Color information
#FEED72 (or 0xFEED72) is known color: Witch Haze. HEX triplet: FE, ED and 72. RGB value is (254,237,114). Sum of RGB (Red+Green+Blue) = 254+237+114=605 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.98% from 605); Green value is 237 (92.97% from 255 or 39.17% from 605); Blue value is 114 (44.92% from 255 or 18.84% from 605); Max value from RGB is 254 - color contains mainly: red. Hex color #FEED72 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEED72 is #01128D. Grayscale: #E4E4E4. Windows color (decimal): -70286 or 7532030. OLE color: 7532030.
HSL color Cylindrical-coordinate representation of color #FEED72: hue angle of 52.71º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #FEED72 is Cyan = 0, Magento = 0.07, Yellow = 0.55 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 237 | 114 | - |
| CMYK | 0 | 0.07 | 0.55 | 0.00 |
| HSL | 52.71º | 0.99% | 0.72% | - |
| HSV(B) | 52.71º | 0.55% | 1% | - |
| XYZ | 74.19 | 82.85 | 28 | - |
| YUV | 228.06 | 63.63 | 146.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 237 | 114 | 0 | 0.07 | 0.55 | 0.00 | 52.71 | 0.99 | 0.72 |
| Hex | FE | ED | 72 | 0 | 7 | 37 | 0 | 35 | 63 | 48 |
| Octal | 376 | 355 | 162 | 0 | 7 | 67 | 0 | 65 | 143 | 110 |
| Binary | 11111110 | 11101101 | 1110010 | 0 | 111 | 110111 | 0 | 110101 | 1100011 | 1001000 |
Color Harmonies of #FEED72
Complementary color
Monochromatic Colors of #FEED72
Black with #FEED72
Text Example
Text Example
White with #FEED72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEED72; }
p { color: rgb(254,237,114); }
H1.HeaderClassName
{
color: #FEED72;
}
.AnyTagClassName
{
color: #FEED72;
}
</style>
background-color css
<style>
a { background-color: #FEED72; }
a { background-color: rgb(254,237,114); }
div.DivClassName
{
background-color: #FEED72;
}
.BgClassName
{
background-color: #FEED72;
}
</style>
border-color css
<style>
span { border-color: #FEED72; }
span { border-color: rgb(254,237,114); }
td.TdClassName
{
border-color: #FEED72;
}
.TagClassName
{
border-color: #FEED72;
}
</style>