Shades of Witch Haze #FEEF6D
Tints of Witch Haze #FEEF6D
RGB
CMYK
RGB Variations
Color information
#FEEF6D (or 0xFEEF6D) is known color: Witch Haze. HEX triplet: FE, EF and 6D. RGB value is (254,239,109). Sum of RGB (Red+Green+Blue) = 254+239+109=602 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.19% from 602); Green value is 239 (93.75% from 255 or 39.70% from 602); Blue value is 109 (42.97% from 255 or 18.11% from 602); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEF6D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEEF6D is #011092. Grayscale: #E5E5E5. Windows color (decimal): -69779 or 7204862. OLE color: 7204862.
HSL color Cylindrical-coordinate representation of color #FEEF6D: hue angle of 53.79º 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 #FEEF6D is Cyan = 0, Magento = 0.06, Yellow = 0.57 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 239 | 109 | - |
| CMYK | 0 | 0.06 | 0.57 | 0.00 |
| HSL | 53.79º | 0.99% | 0.71% | - |
| HSV(B) | 53.79º | 0.57% | 1% | - |
| XYZ | 74.5 | 83.91 | 26.74 | - |
| YUV | 228.67 | 60.47 | 146.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 239 | 109 | 0 | 0.06 | 0.57 | 0.00 | 53.79 | 0.99 | 0.71 |
| Hex | FE | EF | 6D | 0 | 6 | 39 | 0 | 36 | 63 | 47 |
| Octal | 376 | 357 | 155 | 0 | 6 | 71 | 0 | 66 | 143 | 107 |
| Binary | 11111110 | 11101111 | 1101101 | 0 | 110 | 111001 | 0 | 110110 | 1100011 | 1000111 |
Color Harmonies of #FEEF6D
Complementary color
Monochromatic Colors of #FEEF6D
Black with #FEEF6D
Text Example
Text Example
White with #FEEF6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEEF6D; }
p { color: rgb(254,239,109); }
H1.HeaderClassName
{
color: #FEEF6D;
}
.AnyTagClassName
{
color: #FEEF6D;
}
</style>
background-color css
<style>
a { background-color: #FEEF6D; }
a { background-color: rgb(254,239,109); }
div.DivClassName
{
background-color: #FEEF6D;
}
.BgClassName
{
background-color: #FEEF6D;
}
</style>
border-color css
<style>
span { border-color: #FEEF6D; }
span { border-color: rgb(254,239,109); }
td.TdClassName
{
border-color: #FEEF6D;
}
.TagClassName
{
border-color: #FEEF6D;
}
</style>