Shades of Gamboge #EC930D
Tints of Gamboge #EC930D
RGB
CMYK
RGB Variations
Color information
#EC930D (or 0xEC930D) is known color: Gamboge. HEX triplet: EC, 93 and 0D. RGB value is (236,147,13). Sum of RGB (Red+Green+Blue) = 236+147+13=396 (52% of max value = 765). Red value is 236 (92.58% from 255 or 59.60% from 396); Green value is 147 (57.81% from 255 or 37.12% from 396); Blue value is 13 (5.47% from 255 or 3.28% from 396); Max value from RGB is 236 - color contains mainly: red. Hex color #EC930D is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EC930D is #136CF2. Grayscale: #9E9E9E. Windows color (decimal): -1273075 or 889836. OLE color: 889836.
HSL color Cylindrical-coordinate representation of color #EC930D: hue angle of 36.05º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EC930D is Cyan = 0, Magento = 0.38, Yellow = 0.94 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 147 | 13 | - |
| CMYK | 0 | 0.38 | 0.94 | 0.07 |
| HSL | 36.05º | 0.9% | 0.49% | - |
| HSV(B) | 36.05º | 0.94% | 0.93% | - |
| XYZ | 45.1 | 38.73 | 5.48 | - |
| YUV | 158.34 | 45.99 | 183.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 147 | 13 | 0 | 0.38 | 0.94 | 0.07 | 36.05 | 0.9 | 0.49 |
| Hex | EC | 93 | D | 0 | 26 | 5E | 7 | 24 | 5A | 31 |
| Octal | 354 | 223 | 15 | 0 | 46 | 136 | 7 | 44 | 132 | 61 |
| Binary | 11101100 | 10010011 | 1101 | 0 | 100110 | 1011110 | 111 | 100100 | 1011010 | 110001 |
Color Harmonies of #EC930D
Complementary color
Monochromatic Colors of #EC930D
Black with #EC930D
Text Example
Text Example
White with #EC930D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC930D; }
p { color: rgb(236,147,13); }
H1.HeaderClassName
{
color: #EC930D;
}
.AnyTagClassName
{
color: #EC930D;
}
</style>
background-color css
<style>
a { background-color: #EC930D; }
a { background-color: rgb(236,147,13); }
div.DivClassName
{
background-color: #EC930D;
}
.BgClassName
{
background-color: #EC930D;
}
</style>
border-color css
<style>
span { border-color: #EC930D; }
span { border-color: rgb(236,147,13); }
td.TdClassName
{
border-color: #EC930D;
}
.TagClassName
{
border-color: #EC930D;
}
</style>