Shades of Witch Haze #FEEF7B
Tints of Witch Haze #FEEF7B
RGB
CMYK
RGB Variations
Color information
#FEEF7B (or 0xFEEF7B) is known color: Witch Haze. HEX triplet: FE, EF and 7B. RGB value is (254,239,123). Sum of RGB (Red+Green+Blue) = 254+239+123=616 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.23% from 616); Green value is 239 (93.75% from 255 or 38.80% from 616); Blue value is 123 (48.44% from 255 or 19.97% from 616); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEF7B is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEEF7B is #011084. Grayscale: #E6E6E6. Windows color (decimal): -69765 or 8122366. OLE color: 8122366.
HSL color Cylindrical-coordinate representation of color #FEEF7B: hue angle of 53.13º degrees, saturation: 0.98, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #FEEF7B is Cyan = 0, Magento = 0.06, Yellow = 0.52 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 239 | 123 | - |
| CMYK | 0 | 0.06 | 0.52 | 0.00 |
| HSL | 53.13º | 0.98% | 0.74% | - |
| HSV(B) | 53.13º | 0.52% | 1% | - |
| XYZ | 75.31 | 84.23 | 31.03 | - |
| YUV | 230.26 | 67.47 | 144.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 239 | 123 | 0 | 0.06 | 0.52 | 0.00 | 53.13 | 0.98 | 0.74 |
| Hex | FE | EF | 7B | 0 | 6 | 34 | 0 | 35 | 62 | 4A |
| Octal | 376 | 357 | 173 | 0 | 6 | 64 | 0 | 65 | 142 | 112 |
| Binary | 11111110 | 11101111 | 1111011 | 0 | 110 | 110100 | 0 | 110101 | 1100010 | 1001010 |
Color Harmonies of #FEEF7B
Complementary color
Monochromatic Colors of #FEEF7B
Black with #FEEF7B
Text Example
Text Example
White with #FEEF7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEEF7B; }
p { color: rgb(254,239,123); }
H1.HeaderClassName
{
color: #FEEF7B;
}
.AnyTagClassName
{
color: #FEEF7B;
}
</style>
background-color css
<style>
a { background-color: #FEEF7B; }
a { background-color: rgb(254,239,123); }
div.DivClassName
{
background-color: #FEEF7B;
}
.BgClassName
{
background-color: #FEEF7B;
}
</style>
border-color css
<style>
span { border-color: #FEEF7B; }
span { border-color: rgb(254,239,123); }
td.TdClassName
{
border-color: #FEEF7B;
}
.TagClassName
{
border-color: #FEEF7B;
}
</style>