Shades of Gamboge #EDA519
Tints of Gamboge #EDA519
RGB
CMYK
RGB Variations
Color information
#EDA519 (or 0xEDA519) is known color: Gamboge. HEX triplet: ED, A5 and 19. RGB value is (237,165,25). Sum of RGB (Red+Green+Blue) = 237+165+25=427 (56% of max value = 765). Red value is 237 (92.97% from 255 or 55.50% from 427); Green value is 165 (64.84% from 255 or 38.64% from 427); Blue value is 25 (10.16% from 255 or 5.85% from 427); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA519 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EDA519 is #125AE6. Grayscale: #ABABAB. Windows color (decimal): -1202919 or 1680877. OLE color: 1680877.
HSL color Cylindrical-coordinate representation of color #EDA519: hue angle of 39.62º 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 #EDA519 is Cyan = 0, Magento = 0.30, Yellow = 0.89 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 165 | 25 | - |
| CMYK | 0 | 0.30 | 0.89 | 0.07 |
| HSL | 39.62º | 0.85% | 0.51% | - |
| HSV(B) | 39.62º | 0.89% | 0.93% | - |
| XYZ | 48.56 | 44.98 | 7.04 | - |
| YUV | 170.57 | 45.85 | 175.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 165 | 25 | 0 | 0.30 | 0.89 | 0.07 | 39.62 | 0.85 | 0.51 |
| Hex | ED | A5 | 19 | 0 | 1E | 59 | 7 | 28 | 55 | 33 |
| Octal | 355 | 245 | 31 | 0 | 36 | 131 | 7 | 50 | 125 | 63 |
| Binary | 11101101 | 10100101 | 11001 | 0 | 11110 | 1011001 | 111 | 101000 | 1010101 | 110011 |
Color Harmonies of #EDA519
Complementary color
Monochromatic Colors of #EDA519
Black with #EDA519
Text Example
Text Example
White with #EDA519
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA519; }
p { color: rgb(237,165,25); }
H1.HeaderClassName
{
color: #EDA519;
}
.AnyTagClassName
{
color: #EDA519;
}
</style>
background-color css
<style>
a { background-color: #EDA519; }
a { background-color: rgb(237,165,25); }
div.DivClassName
{
background-color: #EDA519;
}
.BgClassName
{
background-color: #EDA519;
}
</style>
border-color css
<style>
span { border-color: #EDA519; }
span { border-color: rgb(237,165,25); }
td.TdClassName
{
border-color: #EDA519;
}
.TagClassName
{
border-color: #EDA519;
}
</style>