Shades of Witch Haze #FEEA77
Tints of Witch Haze #FEEA77
RGB
CMYK
RGB Variations
Color information
#FEEA77 (or 0xFEEA77) is known color: Witch Haze. HEX triplet: FE, EA and 77. RGB value is (254,234,119). Sum of RGB (Red+Green+Blue) = 254+234+119=607 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.85% from 607); Green value is 234 (91.80% from 255 or 38.55% from 607); Blue value is 119 (46.88% from 255 or 19.60% from 607); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEA77 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEEA77 is #011588. Grayscale: #E3E3E3. Windows color (decimal): -71049 or 7858942. OLE color: 7858942.
HSL color Cylindrical-coordinate representation of color #FEEA77: hue angle of 51.11º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #FEEA77 is Cyan = 0, Magento = 0.08, Yellow = 0.53 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 234 | 119 | - |
| CMYK | 0 | 0.08 | 0.53 | 0.00 |
| HSL | 51.11º | 0.99% | 0.73% | - |
| HSV(B) | 51.11º | 0.53% | 1% | - |
| XYZ | 73.63 | 81.25 | 29.25 | - |
| YUV | 226.87 | 67.13 | 147.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 234 | 119 | 0 | 0.08 | 0.53 | 0.00 | 51.11 | 0.99 | 0.73 |
| Hex | FE | EA | 77 | 0 | 8 | 35 | 0 | 33 | 63 | 49 |
| Octal | 376 | 352 | 167 | 0 | 10 | 65 | 0 | 63 | 143 | 111 |
| Binary | 11111110 | 11101010 | 1110111 | 0 | 1000 | 110101 | 0 | 110011 | 1100011 | 1001001 |
Color Harmonies of #FEEA77
Complementary color
Monochromatic Colors of #FEEA77
Black with #FEEA77
Text Example
Text Example
White with #FEEA77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEEA77; }
p { color: rgb(254,234,119); }
H1.HeaderClassName
{
color: #FEEA77;
}
.AnyTagClassName
{
color: #FEEA77;
}
</style>
background-color css
<style>
a { background-color: #FEEA77; }
a { background-color: rgb(254,234,119); }
div.DivClassName
{
background-color: #FEEA77;
}
.BgClassName
{
background-color: #FEEA77;
}
</style>
border-color css
<style>
span { border-color: #FEEA77; }
span { border-color: rgb(254,234,119); }
td.TdClassName
{
border-color: #FEEA77;
}
.TagClassName
{
border-color: #FEEA77;
}
</style>