Shades of Gamboge #EDA910
Tints of Gamboge #EDA910
RGB
CMYK
RGB Variations
Color information
#EDA910 (or 0xEDA910) is known color: Gamboge. HEX triplet: ED, A9 and 10. RGB value is (237,169,16). Sum of RGB (Red+Green+Blue) = 237+169+16=422 (55% of max value = 765). Red value is 237 (92.97% from 255 or 56.16% from 422); Green value is 169 (66.41% from 255 or 40.05% from 422); Blue value is 16 (6.64% from 255 or 3.79% from 422); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA910 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EDA910 is #1256EF. Grayscale: #ACACAC. Windows color (decimal): -1201904 or 1092077. OLE color: 1092077.
HSL color Cylindrical-coordinate representation of color #EDA910: hue angle of 41.54º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EDA910 is Cyan = 0, Magento = 0.29, Yellow = 0.93 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 169 | 16 | - |
| CMYK | 0 | 0.29 | 0.93 | 0.07 |
| HSL | 41.54º | 0.87% | 0.5% | - |
| HSV(B) | 41.54º | 0.93% | 0.93% | - |
| XYZ | 49.21 | 46.42 | 6.86 | - |
| YUV | 171.89 | 40.03 | 174.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 169 | 16 | 0 | 0.29 | 0.93 | 0.07 | 41.54 | 0.87 | 0.5 |
| Hex | ED | A9 | 10 | 0 | 1D | 5D | 7 | 2A | 57 | 32 |
| Octal | 355 | 251 | 20 | 0 | 35 | 135 | 7 | 52 | 127 | 62 |
| Binary | 11101101 | 10101001 | 10000 | 0 | 11101 | 1011101 | 111 | 101010 | 1010111 | 110010 |
Color Harmonies of #EDA910
Complementary color
Monochromatic Colors of #EDA910
Black with #EDA910
Text Example
Text Example
White with #EDA910
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA910; }
p { color: rgb(237,169,16); }
H1.HeaderClassName
{
color: #EDA910;
}
.AnyTagClassName
{
color: #EDA910;
}
</style>
background-color css
<style>
a { background-color: #EDA910; }
a { background-color: rgb(237,169,16); }
div.DivClassName
{
background-color: #EDA910;
}
.BgClassName
{
background-color: #EDA910;
}
</style>
border-color css
<style>
span { border-color: #EDA910; }
span { border-color: rgb(237,169,16); }
td.TdClassName
{
border-color: #EDA910;
}
.TagClassName
{
border-color: #EDA910;
}
</style>