Shades of Gamboge #ECA80D
Tints of Gamboge #ECA80D
RGB
CMYK
RGB Variations
Color information
#ECA80D (or 0xECA80D) is known color: Gamboge. HEX triplet: EC, A8 and 0D. RGB value is (236,168,13). Sum of RGB (Red+Green+Blue) = 236+168+13=417 (55% of max value = 765). Red value is 236 (92.58% from 255 or 56.59% from 417); Green value is 168 (66.02% from 255 or 40.29% from 417); Blue value is 13 (5.47% from 255 or 3.12% from 417); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA80D is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #ECA80D is #1357F2. Grayscale: #ABABAB. Windows color (decimal): -1267699 or 895212. OLE color: 895212.
HSL color Cylindrical-coordinate representation of color #ECA80D: hue angle of 41.7º 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 #ECA80D is Cyan = 0, Magento = 0.29, Yellow = 0.94 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 168 | 13 | - |
| CMYK | 0 | 0.29 | 0.94 | 0.07 |
| HSL | 41.7º | 0.9% | 0.49% | - |
| HSV(B) | 41.7º | 0.94% | 0.93% | - |
| XYZ | 48.67 | 45.87 | 6.67 | - |
| YUV | 170.66 | 39.03 | 174.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 168 | 13 | 0 | 0.29 | 0.94 | 0.07 | 41.7 | 0.9 | 0.49 |
| Hex | EC | A8 | D | 0 | 1D | 5E | 7 | 2A | 5A | 31 |
| Octal | 354 | 250 | 15 | 0 | 35 | 136 | 7 | 52 | 132 | 61 |
| Binary | 11101100 | 10101000 | 1101 | 0 | 11101 | 1011110 | 111 | 101010 | 1011010 | 110001 |
Color Harmonies of #ECA80D
Complementary color
Monochromatic Colors of #ECA80D
Black with #ECA80D
Text Example
Text Example
White with #ECA80D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECA80D; }
p { color: rgb(236,168,13); }
H1.HeaderClassName
{
color: #ECA80D;
}
.AnyTagClassName
{
color: #ECA80D;
}
</style>
background-color css
<style>
a { background-color: #ECA80D; }
a { background-color: rgb(236,168,13); }
div.DivClassName
{
background-color: #ECA80D;
}
.BgClassName
{
background-color: #ECA80D;
}
</style>
border-color css
<style>
span { border-color: #ECA80D; }
span { border-color: rgb(236,168,13); }
td.TdClassName
{
border-color: #ECA80D;
}
.TagClassName
{
border-color: #ECA80D;
}
</style>