Shades of Gamboge #EC930A
Tints of Gamboge #EC930A
RGB
CMYK
RGB Variations
Color information
#EC930A (or 0xEC930A) is known color: Gamboge. HEX triplet: EC, 93 and 0A. RGB value is (236,147,10). Sum of RGB (Red+Green+Blue) = 236+147+10=393 (52% of max value = 765). Red value is 236 (92.58% from 255 or 60.05% from 393); Green value is 147 (57.81% from 255 or 37.40% from 393); Blue value is 10 (4.30% from 255 or 2.54% from 393); Max value from RGB is 236 - color contains mainly: red. Hex color #EC930A is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EC930A is #136CF5. Grayscale: #9E9E9E. Windows color (decimal): -1273078 or 693228. OLE color: 693228.
HSL color Cylindrical-coordinate representation of color #EC930A: hue angle of 36.37º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EC930A is Cyan = 0, Magento = 0.38, Yellow = 0.96 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 147 | 10 | - |
| CMYK | 0 | 0.38 | 0.96 | 0.07 |
| HSL | 36.37º | 0.92% | 0.48% | - |
| HSV(B) | 36.37º | 0.96% | 0.93% | - |
| XYZ | 45.08 | 38.72 | 5.39 | - |
| YUV | 157.99 | 44.49 | 183.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 147 | 10 | 0 | 0.38 | 0.96 | 0.07 | 36.37 | 0.92 | 0.48 |
| Hex | EC | 93 | A | 0 | 26 | 60 | 7 | 24 | 5C | 30 |
| Octal | 354 | 223 | 12 | 0 | 46 | 140 | 7 | 44 | 134 | 60 |
| Binary | 11101100 | 10010011 | 1010 | 0 | 100110 | 1100000 | 111 | 100100 | 1011100 | 110000 |
Color Harmonies of #EC930A
Complementary color
Monochromatic Colors of #EC930A
Black with #EC930A
Text Example
Text Example
White with #EC930A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC930A; }
p { color: rgb(236,147,10); }
H1.HeaderClassName
{
color: #EC930A;
}
.AnyTagClassName
{
color: #EC930A;
}
</style>
background-color css
<style>
a { background-color: #EC930A; }
a { background-color: rgb(236,147,10); }
div.DivClassName
{
background-color: #EC930A;
}
.BgClassName
{
background-color: #EC930A;
}
</style>
border-color css
<style>
span { border-color: #EC930A; }
span { border-color: rgb(236,147,10); }
td.TdClassName
{
border-color: #EC930A;
}
.TagClassName
{
border-color: #EC930A;
}
</style>