Shades of Witch Haze #FEEE6E
Tints of Witch Haze #FEEE6E
RGB
CMYK
RGB Variations
Color information
#FEEE6E (or 0xFEEE6E) is known color: Witch Haze. HEX triplet: FE, EE and 6E. RGB value is (254,238,110). Sum of RGB (Red+Green+Blue) = 254+238+110=602 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.19% from 602); Green value is 238 (93.36% from 255 or 39.53% from 602); Blue value is 110 (43.36% from 255 or 18.27% from 602); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEE6E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEEE6E is #011191. Grayscale: #E4E4E4. Windows color (decimal): -70034 or 7270142. OLE color: 7270142.
HSL color Cylindrical-coordinate representation of color #FEEE6E: hue angle of 53.33º 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 #FEEE6E is Cyan = 0, Magento = 0.06, Yellow = 0.57 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 238 | 110 | - |
| CMYK | 0 | 0.06 | 0.57 | 0.00 |
| HSL | 53.33º | 0.99% | 0.71% | - |
| HSV(B) | 53.33º | 0.57% | 1% | - |
| XYZ | 74.26 | 83.35 | 26.93 | - |
| YUV | 228.19 | 61.3 | 146.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 238 | 110 | 0 | 0.06 | 0.57 | 0.00 | 53.33 | 0.99 | 0.71 |
| Hex | FE | EE | 6E | 0 | 6 | 39 | 0 | 35 | 63 | 47 |
| Octal | 376 | 356 | 156 | 0 | 6 | 71 | 0 | 65 | 143 | 107 |
| Binary | 11111110 | 11101110 | 1101110 | 0 | 110 | 111001 | 0 | 110101 | 1100011 | 1000111 |
Color Harmonies of #FEEE6E
Complementary color
Monochromatic Colors of #FEEE6E
Black with #FEEE6E
Text Example
Text Example
White with #FEEE6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEEE6E; }
p { color: rgb(254,238,110); }
H1.HeaderClassName
{
color: #FEEE6E;
}
.AnyTagClassName
{
color: #FEEE6E;
}
</style>
background-color css
<style>
a { background-color: #FEEE6E; }
a { background-color: rgb(254,238,110); }
div.DivClassName
{
background-color: #FEEE6E;
}
.BgClassName
{
background-color: #FEEE6E;
}
</style>
border-color css
<style>
span { border-color: #FEEE6E; }
span { border-color: rgb(254,238,110); }
td.TdClassName
{
border-color: #FEEE6E;
}
.TagClassName
{
border-color: #FEEE6E;
}
</style>