Shades of Gamboge #EC9A0A
Tints of Gamboge #EC9A0A
RGB
CMYK
RGB Variations
Color information
#EC9A0A (or 0xEC9A0A) is known color: Gamboge. HEX triplet: EC, 9A and 0A. RGB value is (236,154,10). Sum of RGB (Red+Green+Blue) = 236+154+10=400 (52% of max value = 765). Red value is 236 (92.58% from 255 or 59% from 400); Green value is 154 (60.55% from 255 or 38.5% from 400); Blue value is 10 (4.30% from 255 or 2.5% from 400); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9A0A is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EC9A0A is #1365F5. Grayscale: #A2A2A2. Windows color (decimal): -1271286 or 695020. OLE color: 695020.
HSL color Cylindrical-coordinate representation of color #EC9A0A: hue angle of 38.23º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EC9A0A is Cyan = 0, Magento = 0.35, Yellow = 0.96 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 154 | 10 | - |
| CMYK | 0 | 0.35 | 0.96 | 0.07 |
| HSL | 38.23º | 0.92% | 0.48% | - |
| HSV(B) | 38.23º | 0.96% | 0.93% | - |
| XYZ | 46.2 | 40.97 | 5.76 | - |
| YUV | 162.1 | 42.17 | 180.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 154 | 10 | 0 | 0.35 | 0.96 | 0.07 | 38.23 | 0.92 | 0.48 |
| Hex | EC | 9A | A | 0 | 23 | 60 | 7 | 26 | 5C | 30 |
| Octal | 354 | 232 | 12 | 0 | 43 | 140 | 7 | 46 | 134 | 60 |
| Binary | 11101100 | 10011010 | 1010 | 0 | 100011 | 1100000 | 111 | 100110 | 1011100 | 110000 |
Color Harmonies of #EC9A0A
Complementary color
Monochromatic Colors of #EC9A0A
Black with #EC9A0A
Text Example
Text Example
White with #EC9A0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC9A0A; }
p { color: rgb(236,154,10); }
H1.HeaderClassName
{
color: #EC9A0A;
}
.AnyTagClassName
{
color: #EC9A0A;
}
</style>
background-color css
<style>
a { background-color: #EC9A0A; }
a { background-color: rgb(236,154,10); }
div.DivClassName
{
background-color: #EC9A0A;
}
.BgClassName
{
background-color: #EC9A0A;
}
</style>
border-color css
<style>
span { border-color: #EC9A0A; }
span { border-color: rgb(236,154,10); }
td.TdClassName
{
border-color: #EC9A0A;
}
.TagClassName
{
border-color: #EC9A0A;
}
</style>