Shades of Gamboge #EC9E03
Tints of Gamboge #EC9E03
RGB
CMYK
RGB Variations
Color information
#EC9E03 (or 0xEC9E03) is known color: Gamboge. HEX triplet: EC, 9E and 03. RGB value is (236,158,3). Sum of RGB (Red+Green+Blue) = 236+158+3=397 (52% of max value = 765). Red value is 236 (92.58% from 255 or 59.45% from 397); Green value is 158 (62.11% from 255 or 39.80% from 397); Blue value is 3 (1.56% from 255 or 0.76% from 397); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9E03 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EC9E03 is #1361FC. Grayscale: #A4A4A4. Windows color (decimal): -1270269 or 237292. OLE color: 237292.
HSL color Cylindrical-coordinate representation of color #EC9E03: hue angle of 39.91º 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 #EC9E03 is Cyan = 0, Magento = 0.33, Yellow = 0.99 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 158 | 3 | - |
| CMYK | 0 | 0.33 | 0.99 | 0.07 |
| HSL | 39.91º | 0.97% | 0.47% | - |
| HSV(B) | 39.91º | 0.99% | 0.93% | - |
| XYZ | 46.84 | 42.29 | 5.78 | - |
| YUV | 163.65 | 37.34 | 179.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 158 | 3 | 0 | 0.33 | 0.99 | 0.07 | 39.91 | 0.97 | 0.47 |
| Hex | EC | 9E | 3 | 0 | 21 | 63 | 7 | 28 | 61 | 2F |
| Octal | 354 | 236 | 3 | 0 | 41 | 143 | 7 | 50 | 141 | 57 |
| Binary | 11101100 | 10011110 | 11 | 0 | 100001 | 1100011 | 111 | 101000 | 1100001 | 101111 |
Color Harmonies of #EC9E03
Complementary color
Monochromatic Colors of #EC9E03
Black with #EC9E03
Text Example
Text Example
White with #EC9E03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC9E03; }
p { color: rgb(236,158,3); }
H1.HeaderClassName
{
color: #EC9E03;
}
.AnyTagClassName
{
color: #EC9E03;
}
</style>
background-color css
<style>
a { background-color: #EC9E03; }
a { background-color: rgb(236,158,3); }
div.DivClassName
{
background-color: #EC9E03;
}
.BgClassName
{
background-color: #EC9E03;
}
</style>
border-color css
<style>
span { border-color: #EC9E03; }
span { border-color: rgb(236,158,3); }
td.TdClassName
{
border-color: #EC9E03;
}
.TagClassName
{
border-color: #EC9E03;
}
</style>