Shades of Witch Haze #FFEC6E
Tints of Witch Haze #FFEC6E
RGB
CMYK
RGB Variations
Color information
#FFEC6E (or 0xFFEC6E) is known color: Witch Haze. HEX triplet: FF, EC and 6E. RGB value is (255,236,110). Sum of RGB (Red+Green+Blue) = 255+236+110=601 (79% of max value = 765). Red value is 255 (100% from 255 or 42.43% from 601); Green value is 236 (92.58% from 255 or 39.27% from 601); Blue value is 110 (43.36% from 255 or 18.30% from 601); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEC6E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFEC6E is #001391. Grayscale: #E3E3E3. Windows color (decimal): -5010 or 7269631. OLE color: 7269631.
HSL color Cylindrical-coordinate representation of color #FFEC6E: hue angle of 52.14º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #FFEC6E is Cyan = 0, Magento = 0.07, Yellow = 0.57 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 236 | 110 | - |
| CMYK | 0 | 0.07 | 0.57 | 0 |
| HSL | 52.14º | 1% | 0.72% | - |
| HSV(B) | 52.14º | 0.57% | 1% | - |
| XYZ | 74.05 | 82.38 | 26.75 | - |
| YUV | 227.32 | 61.79 | 147.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 236 | 110 | 0 | 0.07 | 0.57 | 0 | 52.14 | 1 | 0.72 |
| Hex | FF | EC | 6E | 0 | 7 | 39 | 0 | 34 | 64 | 48 |
| Octal | 377 | 354 | 156 | 0 | 7 | 71 | 0 | 64 | 144 | 110 |
| Binary | 11111111 | 11101100 | 1101110 | 0 | 111 | 111001 | 0 | 110100 | 1100100 | 1001000 |
Color Harmonies of #FFEC6E
Complementary color
Monochromatic Colors of #FFEC6E
Black with #FFEC6E
Text Example
Text Example
White with #FFEC6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFEC6E; }
p { color: rgb(255,236,110); }
H1.HeaderClassName
{
color: #FFEC6E;
}
.AnyTagClassName
{
color: #FFEC6E;
}
</style>
background-color css
<style>
a { background-color: #FFEC6E; }
a { background-color: rgb(255,236,110); }
div.DivClassName
{
background-color: #FFEC6E;
}
.BgClassName
{
background-color: #FFEC6E;
}
</style>
border-color css
<style>
span { border-color: #FFEC6E; }
span { border-color: rgb(255,236,110); }
td.TdClassName
{
border-color: #FFEC6E;
}
.TagClassName
{
border-color: #FFEC6E;
}
</style>