Shades of Gamboge #EC900B
Tints of Gamboge #EC900B
RGB
CMYK
RGB Variations
Color information
#EC900B (or 0xEC900B) is known color: Gamboge. HEX triplet: EC, 90 and 0B. RGB value is (236,144,11). Sum of RGB (Red+Green+Blue) = 236+144+11=391 (51% of max value = 765). Red value is 236 (92.58% from 255 or 60.36% from 391); Green value is 144 (56.64% from 255 or 36.83% from 391); Blue value is 11 (4.69% from 255 or 2.81% from 391); Max value from RGB is 236 - color contains mainly: red. Hex color #EC900B is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EC900B is #136FF4. Grayscale: #9C9C9C. Windows color (decimal): -1273845 or 757996. OLE color: 757996.
HSL color Cylindrical-coordinate representation of color #EC900B: hue angle of 35.47º 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 #EC900B is Cyan = 0, Magento = 0.39, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 144 | 11 | - |
| CMYK | 0 | 0.39 | 0.95 | 0.07 |
| HSL | 35.47º | 0.91% | 0.48% | - |
| HSV(B) | 35.47º | 0.95% | 0.93% | - |
| XYZ | 44.63 | 37.8 | 5.26 | - |
| YUV | 156.35 | 45.98 | 184.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 144 | 11 | 0 | 0.39 | 0.95 | 0.07 | 35.47 | 0.91 | 0.48 |
| Hex | EC | 90 | B | 0 | 27 | 5F | 7 | 23 | 5B | 30 |
| Octal | 354 | 220 | 13 | 0 | 47 | 137 | 7 | 43 | 133 | 60 |
| Binary | 11101100 | 10010000 | 1011 | 0 | 100111 | 1011111 | 111 | 100011 | 1011011 | 110000 |
Color Harmonies of #EC900B
Complementary color
Monochromatic Colors of #EC900B
Black with #EC900B
Text Example
Text Example
White with #EC900B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC900B; }
p { color: rgb(236,144,11); }
H1.HeaderClassName
{
color: #EC900B;
}
.AnyTagClassName
{
color: #EC900B;
}
</style>
background-color css
<style>
a { background-color: #EC900B; }
a { background-color: rgb(236,144,11); }
div.DivClassName
{
background-color: #EC900B;
}
.BgClassName
{
background-color: #EC900B;
}
</style>
border-color css
<style>
span { border-color: #EC900B; }
span { border-color: rgb(236,144,11); }
td.TdClassName
{
border-color: #EC900B;
}
.TagClassName
{
border-color: #EC900B;
}
</style>