Shades of Gamboge #EC930B
Tints of Gamboge #EC930B
RGB
CMYK
RGB Variations
Color information
#EC930B (or 0xEC930B) is known color: Gamboge. HEX triplet: EC, 93 and 0B. RGB value is (236,147,11). Sum of RGB (Red+Green+Blue) = 236+147+11=394 (52% of max value = 765). Red value is 236 (92.58% from 255 or 59.90% from 394); Green value is 147 (57.81% from 255 or 37.31% from 394); Blue value is 11 (4.69% from 255 or 2.79% from 394); Max value from RGB is 236 - color contains mainly: red. Hex color #EC930B is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EC930B is #136CF4. Grayscale: #9E9E9E. Windows color (decimal): -1273077 or 758764. OLE color: 758764.
HSL color Cylindrical-coordinate representation of color #EC930B: hue angle of 36.27º 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 #EC930B is Cyan = 0, Magento = 0.38, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 147 | 11 | - |
| CMYK | 0 | 0.38 | 0.95 | 0.07 |
| HSL | 36.27º | 0.91% | 0.48% | - |
| HSV(B) | 36.27º | 0.95% | 0.93% | - |
| XYZ | 45.09 | 38.72 | 5.41 | - |
| YUV | 158.11 | 44.99 | 183.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 147 | 11 | 0 | 0.38 | 0.95 | 0.07 | 36.27 | 0.91 | 0.48 |
| Hex | EC | 93 | B | 0 | 26 | 5F | 7 | 24 | 5B | 30 |
| Octal | 354 | 223 | 13 | 0 | 46 | 137 | 7 | 44 | 133 | 60 |
| Binary | 11101100 | 10010011 | 1011 | 0 | 100110 | 1011111 | 111 | 100100 | 1011011 | 110000 |
Color Harmonies of #EC930B
Complementary color
Monochromatic Colors of #EC930B
Black with #EC930B
Text Example
Text Example
White with #EC930B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC930B; }
p { color: rgb(236,147,11); }
H1.HeaderClassName
{
color: #EC930B;
}
.AnyTagClassName
{
color: #EC930B;
}
</style>
background-color css
<style>
a { background-color: #EC930B; }
a { background-color: rgb(236,147,11); }
div.DivClassName
{
background-color: #EC930B;
}
.BgClassName
{
background-color: #EC930B;
}
</style>
border-color css
<style>
span { border-color: #EC930B; }
span { border-color: rgb(236,147,11); }
td.TdClassName
{
border-color: #EC930B;
}
.TagClassName
{
border-color: #EC930B;
}
</style>