Shades of Gamboge #EC900C
Tints of Gamboge #EC900C
RGB
CMYK
RGB Variations
Color information
#EC900C (or 0xEC900C) is known color: Gamboge. HEX triplet: EC, 90 and 0C. RGB value is (236,144,12). Sum of RGB (Red+Green+Blue) = 236+144+12=392 (51% of max value = 765). Red value is 236 (92.58% from 255 or 60.20% from 392); Green value is 144 (56.64% from 255 or 36.73% from 392); Blue value is 12 (5.08% from 255 or 3.06% from 392); Max value from RGB is 236 - color contains mainly: red. Hex color #EC900C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EC900C is #136FF3. Grayscale: #9D9D9D. Windows color (decimal): -1273844 or 823532. OLE color: 823532.
HSL color Cylindrical-coordinate representation of color #EC900C: hue angle of 35.36º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EC900C is Cyan = 0, Magento = 0.39, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 144 | 12 | - |
| CMYK | 0 | 0.39 | 0.95 | 0.07 |
| HSL | 35.36º | 0.9% | 0.49% | - |
| HSV(B) | 35.36º | 0.95% | 0.93% | - |
| XYZ | 44.63 | 37.81 | 5.29 | - |
| YUV | 156.46 | 46.48 | 184.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 144 | 12 | 0 | 0.39 | 0.95 | 0.07 | 35.36 | 0.9 | 0.49 |
| Hex | EC | 90 | C | 0 | 27 | 5F | 7 | 23 | 5A | 31 |
| Octal | 354 | 220 | 14 | 0 | 47 | 137 | 7 | 43 | 132 | 61 |
| Binary | 11101100 | 10010000 | 1100 | 0 | 100111 | 1011111 | 111 | 100011 | 1011010 | 110001 |
Color Harmonies of #EC900C
Complementary color
Monochromatic Colors of #EC900C
Black with #EC900C
Text Example
Text Example
White with #EC900C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC900C; }
p { color: rgb(236,144,12); }
H1.HeaderClassName
{
color: #EC900C;
}
.AnyTagClassName
{
color: #EC900C;
}
</style>
background-color css
<style>
a { background-color: #EC900C; }
a { background-color: rgb(236,144,12); }
div.DivClassName
{
background-color: #EC900C;
}
.BgClassName
{
background-color: #EC900C;
}
</style>
border-color css
<style>
span { border-color: #EC900C; }
span { border-color: rgb(236,144,12); }
td.TdClassName
{
border-color: #EC900C;
}
.TagClassName
{
border-color: #EC900C;
}
</style>