Shades of Gamboge #EC9909
Tints of Gamboge #EC9909
RGB
CMYK
RGB Variations
Color information
#EC9909 (or 0xEC9909) is known color: Gamboge. HEX triplet: EC, 99 and 09. RGB value is (236,153,9). Sum of RGB (Red+Green+Blue) = 236+153+9=398 (52% of max value = 765). Red value is 236 (92.58% from 255 or 59.30% from 398); Green value is 153 (60.16% from 255 or 38.44% from 398); Blue value is 9 (3.91% from 255 or 2.26% from 398); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9909 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EC9909 is #1366F6. Grayscale: #A2A2A2. Windows color (decimal): -1271543 or 629228. OLE color: 629228.
HSL color Cylindrical-coordinate representation of color #EC9909: hue angle of 38.06º 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 #EC9909 is Cyan = 0, Magento = 0.35, Yellow = 0.96 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 153 | 9 | - |
| CMYK | 0 | 0.35 | 0.96 | 0.07 |
| HSL | 38.06º | 0.93% | 0.48% | - |
| HSV(B) | 38.06º | 0.96% | 0.93% | - |
| XYZ | 46.03 | 40.64 | 5.68 | - |
| YUV | 161.4 | 42 | 181.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 153 | 9 | 0 | 0.35 | 0.96 | 0.07 | 38.06 | 0.93 | 0.48 |
| Hex | EC | 99 | 9 | 0 | 23 | 60 | 7 | 26 | 5D | 30 |
| Octal | 354 | 231 | 11 | 0 | 43 | 140 | 7 | 46 | 135 | 60 |
| Binary | 11101100 | 10011001 | 1001 | 0 | 100011 | 1100000 | 111 | 100110 | 1011101 | 110000 |
Color Harmonies of #EC9909
Complementary color
Monochromatic Colors of #EC9909
Black with #EC9909
Text Example
Text Example
White with #EC9909
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC9909; }
p { color: rgb(236,153,9); }
H1.HeaderClassName
{
color: #EC9909;
}
.AnyTagClassName
{
color: #EC9909;
}
</style>
background-color css
<style>
a { background-color: #EC9909; }
a { background-color: rgb(236,153,9); }
div.DivClassName
{
background-color: #EC9909;
}
.BgClassName
{
background-color: #EC9909;
}
</style>
border-color css
<style>
span { border-color: #EC9909; }
span { border-color: rgb(236,153,9); }
td.TdClassName
{
border-color: #EC9909;
}
.TagClassName
{
border-color: #EC9909;
}
</style>