Shades of Gamboge #EC900D
Tints of Gamboge #EC900D
RGB
CMYK
RGB Variations
Color information
#EC900D (or 0xEC900D) is known color: Gamboge. HEX triplet: EC, 90 and 0D. RGB value is (236,144,13). Sum of RGB (Red+Green+Blue) = 236+144+13=393 (52% of max value = 765). Red value is 236 (92.58% from 255 or 60.05% from 393); Green value is 144 (56.64% from 255 or 36.64% from 393); Blue value is 13 (5.47% from 255 or 3.31% from 393); Max value from RGB is 236 - color contains mainly: red. Hex color #EC900D is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EC900D is #136FF2. Grayscale: #9D9D9D. Windows color (decimal): -1273843 or 889068. OLE color: 889068.
HSL color Cylindrical-coordinate representation of color #EC900D: hue angle of 35.25º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EC900D is Cyan = 0, Magento = 0.39, Yellow = 0.94 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 144 | 13 | - |
| CMYK | 0 | 0.39 | 0.94 | 0.07 |
| HSL | 35.25º | 0.9% | 0.49% | - |
| HSV(B) | 35.25º | 0.94% | 0.93% | - |
| XYZ | 44.64 | 37.81 | 5.33 | - |
| YUV | 156.57 | 46.98 | 184.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 144 | 13 | 0 | 0.39 | 0.94 | 0.07 | 35.25 | 0.9 | 0.49 |
| Hex | EC | 90 | D | 0 | 27 | 5E | 7 | 23 | 5A | 31 |
| Octal | 354 | 220 | 15 | 0 | 47 | 136 | 7 | 43 | 132 | 61 |
| Binary | 11101100 | 10010000 | 1101 | 0 | 100111 | 1011110 | 111 | 100011 | 1011010 | 110001 |
Color Harmonies of #EC900D
Complementary color
Monochromatic Colors of #EC900D
Black with #EC900D
Text Example
Text Example
White with #EC900D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC900D; }
p { color: rgb(236,144,13); }
H1.HeaderClassName
{
color: #EC900D;
}
.AnyTagClassName
{
color: #EC900D;
}
</style>
background-color css
<style>
a { background-color: #EC900D; }
a { background-color: rgb(236,144,13); }
div.DivClassName
{
background-color: #EC900D;
}
.BgClassName
{
background-color: #EC900D;
}
</style>
border-color css
<style>
span { border-color: #EC900D; }
span { border-color: rgb(236,144,13); }
td.TdClassName
{
border-color: #EC900D;
}
.TagClassName
{
border-color: #EC900D;
}
</style>