Shades of Gamboge #EC9914
Tints of Gamboge #EC9914
RGB
CMYK
RGB Variations
Color information
#EC9914 (or 0xEC9914) is known color: Gamboge. HEX triplet: EC, 99 and 14. RGB value is (236,153,20). Sum of RGB (Red+Green+Blue) = 236+153+20=409 (54% of max value = 765). Red value is 236 (92.58% from 255 or 57.70% from 409); Green value is 153 (60.16% from 255 or 37.41% from 409); Blue value is 20 (8.20% from 255 or 4.89% from 409); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9914 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EC9914 is #1366EB. Grayscale: #A3A3A3. Windows color (decimal): -1271532 or 1350124. OLE color: 1350124.
HSL color Cylindrical-coordinate representation of color #EC9914: hue angle of 36.94º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EC9914 is Cyan = 0, Magento = 0.35, Yellow = 0.92 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 153 | 20 | - |
| CMYK | 0 | 0.35 | 0.92 | 0.07 |
| HSL | 36.94º | 0.85% | 0.5% | - |
| HSV(B) | 36.94º | 0.92% | 0.93% | - |
| XYZ | 46.11 | 40.67 | 6.08 | - |
| YUV | 162.66 | 47.5 | 180.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 153 | 20 | 0 | 0.35 | 0.92 | 0.07 | 36.94 | 0.85 | 0.5 |
| Hex | EC | 99 | 14 | 0 | 23 | 5C | 7 | 25 | 55 | 32 |
| Octal | 354 | 231 | 24 | 0 | 43 | 134 | 7 | 45 | 125 | 62 |
| Binary | 11101100 | 10011001 | 10100 | 0 | 100011 | 1011100 | 111 | 100101 | 1010101 | 110010 |
Color Harmonies of #EC9914
Complementary color
Monochromatic Colors of #EC9914
Black with #EC9914
Text Example
Text Example
White with #EC9914
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC9914; }
p { color: rgb(236,153,20); }
H1.HeaderClassName
{
color: #EC9914;
}
.AnyTagClassName
{
color: #EC9914;
}
</style>
background-color css
<style>
a { background-color: #EC9914; }
a { background-color: rgb(236,153,20); }
div.DivClassName
{
background-color: #EC9914;
}
.BgClassName
{
background-color: #EC9914;
}
</style>
border-color css
<style>
span { border-color: #EC9914; }
span { border-color: rgb(236,153,20); }
td.TdClassName
{
border-color: #EC9914;
}
.TagClassName
{
border-color: #EC9914;
}
</style>