Shades of Gamboge #EC9812
Tints of Gamboge #EC9812
RGB
CMYK
RGB Variations
Color information
#EC9812 (or 0xEC9812) is known color: Gamboge. HEX triplet: EC, 98 and 12. RGB value is (236,152,18). Sum of RGB (Red+Green+Blue) = 236+152+18=406 (53% of max value = 765). Red value is 236 (92.58% from 255 or 58.13% from 406); Green value is 152 (59.77% from 255 or 37.44% from 406); Blue value is 18 (7.42% from 255 or 4.43% from 406); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9812 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EC9812 is #1367ED. Grayscale: #A2A2A2. Windows color (decimal): -1271790 or 1218796. OLE color: 1218796.
HSL color Cylindrical-coordinate representation of color #EC9812: hue angle of 36.88º 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 #EC9812 is Cyan = 0, Magento = 0.36, Yellow = 0.92 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 152 | 18 | - |
| CMYK | 0 | 0.36 | 0.92 | 0.07 |
| HSL | 36.88º | 0.86% | 0.5% | - |
| HSV(B) | 36.88º | 0.92% | 0.93% | - |
| XYZ | 45.93 | 40.33 | 5.94 | - |
| YUV | 161.84 | 46.83 | 180.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 152 | 18 | 0 | 0.36 | 0.92 | 0.07 | 36.88 | 0.86 | 0.5 |
| Hex | EC | 98 | 12 | 0 | 24 | 5C | 7 | 25 | 56 | 32 |
| Octal | 354 | 230 | 22 | 0 | 44 | 134 | 7 | 45 | 126 | 62 |
| Binary | 11101100 | 10011000 | 10010 | 0 | 100100 | 1011100 | 111 | 100101 | 1010110 | 110010 |
Color Harmonies of #EC9812
Complementary color
Monochromatic Colors of #EC9812
Black with #EC9812
Text Example
Text Example
White with #EC9812
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC9812; }
p { color: rgb(236,152,18); }
H1.HeaderClassName
{
color: #EC9812;
}
.AnyTagClassName
{
color: #EC9812;
}
</style>
background-color css
<style>
a { background-color: #EC9812; }
a { background-color: rgb(236,152,18); }
div.DivClassName
{
background-color: #EC9812;
}
.BgClassName
{
background-color: #EC9812;
}
</style>
border-color css
<style>
span { border-color: #EC9812; }
span { border-color: rgb(236,152,18); }
td.TdClassName
{
border-color: #EC9812;
}
.TagClassName
{
border-color: #EC9812;
}
</style>