Shades of Gamboge #EC9A03
Tints of Gamboge #EC9A03
RGB
CMYK
RGB Variations
Color information
#EC9A03 (or 0xEC9A03) is known color: Gamboge. HEX triplet: EC, 9A and 03. RGB value is (236,154,3). Sum of RGB (Red+Green+Blue) = 236+154+3=393 (52% of max value = 765). Red value is 236 (92.58% from 255 or 60.05% from 393); Green value is 154 (60.55% from 255 or 39.19% from 393); Blue value is 3 (1.56% from 255 or 0.76% from 393); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9A03 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EC9A03 is #1365FC. Grayscale: #A1A1A1. Windows color (decimal): -1271293 or 236268. OLE color: 236268.
HSL color Cylindrical-coordinate representation of color #EC9A03: hue angle of 38.88º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #EC9A03 is Cyan = 0, Magento = 0.35, Yellow = 0.99 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 154 | 3 | - |
| CMYK | 0 | 0.35 | 0.99 | 0.07 |
| HSL | 38.88º | 0.97% | 0.47% | - |
| HSV(B) | 38.88º | 0.99% | 0.93% | - |
| XYZ | 46.16 | 40.95 | 5.56 | - |
| YUV | 161.3 | 38.67 | 181.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 154 | 3 | 0 | 0.35 | 0.99 | 0.07 | 38.88 | 0.97 | 0.47 |
| Hex | EC | 9A | 3 | 0 | 23 | 63 | 7 | 27 | 61 | 2F |
| Octal | 354 | 232 | 3 | 0 | 43 | 143 | 7 | 47 | 141 | 57 |
| Binary | 11101100 | 10011010 | 11 | 0 | 100011 | 1100011 | 111 | 100111 | 1100001 | 101111 |
Color Harmonies of #EC9A03
Complementary color
Monochromatic Colors of #EC9A03
Black with #EC9A03
Text Example
Text Example
White with #EC9A03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC9A03; }
p { color: rgb(236,154,3); }
H1.HeaderClassName
{
color: #EC9A03;
}
.AnyTagClassName
{
color: #EC9A03;
}
</style>
background-color css
<style>
a { background-color: #EC9A03; }
a { background-color: rgb(236,154,3); }
div.DivClassName
{
background-color: #EC9A03;
}
.BgClassName
{
background-color: #EC9A03;
}
</style>
border-color css
<style>
span { border-color: #EC9A03; }
span { border-color: rgb(236,154,3); }
td.TdClassName
{
border-color: #EC9A03;
}
.TagClassName
{
border-color: #EC9A03;
}
</style>