Shades of Gamboge #EC9D12
Tints of Gamboge #EC9D12
RGB
CMYK
RGB Variations
Color information
#EC9D12 (or 0xEC9D12) is known color: Gamboge. HEX triplet: EC, 9D and 12. RGB value is (236,157,18). Sum of RGB (Red+Green+Blue) = 236+157+18=411 (54% of max value = 765). Red value is 236 (92.58% from 255 or 57.42% from 411); Green value is 157 (61.72% from 255 or 38.20% from 411); Blue value is 18 (7.42% from 255 or 4.38% from 411); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9D12 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EC9D12 is #1362ED. Grayscale: #A5A5A5. Windows color (decimal): -1270510 or 1220076. OLE color: 1220076.
HSL color Cylindrical-coordinate representation of color #EC9D12: hue angle of 38.26º degrees, saturation: 0.86, 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 #EC9D12 is Cyan = 0, Magento = 0.33, Yellow = 0.92 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 157 | 18 | - |
| CMYK | 0 | 0.33 | 0.92 | 0.07 |
| HSL | 38.26º | 0.86% | 0.5% | - |
| HSV(B) | 38.26º | 0.92% | 0.93% | - |
| XYZ | 46.76 | 41.99 | 6.21 | - |
| YUV | 164.78 | 45.17 | 178.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 157 | 18 | 0 | 0.33 | 0.92 | 0.07 | 38.26 | 0.86 | 0.5 |
| Hex | EC | 9D | 12 | 0 | 21 | 5C | 7 | 26 | 56 | 32 |
| Octal | 354 | 235 | 22 | 0 | 41 | 134 | 7 | 46 | 126 | 62 |
| Binary | 11101100 | 10011101 | 10010 | 0 | 100001 | 1011100 | 111 | 100110 | 1010110 | 110010 |
Color Harmonies of #EC9D12
Complementary color
Monochromatic Colors of #EC9D12
Black with #EC9D12
Text Example
Text Example
White with #EC9D12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC9D12; }
p { color: rgb(236,157,18); }
H1.HeaderClassName
{
color: #EC9D12;
}
.AnyTagClassName
{
color: #EC9D12;
}
</style>
background-color css
<style>
a { background-color: #EC9D12; }
a { background-color: rgb(236,157,18); }
div.DivClassName
{
background-color: #EC9D12;
}
.BgClassName
{
background-color: #EC9D12;
}
</style>
border-color css
<style>
span { border-color: #EC9D12; }
span { border-color: rgb(236,157,18); }
td.TdClassName
{
border-color: #EC9D12;
}
.TagClassName
{
border-color: #EC9D12;
}
</style>