Shades of Gamboge #ED9607
Tints of Gamboge #ED9607
RGB
CMYK
RGB Variations
Color information
#ED9607 (or 0xED9607) is known color: Gamboge. HEX triplet: ED, 96 and 07. RGB value is (237,150,7). Sum of RGB (Red+Green+Blue) = 237+150+7=394 (52% of max value = 765). Red value is 237 (92.97% from 255 or 60.15% from 394); Green value is 150 (58.98% from 255 or 38.07% from 394); Blue value is 7 (3.12% from 255 or 1.78% from 394); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9607 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #ED9607 is #1269F8. Grayscale: #A0A0A0. Windows color (decimal): -1206777 or 497389. OLE color: 497389.
HSL color Cylindrical-coordinate representation of color #ED9607: hue angle of 37.3º degrees, saturation: 0.94, 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 #ED9607 is Cyan = 0, Magento = 0.37, Yellow = 0.97 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 150 | 7 | - |
| CMYK | 0 | 0.37 | 0.97 | 0.07 |
| HSL | 37.3º | 0.94% | 0.48% | - |
| HSV(B) | 37.3º | 0.97% | 0.93% | - |
| XYZ | 45.87 | 39.83 | 5.47 | - |
| YUV | 159.71 | 41.82 | 183.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 150 | 7 | 0 | 0.37 | 0.97 | 0.07 | 37.3 | 0.94 | 0.48 |
| Hex | ED | 96 | 7 | 0 | 25 | 61 | 7 | 25 | 5E | 30 |
| Octal | 355 | 226 | 7 | 0 | 45 | 141 | 7 | 45 | 136 | 60 |
| Binary | 11101101 | 10010110 | 111 | 0 | 100101 | 1100001 | 111 | 100101 | 1011110 | 110000 |
Color Harmonies of #ED9607
Complementary color
Monochromatic Colors of #ED9607
Black with #ED9607
Text Example
Text Example
White with #ED9607
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED9607; }
p { color: rgb(237,150,7); }
H1.HeaderClassName
{
color: #ED9607;
}
.AnyTagClassName
{
color: #ED9607;
}
</style>
background-color css
<style>
a { background-color: #ED9607; }
a { background-color: rgb(237,150,7); }
div.DivClassName
{
background-color: #ED9607;
}
.BgClassName
{
background-color: #ED9607;
}
</style>
border-color css
<style>
span { border-color: #ED9607; }
span { border-color: rgb(237,150,7); }
td.TdClassName
{
border-color: #ED9607;
}
.TagClassName
{
border-color: #ED9607;
}
</style>