Shades of Gamboge #EC9B05
Tints of Gamboge #EC9B05
RGB
CMYK
RGB Variations
Color information
#EC9B05 (or 0xEC9B05) is known color: Gamboge. HEX triplet: EC, 9B and 05. RGB value is (236,155,5). Sum of RGB (Red+Green+Blue) = 236+155+5=396 (52% of max value = 765). Red value is 236 (92.58% from 255 or 59.60% from 396); Green value is 155 (60.94% from 255 or 39.14% from 396); Blue value is 5 (2.34% from 255 or 1.26% from 396); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9B05 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EC9B05 is #1364FA. Grayscale: #A2A2A2. Windows color (decimal): -1271035 or 367596. OLE color: 367596.
HSL color Cylindrical-coordinate representation of color #EC9B05: hue angle of 38.96º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #EC9B05 is Cyan = 0, Magento = 0.34, Yellow = 0.98 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 155 | 5 | - |
| CMYK | 0 | 0.34 | 0.98 | 0.07 |
| HSL | 38.96º | 0.96% | 0.47% | - |
| HSV(B) | 38.96º | 0.98% | 0.93% | - |
| XYZ | 46.34 | 41.29 | 5.67 | - |
| YUV | 162.12 | 39.34 | 180.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 155 | 5 | 0 | 0.34 | 0.98 | 0.07 | 38.96 | 0.96 | 0.47 |
| Hex | EC | 9B | 5 | 0 | 22 | 62 | 7 | 27 | 60 | 2F |
| Octal | 354 | 233 | 5 | 0 | 42 | 142 | 7 | 47 | 140 | 57 |
| Binary | 11101100 | 10011011 | 101 | 0 | 100010 | 1100010 | 111 | 100111 | 1100000 | 101111 |
Color Harmonies of #EC9B05
Complementary color
Monochromatic Colors of #EC9B05
Black with #EC9B05
Text Example
Text Example
White with #EC9B05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC9B05; }
p { color: rgb(236,155,5); }
H1.HeaderClassName
{
color: #EC9B05;
}
.AnyTagClassName
{
color: #EC9B05;
}
</style>
background-color css
<style>
a { background-color: #EC9B05; }
a { background-color: rgb(236,155,5); }
div.DivClassName
{
background-color: #EC9B05;
}
.BgClassName
{
background-color: #EC9B05;
}
</style>
border-color css
<style>
span { border-color: #EC9B05; }
span { border-color: rgb(236,155,5); }
td.TdClassName
{
border-color: #EC9B05;
}
.TagClassName
{
border-color: #EC9B05;
}
</style>