Shades of Gamboge #EDA818
Tints of Gamboge #EDA818
RGB
CMYK
RGB Variations
Color information
#EDA818 (or 0xEDA818) is known color: Gamboge. HEX triplet: ED, A8 and 18. RGB value is (237,168,24). Sum of RGB (Red+Green+Blue) = 237+168+24=429 (56% of max value = 765). Red value is 237 (92.97% from 255 or 55.24% from 429); Green value is 168 (66.02% from 255 or 39.16% from 429); Blue value is 24 (9.77% from 255 or 5.59% from 429); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA818 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EDA818 is #1257E7. Grayscale: #ACACAC. Windows color (decimal): -1202152 or 1616109. OLE color: 1616109.
HSL color Cylindrical-coordinate representation of color #EDA818: hue angle of 40.56º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EDA818 is Cyan = 0, Magento = 0.29, Yellow = 0.90 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 168 | 24 | - |
| CMYK | 0 | 0.29 | 0.90 | 0.07 |
| HSL | 40.56º | 0.86% | 0.51% | - |
| HSV(B) | 40.56º | 0.9% | 0.93% | - |
| XYZ | 49.09 | 46.08 | 7.17 | - |
| YUV | 172.22 | 44.36 | 174.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 168 | 24 | 0 | 0.29 | 0.90 | 0.07 | 40.56 | 0.86 | 0.51 |
| Hex | ED | A8 | 18 | 0 | 1D | 5A | 7 | 29 | 56 | 33 |
| Octal | 355 | 250 | 30 | 0 | 35 | 132 | 7 | 51 | 126 | 63 |
| Binary | 11101101 | 10101000 | 11000 | 0 | 11101 | 1011010 | 111 | 101001 | 1010110 | 110011 |
Color Harmonies of #EDA818
Complementary color
Monochromatic Colors of #EDA818
Black with #EDA818
Text Example
Text Example
White with #EDA818
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA818; }
p { color: rgb(237,168,24); }
H1.HeaderClassName
{
color: #EDA818;
}
.AnyTagClassName
{
color: #EDA818;
}
</style>
background-color css
<style>
a { background-color: #EDA818; }
a { background-color: rgb(237,168,24); }
div.DivClassName
{
background-color: #EDA818;
}
.BgClassName
{
background-color: #EDA818;
}
</style>
border-color css
<style>
span { border-color: #EDA818; }
span { border-color: rgb(237,168,24); }
td.TdClassName
{
border-color: #EDA818;
}
.TagClassName
{
border-color: #EDA818;
}
</style>