Shades of Witch Haze #F6EC7B
Tints of Witch Haze #F6EC7B
RGB
CMYK
RGB Variations
Color information
#F6EC7B (or 0xF6EC7B) is known color: Witch Haze. HEX triplet: F6, EC and 7B. RGB value is (246,236,123). Sum of RGB (Red+Green+Blue) = 246+236+123=605 (80% of max value = 765). Red value is 246 (96.48% from 255 or 40.66% from 605); Green value is 236 (92.58% from 255 or 39.01% from 605); Blue value is 123 (48.44% from 255 or 20.33% from 605); Max value from RGB is 246 - color contains mainly: red. Hex color #F6EC7B is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F6EC7B is #091384. Grayscale: #E2E2E2. Windows color (decimal): -594821 or 8121590. OLE color: 8121590.
HSL color Cylindrical-coordinate representation of color #F6EC7B: hue angle of 55.12º degrees, saturation: 0.87, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F6EC7B is Cyan = 0, Magento = 0.04, Yellow = 0.50 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 236 | 123 | - |
| CMYK | 0 | 0.04 | 0.50 | 0.04 |
| HSL | 55.12º | 0.87% | 0.72% | - |
| HSV(B) | 55.12º | 0.5% | 0.96% | - |
| XYZ | 71.58 | 81.01 | 30.6 | - |
| YUV | 226.11 | 69.81 | 142.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 236 | 123 | 0 | 0.04 | 0.50 | 0.04 | 55.12 | 0.87 | 0.72 |
| Hex | F6 | EC | 7B | 0 | 4 | 32 | 4 | 37 | 57 | 48 |
| Octal | 366 | 354 | 173 | 0 | 4 | 62 | 4 | 67 | 127 | 110 |
| Binary | 11110110 | 11101100 | 1111011 | 0 | 100 | 110010 | 100 | 110111 | 1010111 | 1001000 |
Color Harmonies of #F6EC7B
Complementary color
Monochromatic Colors of #F6EC7B
Black with #F6EC7B
Text Example
Text Example
White with #F6EC7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6EC7B; }
p { color: rgb(246,236,123); }
H1.HeaderClassName
{
color: #F6EC7B;
}
.AnyTagClassName
{
color: #F6EC7B;
}
</style>
background-color css
<style>
a { background-color: #F6EC7B; }
a { background-color: rgb(246,236,123); }
div.DivClassName
{
background-color: #F6EC7B;
}
.BgClassName
{
background-color: #F6EC7B;
}
</style>
border-color css
<style>
span { border-color: #F6EC7B; }
span { border-color: rgb(246,236,123); }
td.TdClassName
{
border-color: #F6EC7B;
}
.TagClassName
{
border-color: #F6EC7B;
}
</style>