Shades of Gamboge #EC9908
Tints of Gamboge #EC9908
RGB
CMYK
RGB Variations
Color information
#EC9908 (or 0xEC9908) is known color: Gamboge. HEX triplet: EC, 99 and 08. RGB value is (236,153,8). Sum of RGB (Red+Green+Blue) = 236+153+8=397 (52% of max value = 765). Red value is 236 (92.58% from 255 or 59.45% from 397); Green value is 153 (60.16% from 255 or 38.54% from 397); Blue value is 8 (3.52% from 255 or 2.02% from 397); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9908 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EC9908 is #1366F7. Grayscale: #A1A1A1. Windows color (decimal): -1271544 or 563692. OLE color: 563692.
HSL color Cylindrical-coordinate representation of color #EC9908: hue angle of 38.16º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EC9908 is Cyan = 0, Magento = 0.35, Yellow = 0.97 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 153 | 8 | - |
| CMYK | 0 | 0.35 | 0.97 | 0.07 |
| HSL | 38.16º | 0.93% | 0.48% | - |
| HSV(B) | 38.16º | 0.97% | 0.93% | - |
| XYZ | 46.03 | 40.63 | 5.65 | - |
| YUV | 161.29 | 41.5 | 181.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 153 | 8 | 0 | 0.35 | 0.97 | 0.07 | 38.16 | 0.93 | 0.48 |
| Hex | EC | 99 | 8 | 0 | 23 | 61 | 7 | 26 | 5D | 30 |
| Octal | 354 | 231 | 10 | 0 | 43 | 141 | 7 | 46 | 135 | 60 |
| Binary | 11101100 | 10011001 | 1000 | 0 | 100011 | 1100001 | 111 | 100110 | 1011101 | 110000 |
Color Harmonies of #EC9908
Complementary color
Monochromatic Colors of #EC9908
Black with #EC9908
Text Example
Text Example
White with #EC9908
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC9908; }
p { color: rgb(236,153,8); }
H1.HeaderClassName
{
color: #EC9908;
}
.AnyTagClassName
{
color: #EC9908;
}
</style>
background-color css
<style>
a { background-color: #EC9908; }
a { background-color: rgb(236,153,8); }
div.DivClassName
{
background-color: #EC9908;
}
.BgClassName
{
background-color: #EC9908;
}
</style>
border-color css
<style>
span { border-color: #EC9908; }
span { border-color: rgb(236,153,8); }
td.TdClassName
{
border-color: #EC9908;
}
.TagClassName
{
border-color: #EC9908;
}
</style>