Shades of Gamboge #EC940D
Tints of Gamboge #EC940D
RGB
CMYK
RGB Variations
Color information
#EC940D (or 0xEC940D) is known color: Gamboge. HEX triplet: EC, 94 and 0D. RGB value is (236,148,13). Sum of RGB (Red+Green+Blue) = 236+148+13=397 (52% of max value = 765). Red value is 236 (92.58% from 255 or 59.45% from 397); Green value is 148 (58.20% from 255 or 37.28% from 397); Blue value is 13 (5.47% from 255 or 3.27% from 397); Max value from RGB is 236 - color contains mainly: red. Hex color #EC940D is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EC940D is #136BF2. Grayscale: #9F9F9F. Windows color (decimal): -1272819 or 890092. OLE color: 890092.
HSL color Cylindrical-coordinate representation of color #EC940D: hue angle of 36.32º 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 #EC940D is Cyan = 0, Magento = 0.37, Yellow = 0.94 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 148 | 13 | - |
| CMYK | 0 | 0.37 | 0.94 | 0.07 |
| HSL | 36.32º | 0.9% | 0.49% | - |
| HSV(B) | 36.32º | 0.94% | 0.93% | - |
| XYZ | 45.25 | 39.04 | 5.53 | - |
| YUV | 158.92 | 45.65 | 182.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 148 | 13 | 0 | 0.37 | 0.94 | 0.07 | 36.32 | 0.9 | 0.49 |
| Hex | EC | 94 | D | 0 | 25 | 5E | 7 | 24 | 5A | 31 |
| Octal | 354 | 224 | 15 | 0 | 45 | 136 | 7 | 44 | 132 | 61 |
| Binary | 11101100 | 10010100 | 1101 | 0 | 100101 | 1011110 | 111 | 100100 | 1011010 | 110001 |
Color Harmonies of #EC940D
Complementary color
Monochromatic Colors of #EC940D
Black with #EC940D
Text Example
Text Example
White with #EC940D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC940D; }
p { color: rgb(236,148,13); }
H1.HeaderClassName
{
color: #EC940D;
}
.AnyTagClassName
{
color: #EC940D;
}
</style>
background-color css
<style>
a { background-color: #EC940D; }
a { background-color: rgb(236,148,13); }
div.DivClassName
{
background-color: #EC940D;
}
.BgClassName
{
background-color: #EC940D;
}
</style>
border-color css
<style>
span { border-color: #EC940D; }
span { border-color: rgb(236,148,13); }
td.TdClassName
{
border-color: #EC940D;
}
.TagClassName
{
border-color: #EC940D;
}
</style>