Shades of Gamboge #EC970B
Tints of Gamboge #EC970B
RGB
CMYK
RGB Variations
Color information
#EC970B (or 0xEC970B) is known color: Gamboge. HEX triplet: EC, 97 and 0B. RGB value is (236,151,11). Sum of RGB (Red+Green+Blue) = 236+151+11=398 (52% of max value = 765). Red value is 236 (92.58% from 255 or 59.30% from 398); Green value is 151 (59.38% from 255 or 37.94% from 398); Blue value is 11 (4.69% from 255 or 2.76% from 398); Max value from RGB is 236 - color contains mainly: red. Hex color #EC970B is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EC970B is #1368F4. Grayscale: #A1A1A1. Windows color (decimal): -1272053 or 759788. OLE color: 759788.
HSL color Cylindrical-coordinate representation of color #EC970B: hue angle of 37.33º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EC970B is Cyan = 0, Magento = 0.36, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 151 | 11 | - |
| CMYK | 0 | 0.36 | 0.95 | 0.07 |
| HSL | 37.33º | 0.91% | 0.48% | - |
| HSV(B) | 37.33º | 0.95% | 0.93% | - |
| XYZ | 45.72 | 39.99 | 5.63 | - |
| YUV | 160.46 | 43.66 | 181.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 151 | 11 | 0 | 0.36 | 0.95 | 0.07 | 37.33 | 0.91 | 0.48 |
| Hex | EC | 97 | B | 0 | 24 | 5F | 7 | 25 | 5B | 30 |
| Octal | 354 | 227 | 13 | 0 | 44 | 137 | 7 | 45 | 133 | 60 |
| Binary | 11101100 | 10010111 | 1011 | 0 | 100100 | 1011111 | 111 | 100101 | 1011011 | 110000 |
Color Harmonies of #EC970B
Complementary color
Monochromatic Colors of #EC970B
Black with #EC970B
Text Example
Text Example
White with #EC970B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC970B; }
p { color: rgb(236,151,11); }
H1.HeaderClassName
{
color: #EC970B;
}
.AnyTagClassName
{
color: #EC970B;
}
</style>
background-color css
<style>
a { background-color: #EC970B; }
a { background-color: rgb(236,151,11); }
div.DivClassName
{
background-color: #EC970B;
}
.BgClassName
{
background-color: #EC970B;
}
</style>
border-color css
<style>
span { border-color: #EC970B; }
span { border-color: rgb(236,151,11); }
td.TdClassName
{
border-color: #EC970B;
}
.TagClassName
{
border-color: #EC970B;
}
</style>