Shades of Gamboge #EDA009
Tints of Gamboge #EDA009
RGB
CMYK
RGB Variations
Color information
#EDA009 (or 0xEDA009) is known color: Gamboge. HEX triplet: ED, A0 and 09. RGB value is (237,160,9). Sum of RGB (Red+Green+Blue) = 237+160+9=406 (53% of max value = 765). Red value is 237 (92.97% from 255 or 58.37% from 406); Green value is 160 (62.89% from 255 or 39.41% from 406); Blue value is 9 (3.91% from 255 or 2.22% from 406); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA009 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EDA009 is #125FF6. Grayscale: #A6A6A6. Windows color (decimal): -1204215 or 631021. OLE color: 631021.
HSL color Cylindrical-coordinate representation of color #EDA009: hue angle of 39.74º 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 #EDA009 is Cyan = 0, Magento = 0.32, Yellow = 0.96 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 160 | 9 | - |
| CMYK | 0 | 0.32 | 0.96 | 0.07 |
| HSL | 39.74º | 0.93% | 0.48% | - |
| HSV(B) | 39.74º | 0.96% | 0.93% | - |
| XYZ | 47.55 | 43.17 | 6.08 | - |
| YUV | 165.81 | 39.51 | 178.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 160 | 9 | 0 | 0.32 | 0.96 | 0.07 | 39.74 | 0.93 | 0.48 |
| Hex | ED | A0 | 9 | 0 | 20 | 60 | 7 | 28 | 5D | 30 |
| Octal | 355 | 240 | 11 | 0 | 40 | 140 | 7 | 50 | 135 | 60 |
| Binary | 11101101 | 10100000 | 1001 | 0 | 100000 | 1100000 | 111 | 101000 | 1011101 | 110000 |
Color Harmonies of #EDA009
Complementary color
Monochromatic Colors of #EDA009
Black with #EDA009
Text Example
Text Example
White with #EDA009
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA009; }
p { color: rgb(237,160,9); }
H1.HeaderClassName
{
color: #EDA009;
}
.AnyTagClassName
{
color: #EDA009;
}
</style>
background-color css
<style>
a { background-color: #EDA009; }
a { background-color: rgb(237,160,9); }
div.DivClassName
{
background-color: #EDA009;
}
.BgClassName
{
background-color: #EDA009;
}
</style>
border-color css
<style>
span { border-color: #EDA009; }
span { border-color: rgb(237,160,9); }
td.TdClassName
{
border-color: #EDA009;
}
.TagClassName
{
border-color: #EDA009;
}
</style>