Shades of Gamboge #ECAB0D
Tints of Gamboge #ECAB0D
RGB
CMYK
RGB Variations
Color information
#ECAB0D (or 0xECAB0D) is known color: Gamboge. HEX triplet: EC, AB and 0D. RGB value is (236,171,13). Sum of RGB (Red+Green+Blue) = 236+171+13=420 (55% of max value = 765). Red value is 236 (92.58% from 255 or 56.19% from 420); Green value is 171 (67.19% from 255 or 40.71% from 420); Blue value is 13 (5.47% from 255 or 3.10% from 420); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAB0D is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #ECAB0D is #1354F2. Grayscale: #ADADAD. Windows color (decimal): -1266931 or 895980. OLE color: 895980.
HSL color Cylindrical-coordinate representation of color #ECAB0D: hue angle of 42.51º 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 #ECAB0D is Cyan = 0, Magento = 0.28, Yellow = 0.94 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 171 | 13 | - |
| CMYK | 0 | 0.28 | 0.94 | 0.07 |
| HSL | 42.51º | 0.9% | 0.49% | - |
| HSV(B) | 42.51º | 0.94% | 0.93% | - |
| XYZ | 49.23 | 46.99 | 6.86 | - |
| YUV | 172.42 | 38.03 | 173.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 171 | 13 | 0 | 0.28 | 0.94 | 0.07 | 42.51 | 0.9 | 0.49 |
| Hex | EC | AB | D | 0 | 1C | 5E | 7 | 2B | 5A | 31 |
| Octal | 354 | 253 | 15 | 0 | 34 | 136 | 7 | 53 | 132 | 61 |
| Binary | 11101100 | 10101011 | 1101 | 0 | 11100 | 1011110 | 111 | 101011 | 1011010 | 110001 |
Color Harmonies of #ECAB0D
Complementary color
Monochromatic Colors of #ECAB0D
Black with #ECAB0D
Text Example
Text Example
White with #ECAB0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECAB0D; }
p { color: rgb(236,171,13); }
H1.HeaderClassName
{
color: #ECAB0D;
}
.AnyTagClassName
{
color: #ECAB0D;
}
</style>
background-color css
<style>
a { background-color: #ECAB0D; }
a { background-color: rgb(236,171,13); }
div.DivClassName
{
background-color: #ECAB0D;
}
.BgClassName
{
background-color: #ECAB0D;
}
</style>
border-color css
<style>
span { border-color: #ECAB0D; }
span { border-color: rgb(236,171,13); }
td.TdClassName
{
border-color: #ECAB0D;
}
.TagClassName
{
border-color: #ECAB0D;
}
</style>