Shades of Gamboge #EC9C03
Tints of Gamboge #EC9C03
RGB
CMYK
RGB Variations
Color information
#EC9C03 (or 0xEC9C03) is known color: Gamboge. HEX triplet: EC, 9C and 03. RGB value is (236,156,3). Sum of RGB (Red+Green+Blue) = 236+156+3=395 (52% of max value = 765). Red value is 236 (92.58% from 255 or 59.75% from 395); Green value is 156 (61.33% from 255 or 39.49% from 395); Blue value is 3 (1.56% from 255 or 0.76% from 395); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9C03 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EC9C03 is #1363FC. Grayscale: #A3A3A3. Windows color (decimal): -1270781 or 236780. OLE color: 236780.
HSL color Cylindrical-coordinate representation of color #EC9C03: hue angle of 39.4º 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 #EC9C03 is Cyan = 0, Magento = 0.34, Yellow = 0.99 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 156 | 3 | - |
| CMYK | 0 | 0.34 | 0.99 | 0.07 |
| HSL | 39.4º | 0.97% | 0.47% | - |
| HSV(B) | 39.4º | 0.99% | 0.93% | - |
| XYZ | 46.5 | 41.62 | 5.67 | - |
| YUV | 162.48 | 38 | 180.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 156 | 3 | 0 | 0.34 | 0.99 | 0.07 | 39.4 | 0.97 | 0.47 |
| Hex | EC | 9C | 3 | 0 | 22 | 63 | 7 | 27 | 61 | 2F |
| Octal | 354 | 234 | 3 | 0 | 42 | 143 | 7 | 47 | 141 | 57 |
| Binary | 11101100 | 10011100 | 11 | 0 | 100010 | 1100011 | 111 | 100111 | 1100001 | 101111 |
Color Harmonies of #EC9C03
Complementary color
Monochromatic Colors of #EC9C03
Black with #EC9C03
Text Example
Text Example
White with #EC9C03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC9C03; }
p { color: rgb(236,156,3); }
H1.HeaderClassName
{
color: #EC9C03;
}
.AnyTagClassName
{
color: #EC9C03;
}
</style>
background-color css
<style>
a { background-color: #EC9C03; }
a { background-color: rgb(236,156,3); }
div.DivClassName
{
background-color: #EC9C03;
}
.BgClassName
{
background-color: #EC9C03;
}
</style>
border-color css
<style>
span { border-color: #EC9C03; }
span { border-color: rgb(236,156,3); }
td.TdClassName
{
border-color: #EC9C03;
}
.TagClassName
{
border-color: #EC9C03;
}
</style>