Shades of Gamboge #EC9500
Tints of Gamboge #EC9500
RGB
CMYK
RGB Variations
Color information
#EC9500 (or 0xEC9500) is known color: Gamboge. HEX triplet: EC, 95 and 00. RGB value is (236,149,0). Sum of RGB (Red+Green+Blue) = 236+149+0=385 (50% of max value = 765). Red value is 236 (92.58% from 255 or 61.30% from 385); Green value is 149 (58.59% from 255 or 38.70% from 385); Blue value is 0 (0.39% from 255 or 0% from 385); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9500 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EC9500 is #136AFF. Grayscale: #9E9E9E. Windows color (decimal): -1272576 or 38380. OLE color: 38380.
HSL color Cylindrical-coordinate representation of color #EC9500: hue angle of 37.88º 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 #EC9500 is Cyan = 0, Magento = 0.37, Yellow = 1 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 149 | 0 | - |
| CMYK | 0 | 0.37 | 1 | 0.07 |
| HSL | 37.88º | 1% | 0.46% | - |
| HSV(B) | 37.88º | 1% | 0.93% | - |
| XYZ | 45.34 | 39.33 | 5.2 | - |
| YUV | 158.03 | 38.82 | 183.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 149 | 0 | 0 | 0.37 | 1 | 0.07 | 37.88 | 1 | 0.46 |
| Hex | EC | 95 | 0 | 0 | 25 | 64 | 7 | 26 | 64 | 2E |
| Octal | 354 | 225 | 0 | 0 | 45 | 144 | 7 | 46 | 144 | 56 |
| Binary | 11101100 | 10010101 | 0 | 0 | 100101 | 1100100 | 111 | 100110 | 1100100 | 101110 |
Color Harmonies of #EC9500
Complementary color
Monochromatic Colors of #EC9500
Black with #EC9500
Text Example
Text Example
White with #EC9500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC9500; }
p { color: rgb(236,149,0); }
H1.HeaderClassName
{
color: #EC9500;
}
.AnyTagClassName
{
color: #EC9500;
}
</style>
background-color css
<style>
a { background-color: #EC9500; }
a { background-color: rgb(236,149,0); }
div.DivClassName
{
background-color: #EC9500;
}
.BgClassName
{
background-color: #EC9500;
}
</style>
border-color css
<style>
span { border-color: #EC9500; }
span { border-color: rgb(236,149,0); }
td.TdClassName
{
border-color: #EC9500;
}
.TagClassName
{
border-color: #EC9500;
}
</style>