Shades of Gamboge #EC9110
Tints of Gamboge #EC9110
RGB
CMYK
RGB Variations
Color information
#EC9110 (or 0xEC9110) is known color: Gamboge. HEX triplet: EC, 91 and 10. RGB value is (236,145,16). Sum of RGB (Red+Green+Blue) = 236+145+16=397 (52% of max value = 765). Red value is 236 (92.58% from 255 or 59.45% from 397); Green value is 145 (57.03% from 255 or 36.52% from 397); Blue value is 16 (6.64% from 255 or 4.03% from 397); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9110 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EC9110 is #136EEF. Grayscale: #9E9E9E. Windows color (decimal): -1273584 or 1085932. OLE color: 1085932.
HSL color Cylindrical-coordinate representation of color #EC9110: hue angle of 35.18º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EC9110 is Cyan = 0, Magento = 0.39, Yellow = 0.93 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 145 | 16 | - |
| CMYK | 0 | 0.39 | 0.93 | 0.07 |
| HSL | 35.18º | 0.87% | 0.49% | - |
| HSV(B) | 35.18º | 0.93% | 0.93% | - |
| XYZ | 44.81 | 38.12 | 5.49 | - |
| YUV | 157.5 | 48.15 | 183.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 145 | 16 | 0 | 0.39 | 0.93 | 0.07 | 35.18 | 0.87 | 0.49 |
| Hex | EC | 91 | 10 | 0 | 27 | 5D | 7 | 23 | 57 | 31 |
| Octal | 354 | 221 | 20 | 0 | 47 | 135 | 7 | 43 | 127 | 61 |
| Binary | 11101100 | 10010001 | 10000 | 0 | 100111 | 1011101 | 111 | 100011 | 1010111 | 110001 |
Color Harmonies of #EC9110
Complementary color
Monochromatic Colors of #EC9110
Black with #EC9110
Text Example
Text Example
White with #EC9110
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC9110; }
p { color: rgb(236,145,16); }
H1.HeaderClassName
{
color: #EC9110;
}
.AnyTagClassName
{
color: #EC9110;
}
</style>
background-color css
<style>
a { background-color: #EC9110; }
a { background-color: rgb(236,145,16); }
div.DivClassName
{
background-color: #EC9110;
}
.BgClassName
{
background-color: #EC9110;
}
</style>
border-color css
<style>
span { border-color: #EC9110; }
span { border-color: rgb(236,145,16); }
td.TdClassName
{
border-color: #EC9110;
}
.TagClassName
{
border-color: #EC9110;
}
</style>