Shades of Gamboge #EDA019
Tints of Gamboge #EDA019
RGB
CMYK
RGB Variations
Color information
#EDA019 (or 0xEDA019) is known color: Gamboge. HEX triplet: ED, A0 and 19. RGB value is (237,160,25). Sum of RGB (Red+Green+Blue) = 237+160+25=422 (55% of max value = 765). Red value is 237 (92.97% from 255 or 56.16% from 422); Green value is 160 (62.89% from 255 or 37.91% from 422); Blue value is 25 (10.16% from 255 or 5.92% from 422); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA019 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EDA019 is #125FE6. Grayscale: #A8A8A8. Windows color (decimal): -1204199 or 1679597. OLE color: 1679597.
HSL color Cylindrical-coordinate representation of color #EDA019: hue angle of 38.21º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EDA019 is Cyan = 0, Magento = 0.32, Yellow = 0.89 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 160 | 25 | - |
| CMYK | 0 | 0.32 | 0.89 | 0.07 |
| HSL | 38.21º | 0.85% | 0.51% | - |
| HSV(B) | 38.21º | 0.89% | 0.93% | - |
| XYZ | 47.67 | 43.22 | 6.75 | - |
| YUV | 167.63 | 47.51 | 177.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 160 | 25 | 0 | 0.32 | 0.89 | 0.07 | 38.21 | 0.85 | 0.51 |
| Hex | ED | A0 | 19 | 0 | 20 | 59 | 7 | 26 | 55 | 33 |
| Octal | 355 | 240 | 31 | 0 | 40 | 131 | 7 | 46 | 125 | 63 |
| Binary | 11101101 | 10100000 | 11001 | 0 | 100000 | 1011001 | 111 | 100110 | 1010101 | 110011 |
Color Harmonies of #EDA019
Complementary color
Monochromatic Colors of #EDA019
Black with #EDA019
Text Example
Text Example
White with #EDA019
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA019; }
p { color: rgb(237,160,25); }
H1.HeaderClassName
{
color: #EDA019;
}
.AnyTagClassName
{
color: #EDA019;
}
</style>
background-color css
<style>
a { background-color: #EDA019; }
a { background-color: rgb(237,160,25); }
div.DivClassName
{
background-color: #EDA019;
}
.BgClassName
{
background-color: #EDA019;
}
</style>
border-color css
<style>
span { border-color: #EDA019; }
span { border-color: rgb(237,160,25); }
td.TdClassName
{
border-color: #EDA019;
}
.TagClassName
{
border-color: #EDA019;
}
</style>