Shades of Gamboge #ECA90C
Tints of Gamboge #ECA90C
RGB
CMYK
RGB Variations
Color information
#ECA90C (or 0xECA90C) is known color: Gamboge. HEX triplet: EC, A9 and 0C. RGB value is (236,169,12). Sum of RGB (Red+Green+Blue) = 236+169+12=417 (55% of max value = 765). Red value is 236 (92.58% from 255 or 56.59% from 417); Green value is 169 (66.41% from 255 or 40.53% from 417); Blue value is 12 (5.08% from 255 or 2.88% from 417); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA90C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #ECA90C is #1356F3. Grayscale: #ABABAB. Windows color (decimal): -1267444 or 829932. OLE color: 829932.
HSL color Cylindrical-coordinate representation of color #ECA90C: hue angle of 42.05º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #ECA90C is Cyan = 0, Magento = 0.28, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 169 | 12 | - |
| CMYK | 0 | 0.28 | 0.95 | 0.07 |
| HSL | 42.05º | 0.9% | 0.49% | - |
| HSV(B) | 42.05º | 0.95% | 0.93% | - |
| XYZ | 48.85 | 46.24 | 6.7 | - |
| YUV | 171.14 | 38.2 | 174.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 169 | 12 | 0 | 0.28 | 0.95 | 0.07 | 42.05 | 0.9 | 0.49 |
| Hex | EC | A9 | C | 0 | 1C | 5F | 7 | 2A | 5A | 31 |
| Octal | 354 | 251 | 14 | 0 | 34 | 137 | 7 | 52 | 132 | 61 |
| Binary | 11101100 | 10101001 | 1100 | 0 | 11100 | 1011111 | 111 | 101010 | 1011010 | 110001 |
Color Harmonies of #ECA90C
Complementary color
Monochromatic Colors of #ECA90C
Black with #ECA90C
Text Example
Text Example
White with #ECA90C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECA90C; }
p { color: rgb(236,169,12); }
H1.HeaderClassName
{
color: #ECA90C;
}
.AnyTagClassName
{
color: #ECA90C;
}
</style>
background-color css
<style>
a { background-color: #ECA90C; }
a { background-color: rgb(236,169,12); }
div.DivClassName
{
background-color: #ECA90C;
}
.BgClassName
{
background-color: #ECA90C;
}
</style>
border-color css
<style>
span { border-color: #ECA90C; }
span { border-color: rgb(236,169,12); }
td.TdClassName
{
border-color: #ECA90C;
}
.TagClassName
{
border-color: #ECA90C;
}
</style>