Shades of Gamboge #EC9803
Tints of Gamboge #EC9803
RGB
CMYK
RGB Variations
Color information
#EC9803 (or 0xEC9803) is known color: Gamboge. HEX triplet: EC, 98 and 03. RGB value is (236,152,3). Sum of RGB (Red+Green+Blue) = 236+152+3=391 (51% of max value = 765). Red value is 236 (92.58% from 255 or 60.36% from 391); Green value is 152 (59.77% from 255 or 38.87% from 391); Blue value is 3 (1.56% from 255 or 0.77% from 391); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9803 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EC9803 is #1367FC. Grayscale: #A0A0A0. Windows color (decimal): -1271805 or 235756. OLE color: 235756.
HSL color Cylindrical-coordinate representation of color #EC9803: hue angle of 38.37º 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 #EC9803 is Cyan = 0, Magento = 0.36, Yellow = 0.99 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 152 | 3 | - |
| CMYK | 0 | 0.36 | 0.99 | 0.07 |
| HSL | 38.37º | 0.97% | 0.47% | - |
| HSV(B) | 38.37º | 0.99% | 0.93% | - |
| XYZ | 45.84 | 40.3 | 5.45 | - |
| YUV | 160.13 | 39.33 | 182.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 152 | 3 | 0 | 0.36 | 0.99 | 0.07 | 38.37 | 0.97 | 0.47 |
| Hex | EC | 98 | 3 | 0 | 24 | 63 | 7 | 26 | 61 | 2F |
| Octal | 354 | 230 | 3 | 0 | 44 | 143 | 7 | 46 | 141 | 57 |
| Binary | 11101100 | 10011000 | 11 | 0 | 100100 | 1100011 | 111 | 100110 | 1100001 | 101111 |
Color Harmonies of #EC9803
Complementary color
Monochromatic Colors of #EC9803
Black with #EC9803
Text Example
Text Example
White with #EC9803
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC9803; }
p { color: rgb(236,152,3); }
H1.HeaderClassName
{
color: #EC9803;
}
.AnyTagClassName
{
color: #EC9803;
}
</style>
background-color css
<style>
a { background-color: #EC9803; }
a { background-color: rgb(236,152,3); }
div.DivClassName
{
background-color: #EC9803;
}
.BgClassName
{
background-color: #EC9803;
}
</style>
border-color css
<style>
span { border-color: #EC9803; }
span { border-color: rgb(236,152,3); }
td.TdClassName
{
border-color: #EC9803;
}
.TagClassName
{
border-color: #EC9803;
}
</style>