Shades of Witch Haze #FFE86E
Tints of Witch Haze #FFE86E
RGB
CMYK
RGB Variations
Color information
#FFE86E (or 0xFFE86E) is known color: Witch Haze. HEX triplet: FF, E8 and 6E. RGB value is (255,232,110). Sum of RGB (Red+Green+Blue) = 255+232+110=597 (79% of max value = 765). Red value is 255 (100% from 255 or 42.71% from 597); Green value is 232 (91.02% from 255 or 38.86% from 597); Blue value is 110 (43.36% from 255 or 18.43% from 597); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE86E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFE86E is #001791. Grayscale: #E1E1E1. Windows color (decimal): -6034 or 7268607. OLE color: 7268607.
HSL color Cylindrical-coordinate representation of color #FFE86E: hue angle of 50.48º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #FFE86E is Cyan = 0, Magento = 0.09, Yellow = 0.57 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 232 | 110 | - |
| CMYK | 0 | 0.09 | 0.57 | 0 |
| HSL | 50.48º | 1% | 0.72% | - |
| HSV(B) | 50.48º | 0.57% | 1% | - |
| XYZ | 72.91 | 80.1 | 26.37 | - |
| YUV | 224.97 | 63.12 | 149.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 232 | 110 | 0 | 0.09 | 0.57 | 0 | 50.48 | 1 | 0.72 |
| Hex | FF | E8 | 6E | 0 | 9 | 39 | 0 | 32 | 64 | 48 |
| Octal | 377 | 350 | 156 | 0 | 11 | 71 | 0 | 62 | 144 | 110 |
| Binary | 11111111 | 11101000 | 1101110 | 0 | 1001 | 111001 | 0 | 110010 | 1100100 | 1001000 |
Color Harmonies of #FFE86E
Complementary color
Monochromatic Colors of #FFE86E
Black with #FFE86E
Text Example
Text Example
White with #FFE86E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE86E; }
p { color: rgb(255,232,110); }
H1.HeaderClassName
{
color: #FFE86E;
}
.AnyTagClassName
{
color: #FFE86E;
}
</style>
background-color css
<style>
a { background-color: #FFE86E; }
a { background-color: rgb(255,232,110); }
div.DivClassName
{
background-color: #FFE86E;
}
.BgClassName
{
background-color: #FFE86E;
}
</style>
border-color css
<style>
span { border-color: #FFE86E; }
span { border-color: rgb(255,232,110); }
td.TdClassName
{
border-color: #FFE86E;
}
.TagClassName
{
border-color: #FFE86E;
}
</style>