Shades of Gamboge #EC9907
Tints of Gamboge #EC9907
RGB
CMYK
RGB Variations
Color information
#EC9907 (or 0xEC9907) is known color: Gamboge. HEX triplet: EC, 99 and 07. RGB value is (236,153,7). Sum of RGB (Red+Green+Blue) = 236+153+7=396 (52% of max value = 765). Red value is 236 (92.58% from 255 or 59.60% from 396); Green value is 153 (60.16% from 255 or 38.64% from 396); Blue value is 7 (3.12% from 255 or 1.77% from 396); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9907 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EC9907 is #1366F8. Grayscale: #A1A1A1. Windows color (decimal): -1271545 or 498156. OLE color: 498156.
HSL color Cylindrical-coordinate representation of color #EC9907: hue angle of 38.25º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EC9907 is Cyan = 0, Magento = 0.35, Yellow = 0.97 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 153 | 7 | - |
| CMYK | 0 | 0.35 | 0.97 | 0.07 |
| HSL | 38.25º | 0.94% | 0.48% | - |
| HSV(B) | 38.25º | 0.97% | 0.93% | - |
| XYZ | 46.02 | 40.63 | 5.62 | - |
| YUV | 161.17 | 41 | 181.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 153 | 7 | 0 | 0.35 | 0.97 | 0.07 | 38.25 | 0.94 | 0.48 |
| Hex | EC | 99 | 7 | 0 | 23 | 61 | 7 | 26 | 5E | 30 |
| Octal | 354 | 231 | 7 | 0 | 43 | 141 | 7 | 46 | 136 | 60 |
| Binary | 11101100 | 10011001 | 111 | 0 | 100011 | 1100001 | 111 | 100110 | 1011110 | 110000 |
Color Harmonies of #EC9907
Complementary color
Monochromatic Colors of #EC9907
Black with #EC9907
Text Example
Text Example
White with #EC9907
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC9907; }
p { color: rgb(236,153,7); }
H1.HeaderClassName
{
color: #EC9907;
}
.AnyTagClassName
{
color: #EC9907;
}
</style>
background-color css
<style>
a { background-color: #EC9907; }
a { background-color: rgb(236,153,7); }
div.DivClassName
{
background-color: #EC9907;
}
.BgClassName
{
background-color: #EC9907;
}
</style>
border-color css
<style>
span { border-color: #EC9907; }
span { border-color: rgb(236,153,7); }
td.TdClassName
{
border-color: #EC9907;
}
.TagClassName
{
border-color: #EC9907;
}
</style>