Shades of Gamboge #EC9309
Tints of Gamboge #EC9309
RGB
CMYK
RGB Variations
Color information
#EC9309 (or 0xEC9309) is known color: Gamboge. HEX triplet: EC, 93 and 09. RGB value is (236,147,9). Sum of RGB (Red+Green+Blue) = 236+147+9=392 (51% of max value = 765). Red value is 236 (92.58% from 255 or 60.20% from 392); Green value is 147 (57.81% from 255 or 37.5% from 392); Blue value is 9 (3.91% from 255 or 2.30% from 392); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9309 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EC9309 is #136CF6. Grayscale: #9E9E9E. Windows color (decimal): -1273079 or 627692. OLE color: 627692.
HSL color Cylindrical-coordinate representation of color #EC9309: hue angle of 36.48º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EC9309 is Cyan = 0, Magento = 0.38, Yellow = 0.96 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 147 | 9 | - |
| CMYK | 0 | 0.38 | 0.96 | 0.07 |
| HSL | 36.48º | 0.93% | 0.48% | - |
| HSV(B) | 36.48º | 0.96% | 0.93% | - |
| XYZ | 45.08 | 38.72 | 5.36 | - |
| YUV | 157.88 | 43.99 | 183.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 147 | 9 | 0 | 0.38 | 0.96 | 0.07 | 36.48 | 0.93 | 0.48 |
| Hex | EC | 93 | 9 | 0 | 26 | 60 | 7 | 24 | 5D | 30 |
| Octal | 354 | 223 | 11 | 0 | 46 | 140 | 7 | 44 | 135 | 60 |
| Binary | 11101100 | 10010011 | 1001 | 0 | 100110 | 1100000 | 111 | 100100 | 1011101 | 110000 |
Color Harmonies of #EC9309
Complementary color
Monochromatic Colors of #EC9309
Black with #EC9309
Text Example
Text Example
White with #EC9309
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC9309; }
p { color: rgb(236,147,9); }
H1.HeaderClassName
{
color: #EC9309;
}
.AnyTagClassName
{
color: #EC9309;
}
</style>
background-color css
<style>
a { background-color: #EC9309; }
a { background-color: rgb(236,147,9); }
div.DivClassName
{
background-color: #EC9309;
}
.BgClassName
{
background-color: #EC9309;
}
</style>
border-color css
<style>
span { border-color: #EC9309; }
span { border-color: rgb(236,147,9); }
td.TdClassName
{
border-color: #EC9309;
}
.TagClassName
{
border-color: #EC9309;
}
</style>