Shades of Gamboge #EC9E06
Tints of Gamboge #EC9E06
RGB
CMYK
RGB Variations
Color information
#EC9E06 (or 0xEC9E06) is known color: Gamboge. HEX triplet: EC, 9E and 06. RGB value is (236,158,6). Sum of RGB (Red+Green+Blue) = 236+158+6=400 (52% of max value = 765). Red value is 236 (92.58% from 255 or 59% from 400); Green value is 158 (62.11% from 255 or 39.5% from 400); Blue value is 6 (2.73% from 255 or 1.5% from 400); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9E06 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EC9E06 is #1361F9. Grayscale: #A4A4A4. Windows color (decimal): -1270266 or 433900. OLE color: 433900.
HSL color Cylindrical-coordinate representation of color #EC9E06: hue angle of 39.65º degrees, saturation: 0.95, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EC9E06 is Cyan = 0, Magento = 0.33, Yellow = 0.97 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 158 | 6 | - |
| CMYK | 0 | 0.33 | 0.97 | 0.07 |
| HSL | 39.65º | 0.95% | 0.47% | - |
| HSV(B) | 39.65º | 0.97% | 0.93% | - |
| XYZ | 46.85 | 42.3 | 5.87 | - |
| YUV | 163.99 | 38.84 | 179.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 158 | 6 | 0 | 0.33 | 0.97 | 0.07 | 39.65 | 0.95 | 0.47 |
| Hex | EC | 9E | 6 | 0 | 21 | 61 | 7 | 28 | 5F | 2F |
| Octal | 354 | 236 | 6 | 0 | 41 | 141 | 7 | 50 | 137 | 57 |
| Binary | 11101100 | 10011110 | 110 | 0 | 100001 | 1100001 | 111 | 101000 | 1011111 | 101111 |
Color Harmonies of #EC9E06
Complementary color
Monochromatic Colors of #EC9E06
Black with #EC9E06
Text Example
Text Example
White with #EC9E06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC9E06; }
p { color: rgb(236,158,6); }
H1.HeaderClassName
{
color: #EC9E06;
}
.AnyTagClassName
{
color: #EC9E06;
}
</style>
background-color css
<style>
a { background-color: #EC9E06; }
a { background-color: rgb(236,158,6); }
div.DivClassName
{
background-color: #EC9E06;
}
.BgClassName
{
background-color: #EC9E06;
}
</style>
border-color css
<style>
span { border-color: #EC9E06; }
span { border-color: rgb(236,158,6); }
td.TdClassName
{
border-color: #EC9E06;
}
.TagClassName
{
border-color: #EC9E06;
}
</style>