Shades of Gamboge #ECA30D
Tints of Gamboge #ECA30D
RGB
CMYK
RGB Variations
Color information
#ECA30D (or 0xECA30D) is known color: Gamboge. HEX triplet: EC, A3 and 0D. RGB value is (236,163,13). Sum of RGB (Red+Green+Blue) = 236+163+13=412 (54% of max value = 765). Red value is 236 (92.58% from 255 or 57.28% from 412); Green value is 163 (64.06% from 255 or 39.56% from 412); Blue value is 13 (5.47% from 255 or 3.16% from 412); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA30D is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #ECA30D is #135CF2. Grayscale: #A8A8A8. Windows color (decimal): -1268979 or 893932. OLE color: 893932.
HSL color Cylindrical-coordinate representation of color #ECA30D: hue angle of 40.36º 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 #ECA30D is Cyan = 0, Magento = 0.31, Yellow = 0.94 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 163 | 13 | - |
| CMYK | 0 | 0.31 | 0.94 | 0.07 |
| HSL | 40.36º | 0.9% | 0.49% | - |
| HSV(B) | 40.36º | 0.94% | 0.93% | - |
| XYZ | 47.76 | 44.06 | 6.37 | - |
| YUV | 167.73 | 40.68 | 176.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 163 | 13 | 0 | 0.31 | 0.94 | 0.07 | 40.36 | 0.9 | 0.49 |
| Hex | EC | A3 | D | 0 | 1F | 5E | 7 | 28 | 5A | 31 |
| Octal | 354 | 243 | 15 | 0 | 37 | 136 | 7 | 50 | 132 | 61 |
| Binary | 11101100 | 10100011 | 1101 | 0 | 11111 | 1011110 | 111 | 101000 | 1011010 | 110001 |
Color Harmonies of #ECA30D
Complementary color
Monochromatic Colors of #ECA30D
Black with #ECA30D
Text Example
Text Example
White with #ECA30D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECA30D; }
p { color: rgb(236,163,13); }
H1.HeaderClassName
{
color: #ECA30D;
}
.AnyTagClassName
{
color: #ECA30D;
}
</style>
background-color css
<style>
a { background-color: #ECA30D; }
a { background-color: rgb(236,163,13); }
div.DivClassName
{
background-color: #ECA30D;
}
.BgClassName
{
background-color: #ECA30D;
}
</style>
border-color css
<style>
span { border-color: #ECA30D; }
span { border-color: rgb(236,163,13); }
td.TdClassName
{
border-color: #ECA30D;
}
.TagClassName
{
border-color: #ECA30D;
}
</style>