Shades of Gamboge #EC9D00
Tints of Gamboge #EC9D00
RGB
CMYK
RGB Variations
Color information
#EC9D00 (or 0xEC9D00) is known color: Gamboge. HEX triplet: EC, 9D and 00. RGB value is (236,157,0). Sum of RGB (Red+Green+Blue) = 236+157+0=393 (52% of max value = 765). Red value is 236 (92.58% from 255 or 60.05% from 393); Green value is 157 (61.72% from 255 or 39.95% from 393); Blue value is 0 (0.39% from 255 or 0% from 393); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9D00 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EC9D00 is #1362FF. Grayscale: #A3A3A3. Windows color (decimal): -1270528 or 40428. OLE color: 40428.
HSL color Cylindrical-coordinate representation of color #EC9D00: hue angle of 39.92º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EC9D00 is Cyan = 0, Magento = 0.33, Yellow = 1 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 157 | 0 | - |
| CMYK | 0 | 0.33 | 1 | 0.07 |
| HSL | 39.92º | 1% | 0.46% | - |
| HSV(B) | 39.92º | 1% | 0.93% | - |
| XYZ | 46.65 | 41.95 | 5.64 | - |
| YUV | 162.72 | 36.17 | 180.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 157 | 0 | 0 | 0.33 | 1 | 0.07 | 39.92 | 1 | 0.46 |
| Hex | EC | 9D | 0 | 0 | 21 | 64 | 7 | 28 | 64 | 2E |
| Octal | 354 | 235 | 0 | 0 | 41 | 144 | 7 | 50 | 144 | 56 |
| Binary | 11101100 | 10011101 | 0 | 0 | 100001 | 1100100 | 111 | 101000 | 1100100 | 101110 |
Color Harmonies of #EC9D00
Complementary color
Monochromatic Colors of #EC9D00
Black with #EC9D00
Text Example
Text Example
White with #EC9D00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC9D00; }
p { color: rgb(236,157,0); }
H1.HeaderClassName
{
color: #EC9D00;
}
.AnyTagClassName
{
color: #EC9D00;
}
</style>
background-color css
<style>
a { background-color: #EC9D00; }
a { background-color: rgb(236,157,0); }
div.DivClassName
{
background-color: #EC9D00;
}
.BgClassName
{
background-color: #EC9D00;
}
</style>
border-color css
<style>
span { border-color: #EC9D00; }
span { border-color: rgb(236,157,0); }
td.TdClassName
{
border-color: #EC9D00;
}
.TagClassName
{
border-color: #EC9D00;
}
</style>