Shades of Gamboge #EC9C01
Tints of Gamboge #EC9C01
RGB
CMYK
RGB Variations
Color information
#EC9C01 (or 0xEC9C01) is known color: Gamboge. HEX triplet: EC, 9C and 01. RGB value is (236,156,1). Sum of RGB (Red+Green+Blue) = 236+156+1=393 (52% of max value = 765). Red value is 236 (92.58% from 255 or 60.05% from 393); Green value is 156 (61.33% from 255 or 39.69% from 393); Blue value is 1 (0.78% from 255 or 0.25% from 393); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9C01 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EC9C01 is #1363FE. Grayscale: #A2A2A2. Windows color (decimal): -1270783 or 105708. OLE color: 105708.
HSL color Cylindrical-coordinate representation of color #EC9C01: hue angle of 39.57º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EC9C01 is Cyan = 0, Magento = 0.34, Yellow = 1.00 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 156 | 1 | - |
| CMYK | 0 | 0.34 | 1.00 | 0.07 |
| HSL | 39.57º | 0.99% | 0.46% | - |
| HSV(B) | 39.57º | 1% | 0.93% | - |
| XYZ | 46.49 | 41.61 | 5.61 | - |
| YUV | 162.25 | 37 | 180.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 156 | 1 | 0 | 0.34 | 1.00 | 0.07 | 39.57 | 0.99 | 0.46 |
| Hex | EC | 9C | 1 | 0 | 22 | 64 | 7 | 28 | 63 | 2E |
| Octal | 354 | 234 | 1 | 0 | 42 | 144 | 7 | 50 | 143 | 56 |
| Binary | 11101100 | 10011100 | 1 | 0 | 100010 | 1100100 | 111 | 101000 | 1100011 | 101110 |
Color Harmonies of #EC9C01
Complementary color
Monochromatic Colors of #EC9C01
Black with #EC9C01
Text Example
Text Example
White with #EC9C01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC9C01; }
p { color: rgb(236,156,1); }
H1.HeaderClassName
{
color: #EC9C01;
}
.AnyTagClassName
{
color: #EC9C01;
}
</style>
background-color css
<style>
a { background-color: #EC9C01; }
a { background-color: rgb(236,156,1); }
div.DivClassName
{
background-color: #EC9C01;
}
.BgClassName
{
background-color: #EC9C01;
}
</style>
border-color css
<style>
span { border-color: #EC9C01; }
span { border-color: rgb(236,156,1); }
td.TdClassName
{
border-color: #EC9C01;
}
.TagClassName
{
border-color: #EC9C01;
}
</style>