Shades of Gamboge #EC9F02
Tints of Gamboge #EC9F02
RGB
CMYK
RGB Variations
Color information
#EC9F02 (or 0xEC9F02) is known color: Gamboge. HEX triplet: EC, 9F and 02. RGB value is (236,159,2). Sum of RGB (Red+Green+Blue) = 236+159+2=397 (52% of max value = 765). Red value is 236 (92.58% from 255 or 59.45% from 397); Green value is 159 (62.5% from 255 or 40.05% from 397); Blue value is 2 (1.17% from 255 or 0.50% from 397); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9F02 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EC9F02 is #1360FD. Grayscale: #A4A4A4. Windows color (decimal): -1270014 or 172012. OLE color: 172012.
HSL color Cylindrical-coordinate representation of color #EC9F02: hue angle of 40.26º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #EC9F02 is Cyan = 0, Magento = 0.33, Yellow = 0.99 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 159 | 2 | - |
| CMYK | 0 | 0.33 | 0.99 | 0.07 |
| HSL | 40.26º | 0.98% | 0.47% | - |
| HSV(B) | 40.26º | 0.99% | 0.93% | - |
| XYZ | 47 | 42.63 | 5.81 | - |
| YUV | 164.13 | 36.51 | 179.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 159 | 2 | 0 | 0.33 | 0.99 | 0.07 | 40.26 | 0.98 | 0.47 |
| Hex | EC | 9F | 2 | 0 | 21 | 63 | 7 | 28 | 62 | 2F |
| Octal | 354 | 237 | 2 | 0 | 41 | 143 | 7 | 50 | 142 | 57 |
| Binary | 11101100 | 10011111 | 10 | 0 | 100001 | 1100011 | 111 | 101000 | 1100010 | 101111 |
Color Harmonies of #EC9F02
Complementary color
Monochromatic Colors of #EC9F02
Black with #EC9F02
Text Example
Text Example
White with #EC9F02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC9F02; }
p { color: rgb(236,159,2); }
H1.HeaderClassName
{
color: #EC9F02;
}
.AnyTagClassName
{
color: #EC9F02;
}
</style>
background-color css
<style>
a { background-color: #EC9F02; }
a { background-color: rgb(236,159,2); }
div.DivClassName
{
background-color: #EC9F02;
}
.BgClassName
{
background-color: #EC9F02;
}
</style>
border-color css
<style>
span { border-color: #EC9F02; }
span { border-color: rgb(236,159,2); }
td.TdClassName
{
border-color: #EC9F02;
}
.TagClassName
{
border-color: #EC9F02;
}
</style>