Shades of Witch Haze #FEE86B
Tints of Witch Haze #FEE86B
RGB
CMYK
RGB Variations
Color information
#FEE86B (or 0xFEE86B) is known color: Witch Haze. HEX triplet: FE, E8 and 6B. RGB value is (254,232,107). Sum of RGB (Red+Green+Blue) = 254+232+107=593 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.83% from 593); Green value is 232 (91.02% from 255 or 39.12% from 593); Blue value is 107 (42.19% from 255 or 18.04% from 593); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE86B is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEE86B is #011794. Grayscale: #E0E0E0. Windows color (decimal): -71573 or 7071998. OLE color: 7071998.
HSL color Cylindrical-coordinate representation of color #FEE86B: hue angle of 51.02º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FEE86B is Cyan = 0, Magento = 0.09, Yellow = 0.58 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 232 | 107 | - |
| CMYK | 0 | 0.09 | 0.58 | 0.00 |
| HSL | 51.02º | 0.99% | 0.71% | - |
| HSV(B) | 51.02º | 0.58% | 1% | - |
| XYZ | 72.38 | 79.85 | 25.51 | - |
| YUV | 224.33 | 61.79 | 149.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 232 | 107 | 0 | 0.09 | 0.58 | 0.00 | 51.02 | 0.99 | 0.71 |
| Hex | FE | E8 | 6B | 0 | 9 | 3A | 0 | 33 | 63 | 47 |
| Octal | 376 | 350 | 153 | 0 | 11 | 72 | 0 | 63 | 143 | 107 |
| Binary | 11111110 | 11101000 | 1101011 | 0 | 1001 | 111010 | 0 | 110011 | 1100011 | 1000111 |
Color Harmonies of #FEE86B
Complementary color
Monochromatic Colors of #FEE86B
Black with #FEE86B
Text Example
Text Example
White with #FEE86B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE86B; }
p { color: rgb(254,232,107); }
H1.HeaderClassName
{
color: #FEE86B;
}
.AnyTagClassName
{
color: #FEE86B;
}
</style>
background-color css
<style>
a { background-color: #FEE86B; }
a { background-color: rgb(254,232,107); }
div.DivClassName
{
background-color: #FEE86B;
}
.BgClassName
{
background-color: #FEE86B;
}
</style>
border-color css
<style>
span { border-color: #FEE86B; }
span { border-color: rgb(254,232,107); }
td.TdClassName
{
border-color: #FEE86B;
}
.TagClassName
{
border-color: #FEE86B;
}
</style>