Shades of Gamboge #EC9700
Tints of Gamboge #EC9700
RGB
CMYK
RGB Variations
Color information
#EC9700 (or 0xEC9700) is known color: Gamboge. HEX triplet: EC, 97 and 00. RGB value is (236,151,0). Sum of RGB (Red+Green+Blue) = 236+151+0=387 (51% of max value = 765). Red value is 236 (92.58% from 255 or 60.98% from 387); Green value is 151 (59.38% from 255 or 39.02% from 387); Blue value is 0 (0.39% from 255 or 0% from 387); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9700 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EC9700 is #1368FF. Grayscale: #9F9F9F. Windows color (decimal): -1272064 or 38892. OLE color: 38892.
HSL color Cylindrical-coordinate representation of color #EC9700: hue angle of 38.39º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EC9700 is Cyan = 0, Magento = 0.36, Yellow = 1 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 151 | 0 | - |
| CMYK | 0 | 0.36 | 1 | 0.07 |
| HSL | 38.39º | 1% | 0.46% | - |
| HSV(B) | 38.39º | 1% | 0.93% | - |
| XYZ | 45.66 | 39.97 | 5.31 | - |
| YUV | 159.2 | 38.16 | 182.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 151 | 0 | 0 | 0.36 | 1 | 0.07 | 38.39 | 1 | 0.46 |
| Hex | EC | 97 | 0 | 0 | 24 | 64 | 7 | 26 | 64 | 2E |
| Octal | 354 | 227 | 0 | 0 | 44 | 144 | 7 | 46 | 144 | 56 |
| Binary | 11101100 | 10010111 | 0 | 0 | 100100 | 1100100 | 111 | 100110 | 1100100 | 101110 |
Color Harmonies of #EC9700
Complementary color
Monochromatic Colors of #EC9700
Black with #EC9700
Text Example
Text Example
White with #EC9700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC9700; }
p { color: rgb(236,151,0); }
H1.HeaderClassName
{
color: #EC9700;
}
.AnyTagClassName
{
color: #EC9700;
}
</style>
background-color css
<style>
a { background-color: #EC9700; }
a { background-color: rgb(236,151,0); }
div.DivClassName
{
background-color: #EC9700;
}
.BgClassName
{
background-color: #EC9700;
}
</style>
border-color css
<style>
span { border-color: #EC9700; }
span { border-color: rgb(236,151,0); }
td.TdClassName
{
border-color: #EC9700;
}
.TagClassName
{
border-color: #EC9700;
}
</style>