Shades of Gamboge #EDA000
Tints of Gamboge #EDA000
RGB
CMYK
RGB Variations
Color information
#EDA000 (or 0xEDA000) is known color: Gamboge. HEX triplet: ED, A0 and 00. RGB value is (237,160,0). Sum of RGB (Red+Green+Blue) = 237+160+0=397 (52% of max value = 765). Red value is 237 (92.97% from 255 or 59.70% from 397); Green value is 160 (62.89% from 255 or 40.30% from 397); Blue value is 0 (0.39% from 255 or 0% from 397); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA000 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EDA000 is #125FFF. Grayscale: #A5A5A5. Windows color (decimal): -1204224 or 41197. OLE color: 41197.
HSL color Cylindrical-coordinate representation of color #EDA000: hue angle of 40.51º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EDA000 is Cyan = 0, Magento = 0.32, Yellow = 1 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 160 | 0 | - |
| CMYK | 0 | 0.32 | 1 | 0.07 |
| HSL | 40.51º | 1% | 0.46% | - |
| HSV(B) | 40.51º | 1% | 0.93% | - |
| XYZ | 47.5 | 43.15 | 5.82 | - |
| YUV | 164.78 | 35.01 | 179.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 160 | 0 | 0 | 0.32 | 1 | 0.07 | 40.51 | 1 | 0.46 |
| Hex | ED | A0 | 0 | 0 | 20 | 64 | 7 | 29 | 64 | 2E |
| Octal | 355 | 240 | 0 | 0 | 40 | 144 | 7 | 51 | 144 | 56 |
| Binary | 11101101 | 10100000 | 0 | 0 | 100000 | 1100100 | 111 | 101001 | 1100100 | 101110 |
Color Harmonies of #EDA000
Complementary color
Monochromatic Colors of #EDA000
Black with #EDA000
Text Example
Text Example
White with #EDA000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA000; }
p { color: rgb(237,160,0); }
H1.HeaderClassName
{
color: #EDA000;
}
.AnyTagClassName
{
color: #EDA000;
}
</style>
background-color css
<style>
a { background-color: #EDA000; }
a { background-color: rgb(237,160,0); }
div.DivClassName
{
background-color: #EDA000;
}
.BgClassName
{
background-color: #EDA000;
}
</style>
border-color css
<style>
span { border-color: #EDA000; }
span { border-color: rgb(237,160,0); }
td.TdClassName
{
border-color: #EDA000;
}
.TagClassName
{
border-color: #EDA000;
}
</style>