Shades of Witch Haze #FEED73
Tints of Witch Haze #FEED73
RGB
CMYK
RGB Variations
Color information
#FEED73 (or 0xFEED73) is known color: Witch Haze. HEX triplet: FE, ED and 73. RGB value is (254,237,115). Sum of RGB (Red+Green+Blue) = 254+237+115=606 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.91% from 606); Green value is 237 (92.97% from 255 or 39.11% from 606); Blue value is 115 (45.31% from 255 or 18.98% from 606); Max value from RGB is 254 - color contains mainly: red. Hex color #FEED73 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEED73 is #01128C. Grayscale: #E4E4E4. Windows color (decimal): -70285 or 7597566. OLE color: 7597566.
HSL color Cylindrical-coordinate representation of color #FEED73: hue angle of 52.66º 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 #FEED73 is Cyan = 0, Magento = 0.07, Yellow = 0.55 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 237 | 115 | - |
| CMYK | 0 | 0.07 | 0.55 | 0.00 |
| HSL | 52.66º | 0.99% | 0.72% | - |
| HSV(B) | 52.66º | 0.55% | 1% | - |
| XYZ | 74.25 | 82.88 | 28.3 | - |
| YUV | 228.18 | 64.13 | 146.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 237 | 115 | 0 | 0.07 | 0.55 | 0.00 | 52.66 | 0.99 | 0.72 |
| Hex | FE | ED | 73 | 0 | 7 | 37 | 0 | 35 | 63 | 48 |
| Octal | 376 | 355 | 163 | 0 | 7 | 67 | 0 | 65 | 143 | 110 |
| Binary | 11111110 | 11101101 | 1110011 | 0 | 111 | 110111 | 0 | 110101 | 1100011 | 1001000 |
Color Harmonies of #FEED73
Complementary color
Monochromatic Colors of #FEED73
Black with #FEED73
Text Example
Text Example
White with #FEED73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEED73; }
p { color: rgb(254,237,115); }
H1.HeaderClassName
{
color: #FEED73;
}
.AnyTagClassName
{
color: #FEED73;
}
</style>
background-color css
<style>
a { background-color: #FEED73; }
a { background-color: rgb(254,237,115); }
div.DivClassName
{
background-color: #FEED73;
}
.BgClassName
{
background-color: #FEED73;
}
</style>
border-color css
<style>
span { border-color: #FEED73; }
span { border-color: rgb(254,237,115); }
td.TdClassName
{
border-color: #FEED73;
}
.TagClassName
{
border-color: #FEED73;
}
</style>