Shades of Gamboge #EC9F00
Tints of Gamboge #EC9F00
RGB
CMYK
RGB Variations
Color information
#EC9F00 (or 0xEC9F00) is known color: Gamboge. HEX triplet: EC, 9F and 00. RGB value is (236,159,0). Sum of RGB (Red+Green+Blue) = 236+159+0=395 (52% of max value = 765). Red value is 236 (92.58% from 255 or 59.75% from 395); Green value is 159 (62.5% from 255 or 40.25% from 395); Blue value is 0 (0.39% from 255 or 0% from 395); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9F00 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EC9F00 is #1360FF. Grayscale: #A4A4A4. Windows color (decimal): -1270016 or 40940. OLE color: 40940.
HSL color Cylindrical-coordinate representation of color #EC9F00: hue angle of 40.42º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EC9F00 is Cyan = 0, Magento = 0.33, Yellow = 1 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 159 | 0 | - |
| CMYK | 0 | 0.33 | 1 | 0.07 |
| HSL | 40.42º | 1% | 0.46% | - |
| HSV(B) | 40.42º | 1% | 0.93% | - |
| XYZ | 46.99 | 42.63 | 5.75 | - |
| YUV | 163.9 | 35.51 | 179.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 159 | 0 | 0 | 0.33 | 1 | 0.07 | 40.42 | 1 | 0.46 |
| Hex | EC | 9F | 0 | 0 | 21 | 64 | 7 | 28 | 64 | 2E |
| Octal | 354 | 237 | 0 | 0 | 41 | 144 | 7 | 50 | 144 | 56 |
| Binary | 11101100 | 10011111 | 0 | 0 | 100001 | 1100100 | 111 | 101000 | 1100100 | 101110 |
Color Harmonies of #EC9F00
Complementary color
Monochromatic Colors of #EC9F00
Black with #EC9F00
Text Example
Text Example
White with #EC9F00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC9F00; }
p { color: rgb(236,159,0); }
H1.HeaderClassName
{
color: #EC9F00;
}
.AnyTagClassName
{
color: #EC9F00;
}
</style>
background-color css
<style>
a { background-color: #EC9F00; }
a { background-color: rgb(236,159,0); }
div.DivClassName
{
background-color: #EC9F00;
}
.BgClassName
{
background-color: #EC9F00;
}
</style>
border-color css
<style>
span { border-color: #EC9F00; }
span { border-color: rgb(236,159,0); }
td.TdClassName
{
border-color: #EC9F00;
}
.TagClassName
{
border-color: #EC9F00;
}
</style>