Shades of Gamboge #EDA219
Tints of Gamboge #EDA219
RGB
CMYK
RGB Variations
Color information
#EDA219 (or 0xEDA219) is known color: Gamboge. HEX triplet: ED, A2 and 19. RGB value is (237,162,25). Sum of RGB (Red+Green+Blue) = 237+162+25=424 (56% of max value = 765). Red value is 237 (92.97% from 255 or 55.90% from 424); Green value is 162 (63.67% from 255 or 38.21% from 424); Blue value is 25 (10.16% from 255 or 5.90% from 424); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA219 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EDA219 is #125DE6. Grayscale: #A9A9A9. Windows color (decimal): -1203687 or 1680109. OLE color: 1680109.
HSL color Cylindrical-coordinate representation of color #EDA219: hue angle of 38.77º 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 #EDA219 is Cyan = 0, Magento = 0.32, Yellow = 0.89 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 162 | 25 | - |
| CMYK | 0 | 0.32 | 0.89 | 0.07 |
| HSL | 38.77º | 0.85% | 0.51% | - |
| HSV(B) | 38.77º | 0.89% | 0.93% | - |
| XYZ | 48.02 | 43.92 | 6.87 | - |
| YUV | 168.81 | 46.85 | 176.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 162 | 25 | 0 | 0.32 | 0.89 | 0.07 | 38.77 | 0.85 | 0.51 |
| Hex | ED | A2 | 19 | 0 | 20 | 59 | 7 | 27 | 55 | 33 |
| Octal | 355 | 242 | 31 | 0 | 40 | 131 | 7 | 47 | 125 | 63 |
| Binary | 11101101 | 10100010 | 11001 | 0 | 100000 | 1011001 | 111 | 100111 | 1010101 | 110011 |
Color Harmonies of #EDA219
Complementary color
Monochromatic Colors of #EDA219
Black with #EDA219
Text Example
Text Example
White with #EDA219
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA219; }
p { color: rgb(237,162,25); }
H1.HeaderClassName
{
color: #EDA219;
}
.AnyTagClassName
{
color: #EDA219;
}
</style>
background-color css
<style>
a { background-color: #EDA219; }
a { background-color: rgb(237,162,25); }
div.DivClassName
{
background-color: #EDA219;
}
.BgClassName
{
background-color: #EDA219;
}
</style>
border-color css
<style>
span { border-color: #EDA219; }
span { border-color: rgb(237,162,25); }
td.TdClassName
{
border-color: #EDA219;
}
.TagClassName
{
border-color: #EDA219;
}
</style>