Shades of Gamboge #EC9A06
Tints of Gamboge #EC9A06
RGB
CMYK
RGB Variations
Color information
#EC9A06 (or 0xEC9A06) is known color: Gamboge. HEX triplet: EC, 9A and 06. RGB value is (236,154,6). Sum of RGB (Red+Green+Blue) = 236+154+6=396 (52% of max value = 765). Red value is 236 (92.58% from 255 or 59.60% from 396); Green value is 154 (60.55% from 255 or 38.89% from 396); Blue value is 6 (2.73% from 255 or 1.52% from 396); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9A06 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EC9A06 is #1365F9. Grayscale: #A2A2A2. Windows color (decimal): -1271290 or 432876. OLE color: 432876.
HSL color Cylindrical-coordinate representation of color #EC9A06: hue angle of 38.61º 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 #EC9A06 is Cyan = 0, Magento = 0.35, Yellow = 0.97 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 154 | 6 | - |
| CMYK | 0 | 0.35 | 0.97 | 0.07 |
| HSL | 38.61º | 0.95% | 0.47% | - |
| HSV(B) | 38.61º | 0.97% | 0.93% | - |
| XYZ | 46.18 | 40.96 | 5.64 | - |
| YUV | 161.65 | 40.17 | 181.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 154 | 6 | 0 | 0.35 | 0.97 | 0.07 | 38.61 | 0.95 | 0.47 |
| Hex | EC | 9A | 6 | 0 | 23 | 61 | 7 | 27 | 5F | 2F |
| Octal | 354 | 232 | 6 | 0 | 43 | 141 | 7 | 47 | 137 | 57 |
| Binary | 11101100 | 10011010 | 110 | 0 | 100011 | 1100001 | 111 | 100111 | 1011111 | 101111 |
Color Harmonies of #EC9A06
Complementary color
Monochromatic Colors of #EC9A06
Black with #EC9A06
Text Example
Text Example
White with #EC9A06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC9A06; }
p { color: rgb(236,154,6); }
H1.HeaderClassName
{
color: #EC9A06;
}
.AnyTagClassName
{
color: #EC9A06;
}
</style>
background-color css
<style>
a { background-color: #EC9A06; }
a { background-color: rgb(236,154,6); }
div.DivClassName
{
background-color: #EC9A06;
}
.BgClassName
{
background-color: #EC9A06;
}
</style>
border-color css
<style>
span { border-color: #EC9A06; }
span { border-color: rgb(236,154,6); }
td.TdClassName
{
border-color: #EC9A06;
}
.TagClassName
{
border-color: #EC9A06;
}
</style>