Shades of Witch Haze #FEEF74
Tints of Witch Haze #FEEF74
RGB
CMYK
RGB Variations
Color information
#FEEF74 (or 0xFEEF74) is known color: Witch Haze. HEX triplet: FE, EF and 74. RGB value is (254,239,116). Sum of RGB (Red+Green+Blue) = 254+239+116=609 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.71% from 609); Green value is 239 (93.75% from 255 or 39.24% from 609); Blue value is 116 (45.70% from 255 or 19.05% from 609); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEF74 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEEF74 is #01108B. Grayscale: #E5E5E5. Windows color (decimal): -69772 or 7663614. OLE color: 7663614.
HSL color Cylindrical-coordinate representation of color #FEEF74: hue angle of 53.48º 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 #FEEF74 is Cyan = 0, Magento = 0.06, Yellow = 0.54 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 239 | 116 | - |
| CMYK | 0 | 0.06 | 0.54 | 0.00 |
| HSL | 53.48º | 0.99% | 0.73% | - |
| HSV(B) | 53.48º | 0.54% | 1% | - |
| XYZ | 74.89 | 84.06 | 28.8 | - |
| YUV | 229.46 | 63.97 | 145.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 239 | 116 | 0 | 0.06 | 0.54 | 0.00 | 53.48 | 0.99 | 0.73 |
| Hex | FE | EF | 74 | 0 | 6 | 36 | 0 | 35 | 63 | 49 |
| Octal | 376 | 357 | 164 | 0 | 6 | 66 | 0 | 65 | 143 | 111 |
| Binary | 11111110 | 11101111 | 1110100 | 0 | 110 | 110110 | 0 | 110101 | 1100011 | 1001001 |
Color Harmonies of #FEEF74
Complementary color
Monochromatic Colors of #FEEF74
Black with #FEEF74
Text Example
Text Example
White with #FEEF74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEEF74; }
p { color: rgb(254,239,116); }
H1.HeaderClassName
{
color: #FEEF74;
}
.AnyTagClassName
{
color: #FEEF74;
}
</style>
background-color css
<style>
a { background-color: #FEEF74; }
a { background-color: rgb(254,239,116); }
div.DivClassName
{
background-color: #FEEF74;
}
.BgClassName
{
background-color: #FEEF74;
}
</style>
border-color css
<style>
span { border-color: #FEEF74; }
span { border-color: rgb(254,239,116); }
td.TdClassName
{
border-color: #FEEF74;
}
.TagClassName
{
border-color: #FEEF74;
}
</style>