Shades of Gamboge #EC9F08
Tints of Gamboge #EC9F08
RGB
CMYK
RGB Variations
Color information
#EC9F08 (or 0xEC9F08) is known color: Gamboge. HEX triplet: EC, 9F and 08. RGB value is (236,159,8). Sum of RGB (Red+Green+Blue) = 236+159+8=403 (53% of max value = 765). Red value is 236 (92.58% from 255 or 58.56% from 403); Green value is 159 (62.5% from 255 or 39.45% from 403); Blue value is 8 (3.52% from 255 or 1.99% from 403); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9F08 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EC9F08 is #1360F7. Grayscale: #A5A5A5. Windows color (decimal): -1270008 or 565228. OLE color: 565228.
HSL color Cylindrical-coordinate representation of color #EC9F08: hue angle of 39.74º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EC9F08 is Cyan = 0, Magento = 0.33, Yellow = 0.97 and Black (K on CMYK) = 0.07.
Color convert
RGB | 236 | 159 | 8 | - |
CMYK | 0 | 0.33 | 0.97 | 0.07 |
HSL | 39.74º | 0.93% | 0.48% | - |
HSV(B) | 39.74º | 0.97% | 0.93% | - |
XYZ | 47.03 | 42.65 | 5.98 | - |
YUV | 164.81 | 39.51 | 178.78 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 159 | 8 | 0 | 0.33 | 0.97 | 0.07 | 39.74 | 0.93 | 0.48 |
Hex | EC | 9F | 8 | 0 | 21 | 61 | 7 | 28 | 5D | 30 |
Octal | 354 | 237 | 10 | 0 | 41 | 141 | 7 | 50 | 135 | 60 |
Binary | 11101100 | 10011111 | 1000 | 0 | 100001 | 1100001 | 111 | 101000 | 1011101 | 110000 |
Color Harmonies of #EC9F08
Complementary color
Monochromatic Colors of #EC9F08
Black with #EC9F08
Text Example
Text Example
White with #EC9F08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC9F08; }
p { color: rgb(236,159,8); }
H1.HeaderClassName
{
color: #EC9F08;
}
.AnyTagClassName
{
color: #EC9F08;
}
</style>
background-color css
<style>
a { background-color: #EC9F08; }
a { background-color: rgb(236,159,8); }
div.DivClassName
{
background-color: #EC9F08;
}
.BgClassName
{
background-color: #EC9F08;
}
</style>
border-color css
<style>
span { border-color: #EC9F08; }
span { border-color: rgb(236,159,8); }
td.TdClassName
{
border-color: #EC9F08;
}
.TagClassName
{
border-color: #EC9F08;
}
</style>