Shades of Witch Haze #FEED74
Tints of Witch Haze #FEED74
RGB
CMYK
RGB Variations
Color information
#FEED74 (or 0xFEED74) is known color: Witch Haze. HEX triplet: FE, ED and 74. RGB value is (254,237,116). Sum of RGB (Red+Green+Blue) = 254+237+116=607 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.85% from 607); Green value is 237 (92.97% from 255 or 39.04% from 607); Blue value is 116 (45.70% from 255 or 19.11% from 607); Max value from RGB is 254 - color contains mainly: red. Hex color #FEED74 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEED74 is #01128B. Grayscale: #E4E4E4. Windows color (decimal): -70284 or 7663102. OLE color: 7663102.
HSL color Cylindrical-coordinate representation of color #FEED74: hue angle of 52.61º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #FEED74 is Cyan = 0, Magento = 0.07, Yellow = 0.54 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 237 | 116 | - |
| CMYK | 0 | 0.07 | 0.54 | 0.00 |
| HSL | 52.61º | 0.99% | 0.73% | - |
| HSV(B) | 52.61º | 0.54% | 1% | - |
| XYZ | 74.31 | 82.9 | 28.61 | - |
| YUV | 228.29 | 64.63 | 146.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 237 | 116 | 0 | 0.07 | 0.54 | 0.00 | 52.61 | 0.99 | 0.73 |
| Hex | FE | ED | 74 | 0 | 7 | 36 | 0 | 35 | 63 | 49 |
| Octal | 376 | 355 | 164 | 0 | 7 | 66 | 0 | 65 | 143 | 111 |
| Binary | 11111110 | 11101101 | 1110100 | 0 | 111 | 110110 | 0 | 110101 | 1100011 | 1001001 |
Color Harmonies of #FEED74
Complementary color
Monochromatic Colors of #FEED74
Black with #FEED74
Text Example
Text Example
White with #FEED74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEED74; }
p { color: rgb(254,237,116); }
H1.HeaderClassName
{
color: #FEED74;
}
.AnyTagClassName
{
color: #FEED74;
}
</style>
background-color css
<style>
a { background-color: #FEED74; }
a { background-color: rgb(254,237,116); }
div.DivClassName
{
background-color: #FEED74;
}
.BgClassName
{
background-color: #FEED74;
}
</style>
border-color css
<style>
span { border-color: #FEED74; }
span { border-color: rgb(254,237,116); }
td.TdClassName
{
border-color: #FEED74;
}
.TagClassName
{
border-color: #FEED74;
}
</style>