Shades of Gamboge #EDA609
Tints of Gamboge #EDA609
RGB
CMYK
RGB Variations
Color information
#EDA609 (or 0xEDA609) is known color: Gamboge. HEX triplet: ED, A6 and 09. RGB value is (237,166,9). Sum of RGB (Red+Green+Blue) = 237+166+9=412 (54% of max value = 765). Red value is 237 (92.97% from 255 or 57.52% from 412); Green value is 166 (65.23% from 255 or 40.29% from 412); Blue value is 9 (3.91% from 255 or 2.18% from 412); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA609 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EDA609 is #1259F6. Grayscale: #AAAAAA. Windows color (decimal): -1202679 or 632557. OLE color: 632557.
HSL color Cylindrical-coordinate representation of color #EDA609: hue angle of 41.32º 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 #EDA609 is Cyan = 0, Magento = 0.30, Yellow = 0.96 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 166 | 9 | - |
| CMYK | 0 | 0.30 | 0.96 | 0.07 |
| HSL | 41.32º | 0.93% | 0.48% | - |
| HSV(B) | 41.32º | 0.96% | 0.93% | - |
| XYZ | 48.61 | 45.3 | 6.44 | - |
| YUV | 169.33 | 37.52 | 176.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 166 | 9 | 0 | 0.30 | 0.96 | 0.07 | 41.32 | 0.93 | 0.48 |
| Hex | ED | A6 | 9 | 0 | 1E | 60 | 7 | 29 | 5D | 30 |
| Octal | 355 | 246 | 11 | 0 | 36 | 140 | 7 | 51 | 135 | 60 |
| Binary | 11101101 | 10100110 | 1001 | 0 | 11110 | 1100000 | 111 | 101001 | 1011101 | 110000 |
Color Harmonies of #EDA609
Complementary color
Monochromatic Colors of #EDA609
Black with #EDA609
Text Example
Text Example
White with #EDA609
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA609; }
p { color: rgb(237,166,9); }
H1.HeaderClassName
{
color: #EDA609;
}
.AnyTagClassName
{
color: #EDA609;
}
</style>
background-color css
<style>
a { background-color: #EDA609; }
a { background-color: rgb(237,166,9); }
div.DivClassName
{
background-color: #EDA609;
}
.BgClassName
{
background-color: #EDA609;
}
</style>
border-color css
<style>
span { border-color: #EDA609; }
span { border-color: rgb(237,166,9); }
td.TdClassName
{
border-color: #EDA609;
}
.TagClassName
{
border-color: #EDA609;
}
</style>