Shades of Gamboge #EC9D18
Tints of Gamboge #EC9D18
RGB
CMYK
RGB Variations
Color information
#EC9D18 (or 0xEC9D18) is known color: Gamboge. HEX triplet: EC, 9D and 18. RGB value is (236,157,24). Sum of RGB (Red+Green+Blue) = 236+157+24=417 (55% of max value = 765). Red value is 236 (92.58% from 255 or 56.59% from 417); Green value is 157 (61.72% from 255 or 37.65% from 417); Blue value is 24 (9.77% from 255 or 5.76% from 417); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9D18 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EC9D18 is #1362E7. Grayscale: #A6A6A6. Windows color (decimal): -1270504 or 1613292. OLE color: 1613292.
HSL color Cylindrical-coordinate representation of color #EC9D18: hue angle of 37.64º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EC9D18 is Cyan = 0, Magento = 0.33, Yellow = 0.90 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 157 | 24 | - |
| CMYK | 0 | 0.33 | 0.90 | 0.07 |
| HSL | 37.64º | 0.85% | 0.51% | - |
| HSV(B) | 37.64º | 0.9% | 0.93% | - |
| XYZ | 46.81 | 42.01 | 6.51 | - |
| YUV | 165.46 | 48.17 | 178.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 157 | 24 | 0 | 0.33 | 0.90 | 0.07 | 37.64 | 0.85 | 0.51 |
| Hex | EC | 9D | 18 | 0 | 21 | 5A | 7 | 26 | 55 | 33 |
| Octal | 354 | 235 | 30 | 0 | 41 | 132 | 7 | 46 | 125 | 63 |
| Binary | 11101100 | 10011101 | 11000 | 0 | 100001 | 1011010 | 111 | 100110 | 1010101 | 110011 |
Color Harmonies of #EC9D18
Complementary color
Monochromatic Colors of #EC9D18
Black with #EC9D18
Text Example
Text Example
White with #EC9D18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC9D18; }
p { color: rgb(236,157,24); }
H1.HeaderClassName
{
color: #EC9D18;
}
.AnyTagClassName
{
color: #EC9D18;
}
</style>
background-color css
<style>
a { background-color: #EC9D18; }
a { background-color: rgb(236,157,24); }
div.DivClassName
{
background-color: #EC9D18;
}
.BgClassName
{
background-color: #EC9D18;
}
</style>
border-color css
<style>
span { border-color: #EC9D18; }
span { border-color: rgb(236,157,24); }
td.TdClassName
{
border-color: #EC9D18;
}
.TagClassName
{
border-color: #EC9D18;
}
</style>