Shades of Gamboge #EDA809
Tints of Gamboge #EDA809
RGB
CMYK
RGB Variations
Color information
#EDA809 (or 0xEDA809) is known color: Gamboge. HEX triplet: ED, A8 and 09. RGB value is (237,168,9). Sum of RGB (Red+Green+Blue) = 237+168+9=414 (54% of max value = 765). Red value is 237 (92.97% from 255 or 57.25% from 414); Green value is 168 (66.02% from 255 or 40.58% from 414); Blue value is 9 (3.91% from 255 or 2.17% from 414); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA809 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EDA809 is #1257F6. Grayscale: #ABABAB. Windows color (decimal): -1202167 or 633069. OLE color: 633069.
HSL color Cylindrical-coordinate representation of color #EDA809: hue angle of 41.84º 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 #EDA809 is Cyan = 0, Magento = 0.29, Yellow = 0.96 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 168 | 9 | - |
| CMYK | 0 | 0.29 | 0.96 | 0.07 |
| HSL | 41.84º | 0.93% | 0.48% | - |
| HSV(B) | 41.84º | 0.96% | 0.93% | - |
| XYZ | 48.98 | 46.03 | 6.56 | - |
| YUV | 170.51 | 36.86 | 175.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 168 | 9 | 0 | 0.29 | 0.96 | 0.07 | 41.84 | 0.93 | 0.48 |
| Hex | ED | A8 | 9 | 0 | 1D | 60 | 7 | 2A | 5D | 30 |
| Octal | 355 | 250 | 11 | 0 | 35 | 140 | 7 | 52 | 135 | 60 |
| Binary | 11101101 | 10101000 | 1001 | 0 | 11101 | 1100000 | 111 | 101010 | 1011101 | 110000 |
Color Harmonies of #EDA809
Complementary color
Monochromatic Colors of #EDA809
Black with #EDA809
Text Example
Text Example
White with #EDA809
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA809; }
p { color: rgb(237,168,9); }
H1.HeaderClassName
{
color: #EDA809;
}
.AnyTagClassName
{
color: #EDA809;
}
</style>
background-color css
<style>
a { background-color: #EDA809; }
a { background-color: rgb(237,168,9); }
div.DivClassName
{
background-color: #EDA809;
}
.BgClassName
{
background-color: #EDA809;
}
</style>
border-color css
<style>
span { border-color: #EDA809; }
span { border-color: rgb(237,168,9); }
td.TdClassName
{
border-color: #EDA809;
}
.TagClassName
{
border-color: #EDA809;
}
</style>