Shades of Gamboge #EC930C
Tints of Gamboge #EC930C
RGB
CMYK
RGB Variations
Color information
#EC930C (or 0xEC930C) is known color: Gamboge. HEX triplet: EC, 93 and 0C. RGB value is (236,147,12). Sum of RGB (Red+Green+Blue) = 236+147+12=395 (52% of max value = 765). Red value is 236 (92.58% from 255 or 59.75% from 395); Green value is 147 (57.81% from 255 or 37.22% from 395); Blue value is 12 (5.08% from 255 or 3.04% from 395); Max value from RGB is 236 - color contains mainly: red. Hex color #EC930C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EC930C is #136CF3. Grayscale: #9E9E9E. Windows color (decimal): -1273076 or 824300. OLE color: 824300.
HSL color Cylindrical-coordinate representation of color #EC930C: hue angle of 36.16º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EC930C is Cyan = 0, Magento = 0.38, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 147 | 12 | - |
| CMYK | 0 | 0.38 | 0.95 | 0.07 |
| HSL | 36.16º | 0.9% | 0.49% | - |
| HSV(B) | 36.16º | 0.95% | 0.93% | - |
| XYZ | 45.09 | 38.73 | 5.45 | - |
| YUV | 158.22 | 45.49 | 183.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 147 | 12 | 0 | 0.38 | 0.95 | 0.07 | 36.16 | 0.9 | 0.49 |
| Hex | EC | 93 | C | 0 | 26 | 5F | 7 | 24 | 5A | 31 |
| Octal | 354 | 223 | 14 | 0 | 46 | 137 | 7 | 44 | 132 | 61 |
| Binary | 11101100 | 10010011 | 1100 | 0 | 100110 | 1011111 | 111 | 100100 | 1011010 | 110001 |
Color Harmonies of #EC930C
Complementary color
Monochromatic Colors of #EC930C
Black with #EC930C
Text Example
Text Example
White with #EC930C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC930C; }
p { color: rgb(236,147,12); }
H1.HeaderClassName
{
color: #EC930C;
}
.AnyTagClassName
{
color: #EC930C;
}
</style>
background-color css
<style>
a { background-color: #EC930C; }
a { background-color: rgb(236,147,12); }
div.DivClassName
{
background-color: #EC930C;
}
.BgClassName
{
background-color: #EC930C;
}
</style>
border-color css
<style>
span { border-color: #EC930C; }
span { border-color: rgb(236,147,12); }
td.TdClassName
{
border-color: #EC930C;
}
.TagClassName
{
border-color: #EC930C;
}
</style>