Shades of Gamboge #EC9F03
Tints of Gamboge #EC9F03
RGB
CMYK
RGB Variations
Color information
#EC9F03 (or 0xEC9F03) is known color: Gamboge. HEX triplet: EC, 9F and 03. RGB value is (236,159,3). Sum of RGB (Red+Green+Blue) = 236+159+3=398 (52% of max value = 765). Red value is 236 (92.58% from 255 or 59.30% from 398); Green value is 159 (62.5% from 255 or 39.95% from 398); Blue value is 3 (1.56% from 255 or 0.75% from 398); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9F03 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EC9F03 is #1360FC. Grayscale: #A4A4A4. Windows color (decimal): -1270013 or 237548. OLE color: 237548.
HSL color Cylindrical-coordinate representation of color #EC9F03: hue angle of 40.17º degrees, saturation: 0.97, 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 #EC9F03 is Cyan = 0, Magento = 0.33, Yellow = 0.99 and Black (K on CMYK) = 0.07.
Color convert
RGB | 236 | 159 | 3 | - |
CMYK | 0 | 0.33 | 0.99 | 0.07 |
HSL | 40.17º | 0.97% | 0.47% | - |
HSV(B) | 40.17º | 0.99% | 0.93% | - |
XYZ | 47.01 | 42.64 | 5.84 | - |
YUV | 164.24 | 37.01 | 179.18 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 159 | 3 | 0 | 0.33 | 0.99 | 0.07 | 40.17 | 0.97 | 0.47 |
Hex | EC | 9F | 3 | 0 | 21 | 63 | 7 | 28 | 61 | 2F |
Octal | 354 | 237 | 3 | 0 | 41 | 143 | 7 | 50 | 141 | 57 |
Binary | 11101100 | 10011111 | 11 | 0 | 100001 | 1100011 | 111 | 101000 | 1100001 | 101111 |
Color Harmonies of #EC9F03
Complementary color
Monochromatic Colors of #EC9F03
Black with #EC9F03
Text Example
Text Example
White with #EC9F03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC9F03; }
p { color: rgb(236,159,3); }
H1.HeaderClassName
{
color: #EC9F03;
}
.AnyTagClassName
{
color: #EC9F03;
}
</style>
background-color css
<style>
a { background-color: #EC9F03; }
a { background-color: rgb(236,159,3); }
div.DivClassName
{
background-color: #EC9F03;
}
.BgClassName
{
background-color: #EC9F03;
}
</style>
border-color css
<style>
span { border-color: #EC9F03; }
span { border-color: rgb(236,159,3); }
td.TdClassName
{
border-color: #EC9F03;
}
.TagClassName
{
border-color: #EC9F03;
}
</style>