Shades of Gamboge #EC950E
Tints of Gamboge #EC950E
RGB
CMYK
RGB Variations
Color information
#EC950E (or 0xEC950E) is known color: Gamboge. HEX triplet: EC, 95 and 0E. RGB value is (236,149,14). Sum of RGB (Red+Green+Blue) = 236+149+14=399 (52% of max value = 765). Red value is 236 (92.58% from 255 or 59.15% from 399); Green value is 149 (58.59% from 255 or 37.34% from 399); Blue value is 14 (5.86% from 255 or 3.51% from 399); Max value from RGB is 236 - color contains mainly: red. Hex color #EC950E is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EC950E is #136AF1. Grayscale: #A0A0A0. Windows color (decimal): -1272562 or 955884. OLE color: 955884.
HSL color Cylindrical-coordinate representation of color #EC950E: hue angle of 36.49º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EC950E is Cyan = 0, Magento = 0.37, Yellow = 0.94 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 149 | 14 | - |
| CMYK | 0 | 0.37 | 0.94 | 0.07 |
| HSL | 36.49º | 0.89% | 0.49% | - |
| HSV(B) | 36.49º | 0.94% | 0.93% | - |
| XYZ | 45.42 | 39.36 | 5.62 | - |
| YUV | 159.62 | 45.82 | 182.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 149 | 14 | 0 | 0.37 | 0.94 | 0.07 | 36.49 | 0.89 | 0.49 |
| Hex | EC | 95 | E | 0 | 25 | 5E | 7 | 24 | 59 | 31 |
| Octal | 354 | 225 | 16 | 0 | 45 | 136 | 7 | 44 | 131 | 61 |
| Binary | 11101100 | 10010101 | 1110 | 0 | 100101 | 1011110 | 111 | 100100 | 1011001 | 110001 |
Color Harmonies of #EC950E
Complementary color
Monochromatic Colors of #EC950E
Black with #EC950E
Text Example
Text Example
White with #EC950E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC950E; }
p { color: rgb(236,149,14); }
H1.HeaderClassName
{
color: #EC950E;
}
.AnyTagClassName
{
color: #EC950E;
}
</style>
background-color css
<style>
a { background-color: #EC950E; }
a { background-color: rgb(236,149,14); }
div.DivClassName
{
background-color: #EC950E;
}
.BgClassName
{
background-color: #EC950E;
}
</style>
border-color css
<style>
span { border-color: #EC950E; }
span { border-color: rgb(236,149,14); }
td.TdClassName
{
border-color: #EC950E;
}
.TagClassName
{
border-color: #EC950E;
}
</style>