Shades of Gamboge #EDA819
Tints of Gamboge #EDA819
RGB
CMYK
RGB Variations
Color information
#EDA819 (or 0xEDA819) is known color: Gamboge. HEX triplet: ED, A8 and 19. RGB value is (237,168,25). Sum of RGB (Red+Green+Blue) = 237+168+25=430 (56% of max value = 765). Red value is 237 (92.97% from 255 or 55.12% from 430); Green value is 168 (66.02% from 255 or 39.07% from 430); Blue value is 25 (10.16% from 255 or 5.81% from 430); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA819 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EDA819 is #1257E6. Grayscale: #ACACAC. Windows color (decimal): -1202151 or 1681645. OLE color: 1681645.
HSL color Cylindrical-coordinate representation of color #EDA819: hue angle of 40.47º 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 #EDA819 is Cyan = 0, Magento = 0.29, Yellow = 0.89 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 168 | 25 | - |
| CMYK | 0 | 0.29 | 0.89 | 0.07 |
| HSL | 40.47º | 0.85% | 0.51% | - |
| HSV(B) | 40.47º | 0.89% | 0.93% | - |
| XYZ | 49.1 | 46.08 | 7.23 | - |
| YUV | 172.33 | 44.86 | 174.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 168 | 25 | 0 | 0.29 | 0.89 | 0.07 | 40.47 | 0.85 | 0.51 |
| Hex | ED | A8 | 19 | 0 | 1D | 59 | 7 | 28 | 55 | 33 |
| Octal | 355 | 250 | 31 | 0 | 35 | 131 | 7 | 50 | 125 | 63 |
| Binary | 11101101 | 10101000 | 11001 | 0 | 11101 | 1011001 | 111 | 101000 | 1010101 | 110011 |
Color Harmonies of #EDA819
Complementary color
Monochromatic Colors of #EDA819
Black with #EDA819
Text Example
Text Example
White with #EDA819
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA819; }
p { color: rgb(237,168,25); }
H1.HeaderClassName
{
color: #EDA819;
}
.AnyTagClassName
{
color: #EDA819;
}
</style>
background-color css
<style>
a { background-color: #EDA819; }
a { background-color: rgb(237,168,25); }
div.DivClassName
{
background-color: #EDA819;
}
.BgClassName
{
background-color: #EDA819;
}
</style>
border-color css
<style>
span { border-color: #EDA819; }
span { border-color: rgb(237,168,25); }
td.TdClassName
{
border-color: #EDA819;
}
.TagClassName
{
border-color: #EDA819;
}
</style>