Shades of Gamboge #EC9C09
Tints of Gamboge #EC9C09
RGB
CMYK
RGB Variations
Color information
#EC9C09 (or 0xEC9C09) is known color: Gamboge. HEX triplet: EC, 9C and 09. RGB value is (236,156,9). Sum of RGB (Red+Green+Blue) = 236+156+9=401 (53% of max value = 765). Red value is 236 (92.58% from 255 or 58.85% from 401); Green value is 156 (61.33% from 255 or 38.90% from 401); Blue value is 9 (3.91% from 255 or 2.24% from 401); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9C09 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EC9C09 is #1363F6. Grayscale: #A3A3A3. Windows color (decimal): -1270775 or 629996. OLE color: 629996.
HSL color Cylindrical-coordinate representation of color #EC9C09: hue angle of 38.85º 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 #EC9C09 is Cyan = 0, Magento = 0.34, Yellow = 0.96 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 156 | 9 | - |
| CMYK | 0 | 0.34 | 0.96 | 0.07 |
| HSL | 38.85º | 0.93% | 0.48% | - |
| HSV(B) | 38.85º | 0.96% | 0.93% | - |
| XYZ | 46.53 | 41.63 | 5.84 | - |
| YUV | 163.16 | 41 | 179.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 156 | 9 | 0 | 0.34 | 0.96 | 0.07 | 38.85 | 0.93 | 0.48 |
| Hex | EC | 9C | 9 | 0 | 22 | 60 | 7 | 27 | 5D | 30 |
| Octal | 354 | 234 | 11 | 0 | 42 | 140 | 7 | 47 | 135 | 60 |
| Binary | 11101100 | 10011100 | 1001 | 0 | 100010 | 1100000 | 111 | 100111 | 1011101 | 110000 |
Color Harmonies of #EC9C09
Complementary color
Monochromatic Colors of #EC9C09
Black with #EC9C09
Text Example
Text Example
White with #EC9C09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC9C09; }
p { color: rgb(236,156,9); }
H1.HeaderClassName
{
color: #EC9C09;
}
.AnyTagClassName
{
color: #EC9C09;
}
</style>
background-color css
<style>
a { background-color: #EC9C09; }
a { background-color: rgb(236,156,9); }
div.DivClassName
{
background-color: #EC9C09;
}
.BgClassName
{
background-color: #EC9C09;
}
</style>
border-color css
<style>
span { border-color: #EC9C09; }
span { border-color: rgb(236,156,9); }
td.TdClassName
{
border-color: #EC9C09;
}
.TagClassName
{
border-color: #EC9C09;
}
</style>