Shades of Gamboge #ED9615
Tints of Gamboge #ED9615
RGB
CMYK
RGB Variations
Color information
#ED9615 (or 0xED9615) is known color: Gamboge. HEX triplet: ED, 96 and 15. RGB value is (237,150,21). Sum of RGB (Red+Green+Blue) = 237+150+21=408 (54% of max value = 765). Red value is 237 (92.97% from 255 or 58.09% from 408); Green value is 150 (58.98% from 255 or 36.76% from 408); Blue value is 21 (8.59% from 255 or 5.15% from 408); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9615 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #ED9615 is #1269EA. Grayscale: #A1A1A1. Windows color (decimal): -1206763 or 1414893. OLE color: 1414893.
HSL color Cylindrical-coordinate representation of color #ED9615: hue angle of 35.83º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #ED9615 is Cyan = 0, Magento = 0.37, Yellow = 0.91 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 150 | 21 | - |
| CMYK | 0 | 0.37 | 0.91 | 0.07 |
| HSL | 35.83º | 0.86% | 0.51% | - |
| HSV(B) | 35.83º | 0.91% | 0.93% | - |
| XYZ | 45.97 | 39.87 | 5.98 | - |
| YUV | 161.31 | 48.82 | 181.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 150 | 21 | 0 | 0.37 | 0.91 | 0.07 | 35.83 | 0.86 | 0.51 |
| Hex | ED | 96 | 15 | 0 | 25 | 5B | 7 | 24 | 56 | 33 |
| Octal | 355 | 226 | 25 | 0 | 45 | 133 | 7 | 44 | 126 | 63 |
| Binary | 11101101 | 10010110 | 10101 | 0 | 100101 | 1011011 | 111 | 100100 | 1010110 | 110011 |
Color Harmonies of #ED9615
Complementary color
Monochromatic Colors of #ED9615
Black with #ED9615
Text Example
Text Example
White with #ED9615
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED9615; }
p { color: rgb(237,150,21); }
H1.HeaderClassName
{
color: #ED9615;
}
.AnyTagClassName
{
color: #ED9615;
}
</style>
background-color css
<style>
a { background-color: #ED9615; }
a { background-color: rgb(237,150,21); }
div.DivClassName
{
background-color: #ED9615;
}
.BgClassName
{
background-color: #ED9615;
}
</style>
border-color css
<style>
span { border-color: #ED9615; }
span { border-color: rgb(237,150,21); }
td.TdClassName
{
border-color: #ED9615;
}
.TagClassName
{
border-color: #ED9615;
}
</style>