Shades of Gamboge #EC970A
Tints of Gamboge #EC970A
RGB
CMYK
RGB Variations
Color information
#EC970A (or 0xEC970A) is known color: Gamboge. HEX triplet: EC, 97 and 0A. RGB value is (236,151,10). Sum of RGB (Red+Green+Blue) = 236+151+10=397 (52% of max value = 765). Red value is 236 (92.58% from 255 or 59.45% from 397); Green value is 151 (59.38% from 255 or 38.04% from 397); Blue value is 10 (4.30% from 255 or 2.52% from 397); Max value from RGB is 236 - color contains mainly: red. Hex color #EC970A is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EC970A is #1368F5. Grayscale: #A0A0A0. Windows color (decimal): -1272054 or 694252. OLE color: 694252.
HSL color Cylindrical-coordinate representation of color #EC970A: hue angle of 37.43º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EC970A is Cyan = 0, Magento = 0.36, Yellow = 0.96 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 151 | 10 | - |
| CMYK | 0 | 0.36 | 0.96 | 0.07 |
| HSL | 37.43º | 0.92% | 0.48% | - |
| HSV(B) | 37.43º | 0.96% | 0.93% | - |
| XYZ | 45.71 | 39.99 | 5.6 | - |
| YUV | 160.34 | 43.16 | 181.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 151 | 10 | 0 | 0.36 | 0.96 | 0.07 | 37.43 | 0.92 | 0.48 |
| Hex | EC | 97 | A | 0 | 24 | 60 | 7 | 25 | 5C | 30 |
| Octal | 354 | 227 | 12 | 0 | 44 | 140 | 7 | 45 | 134 | 60 |
| Binary | 11101100 | 10010111 | 1010 | 0 | 100100 | 1100000 | 111 | 100101 | 1011100 | 110000 |
Color Harmonies of #EC970A
Complementary color
Monochromatic Colors of #EC970A
Black with #EC970A
Text Example
Text Example
White with #EC970A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC970A; }
p { color: rgb(236,151,10); }
H1.HeaderClassName
{
color: #EC970A;
}
.AnyTagClassName
{
color: #EC970A;
}
</style>
background-color css
<style>
a { background-color: #EC970A; }
a { background-color: rgb(236,151,10); }
div.DivClassName
{
background-color: #EC970A;
}
.BgClassName
{
background-color: #EC970A;
}
</style>
border-color css
<style>
span { border-color: #EC970A; }
span { border-color: rgb(236,151,10); }
td.TdClassName
{
border-color: #EC970A;
}
.TagClassName
{
border-color: #EC970A;
}
</style>