Shades of Witch Haze #FEEF6E
Tints of Witch Haze #FEEF6E
RGB
CMYK
RGB Variations
Color information
#FEEF6E (or 0xFEEF6E) is known color: Witch Haze. HEX triplet: FE, EF and 6E. RGB value is (254,239,110). Sum of RGB (Red+Green+Blue) = 254+239+110=603 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.12% from 603); Green value is 239 (93.75% from 255 or 39.64% from 603); Blue value is 110 (43.36% from 255 or 18.24% from 603); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEF6E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEEF6E is #011091. Grayscale: #E5E5E5. Windows color (decimal): -69778 or 7270398. OLE color: 7270398.
HSL color Cylindrical-coordinate representation of color #FEEF6E: hue angle of 53.75º 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 #FEEF6E is Cyan = 0, Magento = 0.06, Yellow = 0.57 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 239 | 110 | - |
| CMYK | 0 | 0.06 | 0.57 | 0.00 |
| HSL | 53.75º | 0.99% | 0.71% | - |
| HSV(B) | 53.75º | 0.57% | 1% | - |
| XYZ | 74.55 | 83.93 | 27.02 | - |
| YUV | 228.78 | 60.97 | 145.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 239 | 110 | 0 | 0.06 | 0.57 | 0.00 | 53.75 | 0.99 | 0.71 |
| Hex | FE | EF | 6E | 0 | 6 | 39 | 0 | 36 | 63 | 47 |
| Octal | 376 | 357 | 156 | 0 | 6 | 71 | 0 | 66 | 143 | 107 |
| Binary | 11111110 | 11101111 | 1101110 | 0 | 110 | 111001 | 0 | 110110 | 1100011 | 1000111 |
Color Harmonies of #FEEF6E
Complementary color
Monochromatic Colors of #FEEF6E
Black with #FEEF6E
Text Example
Text Example
White with #FEEF6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEEF6E; }
p { color: rgb(254,239,110); }
H1.HeaderClassName
{
color: #FEEF6E;
}
.AnyTagClassName
{
color: #FEEF6E;
}
</style>
background-color css
<style>
a { background-color: #FEEF6E; }
a { background-color: rgb(254,239,110); }
div.DivClassName
{
background-color: #FEEF6E;
}
.BgClassName
{
background-color: #FEEF6E;
}
</style>
border-color css
<style>
span { border-color: #FEEF6E; }
span { border-color: rgb(254,239,110); }
td.TdClassName
{
border-color: #FEEF6E;
}
.TagClassName
{
border-color: #FEEF6E;
}
</style>