Shades of Gamboge #ED9610
Tints of Gamboge #ED9610
RGB
CMYK
RGB Variations
Color information
#ED9610 (or 0xED9610) is known color: Gamboge. HEX triplet: ED, 96 and 10. RGB value is (237,150,16). Sum of RGB (Red+Green+Blue) = 237+150+16=403 (53% of max value = 765). Red value is 237 (92.97% from 255 or 58.81% from 403); Green value is 150 (58.98% from 255 or 37.22% from 403); Blue value is 16 (6.64% from 255 or 3.97% from 403); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9610 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #ED9610 is #1269EF. Grayscale: #A1A1A1. Windows color (decimal): -1206768 or 1087213. OLE color: 1087213.
HSL color Cylindrical-coordinate representation of color #ED9610: hue angle of 36.38º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #ED9610 is Cyan = 0, Magento = 0.37, Yellow = 0.93 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 150 | 16 | - |
| CMYK | 0 | 0.37 | 0.93 | 0.07 |
| HSL | 36.38º | 0.87% | 0.5% | - |
| HSV(B) | 36.38º | 0.93% | 0.93% | - |
| XYZ | 45.92 | 39.85 | 5.76 | - |
| YUV | 160.74 | 46.32 | 182.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 150 | 16 | 0 | 0.37 | 0.93 | 0.07 | 36.38 | 0.87 | 0.5 |
| Hex | ED | 96 | 10 | 0 | 25 | 5D | 7 | 24 | 57 | 32 |
| Octal | 355 | 226 | 20 | 0 | 45 | 135 | 7 | 44 | 127 | 62 |
| Binary | 11101101 | 10010110 | 10000 | 0 | 100101 | 1011101 | 111 | 100100 | 1010111 | 110010 |
Color Harmonies of #ED9610
Complementary color
Monochromatic Colors of #ED9610
Black with #ED9610
Text Example
Text Example
White with #ED9610
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED9610; }
p { color: rgb(237,150,16); }
H1.HeaderClassName
{
color: #ED9610;
}
.AnyTagClassName
{
color: #ED9610;
}
</style>
background-color css
<style>
a { background-color: #ED9610; }
a { background-color: rgb(237,150,16); }
div.DivClassName
{
background-color: #ED9610;
}
.BgClassName
{
background-color: #ED9610;
}
</style>
border-color css
<style>
span { border-color: #ED9610; }
span { border-color: rgb(237,150,16); }
td.TdClassName
{
border-color: #ED9610;
}
.TagClassName
{
border-color: #ED9610;
}
</style>