Shades of Witch Haze #FEED75
Tints of Witch Haze #FEED75
RGB
CMYK
RGB Variations
Color information
#FEED75 (or 0xFEED75) is known color: Witch Haze. HEX triplet: FE, ED and 75. RGB value is (254,237,117). Sum of RGB (Red+Green+Blue) = 254+237+117=608 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.78% from 608); Green value is 237 (92.97% from 255 or 38.98% from 608); Blue value is 117 (46.09% from 255 or 19.24% from 608); Max value from RGB is 254 - color contains mainly: red. Hex color #FEED75 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEED75 is #01128A. Grayscale: #E4E4E4. Windows color (decimal): -70283 or 7728638. OLE color: 7728638.
HSL color Cylindrical-coordinate representation of color #FEED75: hue angle of 52.55º 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 #FEED75 is Cyan = 0, Magento = 0.07, Yellow = 0.54 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 237 | 117 | - |
| CMYK | 0 | 0.07 | 0.54 | 0.00 |
| HSL | 52.55º | 0.99% | 0.73% | - |
| HSV(B) | 52.55º | 0.54% | 1% | - |
| XYZ | 74.37 | 82.92 | 28.92 | - |
| YUV | 228.4 | 65.13 | 146.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 237 | 117 | 0 | 0.07 | 0.54 | 0.00 | 52.55 | 0.99 | 0.73 |
| Hex | FE | ED | 75 | 0 | 7 | 36 | 0 | 35 | 63 | 49 |
| Octal | 376 | 355 | 165 | 0 | 7 | 66 | 0 | 65 | 143 | 111 |
| Binary | 11111110 | 11101101 | 1110101 | 0 | 111 | 110110 | 0 | 110101 | 1100011 | 1001001 |
Color Harmonies of #FEED75
Complementary color
Monochromatic Colors of #FEED75
Black with #FEED75
Text Example
Text Example
White with #FEED75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEED75; }
p { color: rgb(254,237,117); }
H1.HeaderClassName
{
color: #FEED75;
}
.AnyTagClassName
{
color: #FEED75;
}
</style>
background-color css
<style>
a { background-color: #FEED75; }
a { background-color: rgb(254,237,117); }
div.DivClassName
{
background-color: #FEED75;
}
.BgClassName
{
background-color: #FEED75;
}
</style>
border-color css
<style>
span { border-color: #FEED75; }
span { border-color: rgb(254,237,117); }
td.TdClassName
{
border-color: #FEED75;
}
.TagClassName
{
border-color: #FEED75;
}
</style>