Shades of Gamboge #EDA209
Tints of Gamboge #EDA209
RGB
CMYK
RGB Variations
Color information
#EDA209 (or 0xEDA209) is known color: Gamboge. HEX triplet: ED, A2 and 09. RGB value is (237,162,9). Sum of RGB (Red+Green+Blue) = 237+162+9=408 (54% of max value = 765). Red value is 237 (92.97% from 255 or 58.09% from 408); Green value is 162 (63.67% from 255 or 39.71% from 408); Blue value is 9 (3.91% from 255 or 2.21% from 408); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA209 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EDA209 is #125DF6. Grayscale: #A7A7A7. Windows color (decimal): -1203703 or 631533. OLE color: 631533.
HSL color Cylindrical-coordinate representation of color #EDA209: hue angle of 40.26º 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 #EDA209 is Cyan = 0, Magento = 0.32, Yellow = 0.96 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 162 | 9 | - |
| CMYK | 0 | 0.32 | 0.96 | 0.07 |
| HSL | 40.26º | 0.93% | 0.48% | - |
| HSV(B) | 40.26º | 0.96% | 0.93% | - |
| XYZ | 47.89 | 43.86 | 6.2 | - |
| YUV | 166.98 | 38.85 | 177.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 162 | 9 | 0 | 0.32 | 0.96 | 0.07 | 40.26 | 0.93 | 0.48 |
| Hex | ED | A2 | 9 | 0 | 20 | 60 | 7 | 28 | 5D | 30 |
| Octal | 355 | 242 | 11 | 0 | 40 | 140 | 7 | 50 | 135 | 60 |
| Binary | 11101101 | 10100010 | 1001 | 0 | 100000 | 1100000 | 111 | 101000 | 1011101 | 110000 |
Color Harmonies of #EDA209
Complementary color
Monochromatic Colors of #EDA209
Black with #EDA209
Text Example
Text Example
White with #EDA209
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA209; }
p { color: rgb(237,162,9); }
H1.HeaderClassName
{
color: #EDA209;
}
.AnyTagClassName
{
color: #EDA209;
}
</style>
background-color css
<style>
a { background-color: #EDA209; }
a { background-color: rgb(237,162,9); }
div.DivClassName
{
background-color: #EDA209;
}
.BgClassName
{
background-color: #EDA209;
}
</style>
border-color css
<style>
span { border-color: #EDA209; }
span { border-color: rgb(237,162,9); }
td.TdClassName
{
border-color: #EDA209;
}
.TagClassName
{
border-color: #EDA209;
}
</style>