Shades of Witch Haze #FEEA74
Tints of Witch Haze #FEEA74
RGB
CMYK
RGB Variations
Color information
#FEEA74 (or 0xFEEA74) is known color: Witch Haze. HEX triplet: FE, EA and 74. RGB value is (254,234,116). Sum of RGB (Red+Green+Blue) = 254+234+116=604 (80% of max value = 765). Red value is 254 (99.61% from 255 or 42.05% from 604); Green value is 234 (91.80% from 255 or 38.74% from 604); Blue value is 116 (45.70% from 255 or 19.21% from 604); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEA74 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEEA74 is #01158B. Grayscale: #E3E3E3. Windows color (decimal): -71052 or 7662334. OLE color: 7662334.
HSL color Cylindrical-coordinate representation of color #FEEA74: hue angle of 51.3º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #FEEA74 is Cyan = 0, Magento = 0.08, Yellow = 0.54 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 234 | 116 | - |
| CMYK | 0 | 0.08 | 0.54 | 0.00 |
| HSL | 51.3º | 0.99% | 0.73% | - |
| HSV(B) | 51.3º | 0.54% | 1% | - |
| XYZ | 73.45 | 81.18 | 28.32 | - |
| YUV | 226.53 | 65.63 | 147.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 234 | 116 | 0 | 0.08 | 0.54 | 0.00 | 51.3 | 0.99 | 0.73 |
| Hex | FE | EA | 74 | 0 | 8 | 36 | 0 | 33 | 63 | 49 |
| Octal | 376 | 352 | 164 | 0 | 10 | 66 | 0 | 63 | 143 | 111 |
| Binary | 11111110 | 11101010 | 1110100 | 0 | 1000 | 110110 | 0 | 110011 | 1100011 | 1001001 |
Color Harmonies of #FEEA74
Complementary color
Monochromatic Colors of #FEEA74
Black with #FEEA74
Text Example
Text Example
White with #FEEA74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEEA74; }
p { color: rgb(254,234,116); }
H1.HeaderClassName
{
color: #FEEA74;
}
.AnyTagClassName
{
color: #FEEA74;
}
</style>
background-color css
<style>
a { background-color: #FEEA74; }
a { background-color: rgb(254,234,116); }
div.DivClassName
{
background-color: #FEEA74;
}
.BgClassName
{
background-color: #FEEA74;
}
</style>
border-color css
<style>
span { border-color: #FEEA74; }
span { border-color: rgb(254,234,116); }
td.TdClassName
{
border-color: #FEEA74;
}
.TagClassName
{
border-color: #FEEA74;
}
</style>