Shades of Gamboge #EDA509
Tints of Gamboge #EDA509
RGB
CMYK
RGB Variations
Color information
#EDA509 (or 0xEDA509) is known color: Gamboge. HEX triplet: ED, A5 and 09. RGB value is (237,165,9). Sum of RGB (Red+Green+Blue) = 237+165+9=411 (54% of max value = 765). Red value is 237 (92.97% from 255 or 57.66% from 411); Green value is 165 (64.84% from 255 or 40.15% from 411); Blue value is 9 (3.91% from 255 or 2.19% from 411); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA509 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EDA509 is #125AF6. Grayscale: #A9A9A9. Windows color (decimal): -1202935 or 632301. OLE color: 632301.
HSL color Cylindrical-coordinate representation of color #EDA509: hue angle of 41.05º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EDA509 is Cyan = 0, Magento = 0.30, Yellow = 0.96 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 165 | 9 | - |
| CMYK | 0 | 0.30 | 0.96 | 0.07 |
| HSL | 41.05º | 0.93% | 0.48% | - |
| HSV(B) | 41.05º | 0.96% | 0.93% | - |
| XYZ | 48.43 | 44.93 | 6.38 | - |
| YUV | 168.74 | 37.85 | 176.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 165 | 9 | 0 | 0.30 | 0.96 | 0.07 | 41.05 | 0.93 | 0.48 |
| Hex | ED | A5 | 9 | 0 | 1E | 60 | 7 | 29 | 5D | 30 |
| Octal | 355 | 245 | 11 | 0 | 36 | 140 | 7 | 51 | 135 | 60 |
| Binary | 11101101 | 10100101 | 1001 | 0 | 11110 | 1100000 | 111 | 101001 | 1011101 | 110000 |
Color Harmonies of #EDA509
Complementary color
Monochromatic Colors of #EDA509
Black with #EDA509
Text Example
Text Example
White with #EDA509
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA509; }
p { color: rgb(237,165,9); }
H1.HeaderClassName
{
color: #EDA509;
}
.AnyTagClassName
{
color: #EDA509;
}
</style>
background-color css
<style>
a { background-color: #EDA509; }
a { background-color: rgb(237,165,9); }
div.DivClassName
{
background-color: #EDA509;
}
.BgClassName
{
background-color: #EDA509;
}
</style>
border-color css
<style>
span { border-color: #EDA509; }
span { border-color: rgb(237,165,9); }
td.TdClassName
{
border-color: #EDA509;
}
.TagClassName
{
border-color: #EDA509;
}
</style>