Shades of Gamboge #EC9915
Tints of Gamboge #EC9915
RGB
CMYK
RGB Variations
Color information
#EC9915 (or 0xEC9915) is known color: Gamboge. HEX triplet: EC, 99 and 15. RGB value is (236,153,21). Sum of RGB (Red+Green+Blue) = 236+153+21=410 (54% of max value = 765). Red value is 236 (92.58% from 255 or 57.56% from 410); Green value is 153 (60.16% from 255 or 37.32% from 410); Blue value is 21 (8.59% from 255 or 5.12% from 410); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9915 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EC9915 is #1366EA. Grayscale: #A3A3A3. Windows color (decimal): -1271531 or 1415660. OLE color: 1415660.
HSL color Cylindrical-coordinate representation of color #EC9915: hue angle of 36.84º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EC9915 is Cyan = 0, Magento = 0.35, Yellow = 0.91 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 153 | 21 | - |
| CMYK | 0 | 0.35 | 0.91 | 0.07 |
| HSL | 36.84º | 0.85% | 0.5% | - |
| HSV(B) | 36.84º | 0.91% | 0.93% | - |
| XYZ | 46.12 | 40.67 | 6.13 | - |
| YUV | 162.77 | 48 | 180.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 153 | 21 | 0 | 0.35 | 0.91 | 0.07 | 36.84 | 0.85 | 0.5 |
| Hex | EC | 99 | 15 | 0 | 23 | 5B | 7 | 25 | 55 | 32 |
| Octal | 354 | 231 | 25 | 0 | 43 | 133 | 7 | 45 | 125 | 62 |
| Binary | 11101100 | 10011001 | 10101 | 0 | 100011 | 1011011 | 111 | 100101 | 1010101 | 110010 |
Color Harmonies of #EC9915
Complementary color
Monochromatic Colors of #EC9915
Black with #EC9915
Text Example
Text Example
White with #EC9915
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC9915; }
p { color: rgb(236,153,21); }
H1.HeaderClassName
{
color: #EC9915;
}
.AnyTagClassName
{
color: #EC9915;
}
</style>
background-color css
<style>
a { background-color: #EC9915; }
a { background-color: rgb(236,153,21); }
div.DivClassName
{
background-color: #EC9915;
}
.BgClassName
{
background-color: #EC9915;
}
</style>
border-color css
<style>
span { border-color: #EC9915; }
span { border-color: rgb(236,153,21); }
td.TdClassName
{
border-color: #EC9915;
}
.TagClassName
{
border-color: #EC9915;
}
</style>