Shades of Gamboge #EC9F12
Tints of Gamboge #EC9F12
RGB
CMYK
RGB Variations
Color information
#EC9F12 (or 0xEC9F12) is known color: Gamboge. HEX triplet: EC, 9F and 12. RGB value is (236,159,18). Sum of RGB (Red+Green+Blue) = 236+159+18=413 (54% of max value = 765). Red value is 236 (92.58% from 255 or 57.14% from 413); Green value is 159 (62.5% from 255 or 38.50% from 413); Blue value is 18 (7.42% from 255 or 4.36% from 413); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9F12 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EC9F12 is #1360ED. Grayscale: #A6A6A6. Windows color (decimal): -1269998 or 1220588. OLE color: 1220588.
HSL color Cylindrical-coordinate representation of color #EC9F12: hue angle of 38.81º degrees, saturation: 0.86, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EC9F12 is Cyan = 0, Magento = 0.33, Yellow = 0.92 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 159 | 18 | - |
| CMYK | 0 | 0.33 | 0.92 | 0.07 |
| HSL | 38.81º | 0.86% | 0.5% | - |
| HSV(B) | 38.81º | 0.92% | 0.93% | - |
| XYZ | 47.1 | 42.67 | 6.33 | - |
| YUV | 165.95 | 44.51 | 177.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 159 | 18 | 0 | 0.33 | 0.92 | 0.07 | 38.81 | 0.86 | 0.5 |
| Hex | EC | 9F | 12 | 0 | 21 | 5C | 7 | 27 | 56 | 32 |
| Octal | 354 | 237 | 22 | 0 | 41 | 134 | 7 | 47 | 126 | 62 |
| Binary | 11101100 | 10011111 | 10010 | 0 | 100001 | 1011100 | 111 | 100111 | 1010110 | 110010 |
Color Harmonies of #EC9F12
Complementary color
Monochromatic Colors of #EC9F12
Black with #EC9F12
Text Example
Text Example
White with #EC9F12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC9F12; }
p { color: rgb(236,159,18); }
H1.HeaderClassName
{
color: #EC9F12;
}
.AnyTagClassName
{
color: #EC9F12;
}
</style>
background-color css
<style>
a { background-color: #EC9F12; }
a { background-color: rgb(236,159,18); }
div.DivClassName
{
background-color: #EC9F12;
}
.BgClassName
{
background-color: #EC9F12;
}
</style>
border-color css
<style>
span { border-color: #EC9F12; }
span { border-color: rgb(236,159,18); }
td.TdClassName
{
border-color: #EC9F12;
}
.TagClassName
{
border-color: #EC9F12;
}
</style>