Shades of Gamboge #ECA40D
Tints of Gamboge #ECA40D
RGB
CMYK
RGB Variations
Color information
#ECA40D (or 0xECA40D) is known color: Gamboge. HEX triplet: EC, A4 and 0D. RGB value is (236,164,13). Sum of RGB (Red+Green+Blue) = 236+164+13=413 (54% of max value = 765). Red value is 236 (92.58% from 255 or 57.14% from 413); Green value is 164 (64.45% from 255 or 39.71% from 413); Blue value is 13 (5.47% from 255 or 3.15% from 413); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA40D is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #ECA40D is #135BF2. Grayscale: #A8A8A8. Windows color (decimal): -1268723 or 894188. OLE color: 894188.
HSL color Cylindrical-coordinate representation of color #ECA40D: hue angle of 40.63º 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 #ECA40D is Cyan = 0, Magento = 0.31, Yellow = 0.94 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 164 | 13 | - |
| CMYK | 0 | 0.31 | 0.94 | 0.07 |
| HSL | 40.63º | 0.9% | 0.49% | - |
| HSV(B) | 40.63º | 0.94% | 0.93% | - |
| XYZ | 47.94 | 44.41 | 6.43 | - |
| YUV | 168.31 | 40.35 | 176.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 164 | 13 | 0 | 0.31 | 0.94 | 0.07 | 40.63 | 0.9 | 0.49 |
| Hex | EC | A4 | D | 0 | 1F | 5E | 7 | 29 | 5A | 31 |
| Octal | 354 | 244 | 15 | 0 | 37 | 136 | 7 | 51 | 132 | 61 |
| Binary | 11101100 | 10100100 | 1101 | 0 | 11111 | 1011110 | 111 | 101001 | 1011010 | 110001 |
Color Harmonies of #ECA40D
Complementary color
Monochromatic Colors of #ECA40D
Black with #ECA40D
Text Example
Text Example
White with #ECA40D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECA40D; }
p { color: rgb(236,164,13); }
H1.HeaderClassName
{
color: #ECA40D;
}
.AnyTagClassName
{
color: #ECA40D;
}
</style>
background-color css
<style>
a { background-color: #ECA40D; }
a { background-color: rgb(236,164,13); }
div.DivClassName
{
background-color: #ECA40D;
}
.BgClassName
{
background-color: #ECA40D;
}
</style>
border-color css
<style>
span { border-color: #ECA40D; }
span { border-color: rgb(236,164,13); }
td.TdClassName
{
border-color: #ECA40D;
}
.TagClassName
{
border-color: #ECA40D;
}
</style>