Shades of Gamboge #EC910B
Tints of Gamboge #EC910B
RGB
CMYK
RGB Variations
Color information
#EC910B (or 0xEC910B) is known color: Gamboge. HEX triplet: EC, 91 and 0B. RGB value is (236,145,11). Sum of RGB (Red+Green+Blue) = 236+145+11=392 (51% of max value = 765). Red value is 236 (92.58% from 255 or 60.20% from 392); Green value is 145 (57.03% from 255 or 36.99% from 392); Blue value is 11 (4.69% from 255 or 2.81% from 392); Max value from RGB is 236 - color contains mainly: red. Hex color #EC910B is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EC910B is #136EF4. Grayscale: #9D9D9D. Windows color (decimal): -1273589 or 758252. OLE color: 758252.
HSL color Cylindrical-coordinate representation of color #EC910B: hue angle of 35.73º 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 #EC910B is Cyan = 0, Magento = 0.39, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 145 | 11 | - |
| CMYK | 0 | 0.39 | 0.95 | 0.07 |
| HSL | 35.73º | 0.91% | 0.48% | - |
| HSV(B) | 35.73º | 0.95% | 0.93% | - |
| XYZ | 44.78 | 38.11 | 5.31 | - |
| YUV | 156.93 | 45.65 | 184.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 145 | 11 | 0 | 0.39 | 0.95 | 0.07 | 35.73 | 0.91 | 0.48 |
| Hex | EC | 91 | B | 0 | 27 | 5F | 7 | 24 | 5B | 30 |
| Octal | 354 | 221 | 13 | 0 | 47 | 137 | 7 | 44 | 133 | 60 |
| Binary | 11101100 | 10010001 | 1011 | 0 | 100111 | 1011111 | 111 | 100100 | 1011011 | 110000 |
Color Harmonies of #EC910B
Complementary color
Monochromatic Colors of #EC910B
Black with #EC910B
Text Example
Text Example
White with #EC910B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC910B; }
p { color: rgb(236,145,11); }
H1.HeaderClassName
{
color: #EC910B;
}
.AnyTagClassName
{
color: #EC910B;
}
</style>
background-color css
<style>
a { background-color: #EC910B; }
a { background-color: rgb(236,145,11); }
div.DivClassName
{
background-color: #EC910B;
}
.BgClassName
{
background-color: #EC910B;
}
</style>
border-color css
<style>
span { border-color: #EC910B; }
span { border-color: rgb(236,145,11); }
td.TdClassName
{
border-color: #EC910B;
}
.TagClassName
{
border-color: #EC910B;
}
</style>