Shades of Gamboge #EC9308
Tints of Gamboge #EC9308
RGB
CMYK
RGB Variations
Color information
#EC9308 (or 0xEC9308) is known color: Gamboge. HEX triplet: EC, 93 and 08. RGB value is (236,147,8). Sum of RGB (Red+Green+Blue) = 236+147+8=391 (51% of max value = 765). Red value is 236 (92.58% from 255 or 60.36% from 391); Green value is 147 (57.81% from 255 or 37.60% from 391); Blue value is 8 (3.52% from 255 or 2.05% from 391); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9308 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EC9308 is #136CF7. Grayscale: #9E9E9E. Windows color (decimal): -1273080 or 562156. OLE color: 562156.
HSL color Cylindrical-coordinate representation of color #EC9308: hue angle of 36.58º degrees, saturation: 0.93, 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 #EC9308 is Cyan = 0, Magento = 0.38, Yellow = 0.97 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 147 | 8 | - |
| CMYK | 0 | 0.38 | 0.97 | 0.07 |
| HSL | 36.58º | 0.93% | 0.48% | - |
| HSV(B) | 36.58º | 0.97% | 0.93% | - |
| XYZ | 45.07 | 38.72 | 5.33 | - |
| YUV | 157.77 | 43.49 | 183.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 147 | 8 | 0 | 0.38 | 0.97 | 0.07 | 36.58 | 0.93 | 0.48 |
| Hex | EC | 93 | 8 | 0 | 26 | 61 | 7 | 25 | 5D | 30 |
| Octal | 354 | 223 | 10 | 0 | 46 | 141 | 7 | 45 | 135 | 60 |
| Binary | 11101100 | 10010011 | 1000 | 0 | 100110 | 1100001 | 111 | 100101 | 1011101 | 110000 |
Color Harmonies of #EC9308
Complementary color
Monochromatic Colors of #EC9308
Black with #EC9308
Text Example
Text Example
White with #EC9308
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC9308; }
p { color: rgb(236,147,8); }
H1.HeaderClassName
{
color: #EC9308;
}
.AnyTagClassName
{
color: #EC9308;
}
</style>
background-color css
<style>
a { background-color: #EC9308; }
a { background-color: rgb(236,147,8); }
div.DivClassName
{
background-color: #EC9308;
}
.BgClassName
{
background-color: #EC9308;
}
</style>
border-color css
<style>
span { border-color: #EC9308; }
span { border-color: rgb(236,147,8); }
td.TdClassName
{
border-color: #EC9308;
}
.TagClassName
{
border-color: #EC9308;
}
</style>