Shades of Witch Haze #FEEA6E
Tints of Witch Haze #FEEA6E
RGB
CMYK
RGB Variations
Color information
#FEEA6E (or 0xFEEA6E) is known color: Witch Haze. HEX triplet: FE, EA and 6E. RGB value is (254,234,110). Sum of RGB (Red+Green+Blue) = 254+234+110=598 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.47% from 598); Green value is 234 (91.80% from 255 or 39.13% from 598); Blue value is 110 (43.36% from 255 or 18.39% from 598); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEA6E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEEA6E is #011591. Grayscale: #E2E2E2. Windows color (decimal): -71058 or 7269118. OLE color: 7269118.
HSL color Cylindrical-coordinate representation of color #FEEA6E: hue angle of 51.67º 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 #FEEA6E is Cyan = 0, Magento = 0.08, Yellow = 0.57 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 234 | 110 | - |
| CMYK | 0 | 0.08 | 0.57 | 0.00 |
| HSL | 51.67º | 0.99% | 0.71% | - |
| HSV(B) | 51.67º | 0.57% | 1% | - |
| XYZ | 73.11 | 81.04 | 26.54 | - |
| YUV | 225.84 | 62.63 | 148.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 234 | 110 | 0 | 0.08 | 0.57 | 0.00 | 51.67 | 0.99 | 0.71 |
| Hex | FE | EA | 6E | 0 | 8 | 39 | 0 | 34 | 63 | 47 |
| Octal | 376 | 352 | 156 | 0 | 10 | 71 | 0 | 64 | 143 | 107 |
| Binary | 11111110 | 11101010 | 1101110 | 0 | 1000 | 111001 | 0 | 110100 | 1100011 | 1000111 |
Color Harmonies of #FEEA6E
Complementary color
Monochromatic Colors of #FEEA6E
Black with #FEEA6E
Text Example
Text Example
White with #FEEA6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEEA6E; }
p { color: rgb(254,234,110); }
H1.HeaderClassName
{
color: #FEEA6E;
}
.AnyTagClassName
{
color: #FEEA6E;
}
</style>
background-color css
<style>
a { background-color: #FEEA6E; }
a { background-color: rgb(254,234,110); }
div.DivClassName
{
background-color: #FEEA6E;
}
.BgClassName
{
background-color: #FEEA6E;
}
</style>
border-color css
<style>
span { border-color: #FEEA6E; }
span { border-color: rgb(254,234,110); }
td.TdClassName
{
border-color: #FEEA6E;
}
.TagClassName
{
border-color: #FEEA6E;
}
</style>