Shades of Witch Haze #FEED6C
Tints of Witch Haze #FEED6C
RGB
CMYK
RGB Variations
Color information
#FEED6C (or 0xFEED6C) is known color: Witch Haze. HEX triplet: FE, ED and 6C. RGB value is (254,237,108). Sum of RGB (Red+Green+Blue) = 254+237+108=599 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.40% from 599); Green value is 237 (92.97% from 255 or 39.57% from 599); Blue value is 108 (42.58% from 255 or 18.03% from 599); Max value from RGB is 254 - color contains mainly: red. Hex color #FEED6C is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEED6C is #011293. Grayscale: #E3E3E3. Windows color (decimal): -70292 or 7138814. OLE color: 7138814.
HSL color Cylindrical-coordinate representation of color #FEED6C: hue angle of 53.01º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #FEED6C is Cyan = 0, Magento = 0.07, Yellow = 0.57 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 237 | 108 | - |
| CMYK | 0 | 0.07 | 0.57 | 0.00 |
| HSL | 53.01º | 0.99% | 0.71% | - |
| HSV(B) | 53.01º | 0.57% | 1% | - |
| XYZ | 73.86 | 82.72 | 26.26 | - |
| YUV | 227.38 | 60.63 | 146.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 237 | 108 | 0 | 0.07 | 0.57 | 0.00 | 53.01 | 0.99 | 0.71 |
| Hex | FE | ED | 6C | 0 | 7 | 39 | 0 | 35 | 63 | 47 |
| Octal | 376 | 355 | 154 | 0 | 7 | 71 | 0 | 65 | 143 | 107 |
| Binary | 11111110 | 11101101 | 1101100 | 0 | 111 | 111001 | 0 | 110101 | 1100011 | 1000111 |
Color Harmonies of #FEED6C
Complementary color
Monochromatic Colors of #FEED6C
Black with #FEED6C
Text Example
Text Example
White with #FEED6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEED6C; }
p { color: rgb(254,237,108); }
H1.HeaderClassName
{
color: #FEED6C;
}
.AnyTagClassName
{
color: #FEED6C;
}
</style>
background-color css
<style>
a { background-color: #FEED6C; }
a { background-color: rgb(254,237,108); }
div.DivClassName
{
background-color: #FEED6C;
}
.BgClassName
{
background-color: #FEED6C;
}
</style>
border-color css
<style>
span { border-color: #FEED6C; }
span { border-color: rgb(254,237,108); }
td.TdClassName
{
border-color: #FEED6C;
}
.TagClassName
{
border-color: #FEED6C;
}
</style>