Shades of Gamboge #EC9C06
Tints of Gamboge #EC9C06
RGB
CMYK
RGB Variations
Color information
#EC9C06 (or 0xEC9C06) is known color: Gamboge. HEX triplet: EC, 9C and 06. RGB value is (236,156,6). Sum of RGB (Red+Green+Blue) = 236+156+6=398 (52% of max value = 765). Red value is 236 (92.58% from 255 or 59.30% from 398); Green value is 156 (61.33% from 255 or 39.20% from 398); Blue value is 6 (2.73% from 255 or 1.51% from 398); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9C06 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EC9C06 is #1363F9. Grayscale: #A3A3A3. Windows color (decimal): -1270778 or 433388. OLE color: 433388.
HSL color Cylindrical-coordinate representation of color #EC9C06: hue angle of 39.13º 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 #EC9C06 is Cyan = 0, Magento = 0.34, Yellow = 0.97 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 156 | 6 | - |
| CMYK | 0 | 0.34 | 0.97 | 0.07 |
| HSL | 39.13º | 0.95% | 0.47% | - |
| HSV(B) | 39.13º | 0.97% | 0.93% | - |
| XYZ | 46.51 | 41.62 | 5.75 | - |
| YUV | 162.82 | 39.5 | 180.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 156 | 6 | 0 | 0.34 | 0.97 | 0.07 | 39.13 | 0.95 | 0.47 |
| Hex | EC | 9C | 6 | 0 | 22 | 61 | 7 | 27 | 5F | 2F |
| Octal | 354 | 234 | 6 | 0 | 42 | 141 | 7 | 47 | 137 | 57 |
| Binary | 11101100 | 10011100 | 110 | 0 | 100010 | 1100001 | 111 | 100111 | 1011111 | 101111 |
Color Harmonies of #EC9C06
Complementary color
Monochromatic Colors of #EC9C06
Black with #EC9C06
Text Example
Text Example
White with #EC9C06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC9C06; }
p { color: rgb(236,156,6); }
H1.HeaderClassName
{
color: #EC9C06;
}
.AnyTagClassName
{
color: #EC9C06;
}
</style>
background-color css
<style>
a { background-color: #EC9C06; }
a { background-color: rgb(236,156,6); }
div.DivClassName
{
background-color: #EC9C06;
}
.BgClassName
{
background-color: #EC9C06;
}
</style>
border-color css
<style>
span { border-color: #EC9C06; }
span { border-color: rgb(236,156,6); }
td.TdClassName
{
border-color: #EC9C06;
}
.TagClassName
{
border-color: #EC9C06;
}
</style>