Shades of Gamboge #ECA80F
Tints of Gamboge #ECA80F
RGB
CMYK
RGB Variations
Color information
#ECA80F (or 0xECA80F) is known color: Gamboge. HEX triplet: EC, A8 and 0F. RGB value is (236,168,15). Sum of RGB (Red+Green+Blue) = 236+168+15=419 (55% of max value = 765). Red value is 236 (92.58% from 255 or 56.32% from 419); Green value is 168 (66.02% from 255 or 40.10% from 419); Blue value is 15 (6.25% from 255 or 3.58% from 419); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA80F is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #ECA80F is #1357F0. Grayscale: #ABABAB. Windows color (decimal): -1267697 or 1026284. OLE color: 1026284.
HSL color Cylindrical-coordinate representation of color #ECA80F: hue angle of 41.54º degrees, saturation: 0.88, 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 #ECA80F is Cyan = 0, Magento = 0.29, Yellow = 0.94 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 168 | 15 | - |
| CMYK | 0 | 0.29 | 0.94 | 0.07 |
| HSL | 41.54º | 0.88% | 0.49% | - |
| HSV(B) | 41.54º | 0.94% | 0.93% | - |
| XYZ | 48.68 | 45.87 | 6.74 | - |
| YUV | 170.89 | 40.03 | 174.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 168 | 15 | 0 | 0.29 | 0.94 | 0.07 | 41.54 | 0.88 | 0.49 |
| Hex | EC | A8 | F | 0 | 1D | 5E | 7 | 2A | 58 | 31 |
| Octal | 354 | 250 | 17 | 0 | 35 | 136 | 7 | 52 | 130 | 61 |
| Binary | 11101100 | 10101000 | 1111 | 0 | 11101 | 1011110 | 111 | 101010 | 1011000 | 110001 |
Color Harmonies of #ECA80F
Complementary color
Monochromatic Colors of #ECA80F
Black with #ECA80F
Text Example
Text Example
White with #ECA80F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECA80F; }
p { color: rgb(236,168,15); }
H1.HeaderClassName
{
color: #ECA80F;
}
.AnyTagClassName
{
color: #ECA80F;
}
</style>
background-color css
<style>
a { background-color: #ECA80F; }
a { background-color: rgb(236,168,15); }
div.DivClassName
{
background-color: #ECA80F;
}
.BgClassName
{
background-color: #ECA80F;
}
</style>
border-color css
<style>
span { border-color: #ECA80F; }
span { border-color: rgb(236,168,15); }
td.TdClassName
{
border-color: #ECA80F;
}
.TagClassName
{
border-color: #ECA80F;
}
</style>