Shades of Witch Haze #FEEA6A
Tints of Witch Haze #FEEA6A
RGB
CMYK
RGB Variations
Color information
#FEEA6A (or 0xFEEA6A) is known color: Witch Haze. HEX triplet: FE, EA and 6A. RGB value is (254,234,106). Sum of RGB (Red+Green+Blue) = 254+234+106=594 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.76% from 594); Green value is 234 (91.80% from 255 or 39.39% from 594); Blue value is 106 (41.80% from 255 or 17.85% from 594); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEA6A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEEA6A is #011595. Grayscale: #E1E1E1. Windows color (decimal): -71062 or 7006974. OLE color: 7006974.
HSL color Cylindrical-coordinate representation of color #FEEA6A: hue angle of 51.89º 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 #FEEA6A is Cyan = 0, Magento = 0.08, Yellow = 0.58 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 234 | 106 | - |
| CMYK | 0 | 0.08 | 0.58 | 0.00 |
| HSL | 51.89º | 0.99% | 0.71% | - |
| HSV(B) | 51.89º | 0.58% | 1% | - |
| XYZ | 72.9 | 80.96 | 25.42 | - |
| YUV | 225.39 | 60.63 | 148.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 234 | 106 | 0 | 0.08 | 0.58 | 0.00 | 51.89 | 0.99 | 0.71 |
| Hex | FE | EA | 6A | 0 | 8 | 3A | 0 | 34 | 63 | 47 |
| Octal | 376 | 352 | 152 | 0 | 10 | 72 | 0 | 64 | 143 | 107 |
| Binary | 11111110 | 11101010 | 1101010 | 0 | 1000 | 111010 | 0 | 110100 | 1100011 | 1000111 |
Color Harmonies of #FEEA6A
Complementary color
Monochromatic Colors of #FEEA6A
Black with #FEEA6A
Text Example
Text Example
White with #FEEA6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEEA6A; }
p { color: rgb(254,234,106); }
H1.HeaderClassName
{
color: #FEEA6A;
}
.AnyTagClassName
{
color: #FEEA6A;
}
</style>
background-color css
<style>
a { background-color: #FEEA6A; }
a { background-color: rgb(254,234,106); }
div.DivClassName
{
background-color: #FEEA6A;
}
.BgClassName
{
background-color: #FEEA6A;
}
</style>
border-color css
<style>
span { border-color: #FEEA6A; }
span { border-color: rgb(254,234,106); }
td.TdClassName
{
border-color: #FEEA6A;
}
.TagClassName
{
border-color: #FEEA6A;
}
</style>