Shades of Gamboge #EDA419
Tints of Gamboge #EDA419
RGB
CMYK
RGB Variations
Color information
#EDA419 (or 0xEDA419) is known color: Gamboge. HEX triplet: ED, A4 and 19. RGB value is (237,164,25). Sum of RGB (Red+Green+Blue) = 237+164+25=426 (56% of max value = 765). Red value is 237 (92.97% from 255 or 55.63% from 426); Green value is 164 (64.45% from 255 or 38.50% from 426); Blue value is 25 (10.16% from 255 or 5.87% from 426); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA419 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EDA419 is #125BE6. Grayscale: #AAAAAA. Windows color (decimal): -1203175 or 1680621. OLE color: 1680621.
HSL color Cylindrical-coordinate representation of color #EDA419: hue angle of 39.34º 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 #EDA419 is Cyan = 0, Magento = 0.31, Yellow = 0.89 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 164 | 25 | - |
| CMYK | 0 | 0.31 | 0.89 | 0.07 |
| HSL | 39.34º | 0.85% | 0.51% | - |
| HSV(B) | 39.34º | 0.89% | 0.93% | - |
| XYZ | 48.38 | 44.63 | 6.98 | - |
| YUV | 169.98 | 46.18 | 175.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 164 | 25 | 0 | 0.31 | 0.89 | 0.07 | 39.34 | 0.85 | 0.51 |
| Hex | ED | A4 | 19 | 0 | 1F | 59 | 7 | 27 | 55 | 33 |
| Octal | 355 | 244 | 31 | 0 | 37 | 131 | 7 | 47 | 125 | 63 |
| Binary | 11101101 | 10100100 | 11001 | 0 | 11111 | 1011001 | 111 | 100111 | 1010101 | 110011 |
Color Harmonies of #EDA419
Complementary color
Monochromatic Colors of #EDA419
Black with #EDA419
Text Example
Text Example
White with #EDA419
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA419; }
p { color: rgb(237,164,25); }
H1.HeaderClassName
{
color: #EDA419;
}
.AnyTagClassName
{
color: #EDA419;
}
</style>
background-color css
<style>
a { background-color: #EDA419; }
a { background-color: rgb(237,164,25); }
div.DivClassName
{
background-color: #EDA419;
}
.BgClassName
{
background-color: #EDA419;
}
</style>
border-color css
<style>
span { border-color: #EDA419; }
span { border-color: rgb(237,164,25); }
td.TdClassName
{
border-color: #EDA419;
}
.TagClassName
{
border-color: #EDA419;
}
</style>