Shades of Gamboge #EC9E01
Tints of Gamboge #EC9E01
RGB
CMYK
RGB Variations
Color information
#EC9E01 (or 0xEC9E01) is known color: Gamboge. HEX triplet: EC, 9E and 01. RGB value is (236,158,1). Sum of RGB (Red+Green+Blue) = 236+158+1=395 (52% of max value = 765). Red value is 236 (92.58% from 255 or 59.75% from 395); Green value is 158 (62.11% from 255 or 40% from 395); Blue value is 1 (0.78% from 255 or 0.25% from 395); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9E01 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EC9E01 is #1361FE. Grayscale: #A4A4A4. Windows color (decimal): -1270271 or 106220. OLE color: 106220.
HSL color Cylindrical-coordinate representation of color #EC9E01: hue angle of 40.09º 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 #EC9E01 is Cyan = 0, Magento = 0.33, Yellow = 1.00 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 158 | 1 | - |
| CMYK | 0 | 0.33 | 1.00 | 0.07 |
| HSL | 40.09º | 0.99% | 0.46% | - |
| HSV(B) | 40.09º | 1% | 0.93% | - |
| XYZ | 46.82 | 42.29 | 5.72 | - |
| YUV | 163.42 | 36.34 | 179.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 158 | 1 | 0 | 0.33 | 1.00 | 0.07 | 40.09 | 0.99 | 0.46 |
| Hex | EC | 9E | 1 | 0 | 21 | 64 | 7 | 28 | 63 | 2E |
| Octal | 354 | 236 | 1 | 0 | 41 | 144 | 7 | 50 | 143 | 56 |
| Binary | 11101100 | 10011110 | 1 | 0 | 100001 | 1100100 | 111 | 101000 | 1100011 | 101110 |
Color Harmonies of #EC9E01
Complementary color
Monochromatic Colors of #EC9E01
Black with #EC9E01
Text Example
Text Example
White with #EC9E01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC9E01; }
p { color: rgb(236,158,1); }
H1.HeaderClassName
{
color: #EC9E01;
}
.AnyTagClassName
{
color: #EC9E01;
}
</style>
background-color css
<style>
a { background-color: #EC9E01; }
a { background-color: rgb(236,158,1); }
div.DivClassName
{
background-color: #EC9E01;
}
.BgClassName
{
background-color: #EC9E01;
}
</style>
border-color css
<style>
span { border-color: #EC9E01; }
span { border-color: rgb(236,158,1); }
td.TdClassName
{
border-color: #EC9E01;
}
.TagClassName
{
border-color: #EC9E01;
}
</style>