Shades of Witch Haze #FEE86C
Tints of Witch Haze #FEE86C
RGB
CMYK
RGB Variations
Color information
#FEE86C (or 0xFEE86C) is known color: Witch Haze. HEX triplet: FE, E8 and 6C. RGB value is (254,232,108). Sum of RGB (Red+Green+Blue) = 254+232+108=594 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.76% from 594); Green value is 232 (91.02% from 255 or 39.06% from 594); Blue value is 108 (42.58% from 255 or 18.18% from 594); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE86C is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEE86C is #011793. Grayscale: #E0E0E0. Windows color (decimal): -71572 or 7137534. OLE color: 7137534.
HSL color Cylindrical-coordinate representation of color #FEE86C: hue angle of 50.96º 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 #FEE86C is Cyan = 0, Magento = 0.09, Yellow = 0.57 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 232 | 108 | - |
| CMYK | 0 | 0.09 | 0.57 | 0.00 |
| HSL | 50.96º | 0.99% | 0.71% | - |
| HSV(B) | 50.96º | 0.57% | 1% | - |
| XYZ | 72.44 | 79.87 | 25.79 | - |
| YUV | 224.44 | 62.29 | 149.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 232 | 108 | 0 | 0.09 | 0.57 | 0.00 | 50.96 | 0.99 | 0.71 |
| Hex | FE | E8 | 6C | 0 | 9 | 39 | 0 | 33 | 63 | 47 |
| Octal | 376 | 350 | 154 | 0 | 11 | 71 | 0 | 63 | 143 | 107 |
| Binary | 11111110 | 11101000 | 1101100 | 0 | 1001 | 111001 | 0 | 110011 | 1100011 | 1000111 |
Color Harmonies of #FEE86C
Complementary color
Monochromatic Colors of #FEE86C
Black with #FEE86C
Text Example
Text Example
White with #FEE86C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE86C; }
p { color: rgb(254,232,108); }
H1.HeaderClassName
{
color: #FEE86C;
}
.AnyTagClassName
{
color: #FEE86C;
}
</style>
background-color css
<style>
a { background-color: #FEE86C; }
a { background-color: rgb(254,232,108); }
div.DivClassName
{
background-color: #FEE86C;
}
.BgClassName
{
background-color: #FEE86C;
}
</style>
border-color css
<style>
span { border-color: #FEE86C; }
span { border-color: rgb(254,232,108); }
td.TdClassName
{
border-color: #FEE86C;
}
.TagClassName
{
border-color: #FEE86C;
}
</style>