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