Shades of Gamboge #EC9C0B
Tints of Gamboge #EC9C0B
RGB
CMYK
RGB Variations
Color information
#EC9C0B (or 0xEC9C0B) is known color: Gamboge. HEX triplet: EC, 9C and 0B. RGB value is (236,156,11). Sum of RGB (Red+Green+Blue) = 236+156+11=403 (53% of max value = 765). Red value is 236 (92.58% from 255 or 58.56% from 403); Green value is 156 (61.33% from 255 or 38.71% from 403); Blue value is 11 (4.69% from 255 or 2.73% from 403); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9C0B is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EC9C0B is #1363F4. Grayscale: #A4A4A4. Windows color (decimal): -1270773 or 761068. OLE color: 761068.
HSL color Cylindrical-coordinate representation of color #EC9C0B: hue angle of 38.67º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EC9C0B is Cyan = 0, Magento = 0.34, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 156 | 11 | - |
| CMYK | 0 | 0.34 | 0.95 | 0.07 |
| HSL | 38.67º | 0.91% | 0.48% | - |
| HSV(B) | 38.67º | 0.95% | 0.93% | - |
| XYZ | 46.54 | 41.63 | 5.9 | - |
| YUV | 163.39 | 42 | 179.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 156 | 11 | 0 | 0.34 | 0.95 | 0.07 | 38.67 | 0.91 | 0.48 |
| Hex | EC | 9C | B | 0 | 22 | 5F | 7 | 27 | 5B | 30 |
| Octal | 354 | 234 | 13 | 0 | 42 | 137 | 7 | 47 | 133 | 60 |
| Binary | 11101100 | 10011100 | 1011 | 0 | 100010 | 1011111 | 111 | 100111 | 1011011 | 110000 |
Color Harmonies of #EC9C0B
Complementary color
Monochromatic Colors of #EC9C0B
Black with #EC9C0B
Text Example
Text Example
White with #EC9C0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC9C0B; }
p { color: rgb(236,156,11); }
H1.HeaderClassName
{
color: #EC9C0B;
}
.AnyTagClassName
{
color: #EC9C0B;
}
</style>
background-color css
<style>
a { background-color: #EC9C0B; }
a { background-color: rgb(236,156,11); }
div.DivClassName
{
background-color: #EC9C0B;
}
.BgClassName
{
background-color: #EC9C0B;
}
</style>
border-color css
<style>
span { border-color: #EC9C0B; }
span { border-color: rgb(236,156,11); }
td.TdClassName
{
border-color: #EC9C0B;
}
.TagClassName
{
border-color: #EC9C0B;
}
</style>