Shades of Gamboge #EDA217
Tints of Gamboge #EDA217
RGB
CMYK
RGB Variations
Color information
#EDA217 (or 0xEDA217) is known color: Gamboge. HEX triplet: ED, A2 and 17. RGB value is (237,162,23). Sum of RGB (Red+Green+Blue) = 237+162+23=422 (55% of max value = 765). Red value is 237 (92.97% from 255 or 56.16% from 422); Green value is 162 (63.67% from 255 or 38.39% from 422); Blue value is 23 (9.38% from 255 or 5.45% from 422); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA217 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EDA217 is #125DE8. Grayscale: #A9A9A9. Windows color (decimal): -1203689 or 1549037. OLE color: 1549037.
HSL color Cylindrical-coordinate representation of color #EDA217: hue angle of 38.97º 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 #EDA217 is Cyan = 0, Magento = 0.32, Yellow = 0.90 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 162 | 23 | - |
| CMYK | 0 | 0.32 | 0.90 | 0.07 |
| HSL | 38.97º | 0.86% | 0.51% | - |
| HSV(B) | 38.97º | 0.9% | 0.93% | - |
| XYZ | 48 | 43.91 | 6.76 | - |
| YUV | 168.58 | 45.85 | 176.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 162 | 23 | 0 | 0.32 | 0.90 | 0.07 | 38.97 | 0.86 | 0.51 |
| Hex | ED | A2 | 17 | 0 | 20 | 5A | 7 | 27 | 56 | 33 |
| Octal | 355 | 242 | 27 | 0 | 40 | 132 | 7 | 47 | 126 | 63 |
| Binary | 11101101 | 10100010 | 10111 | 0 | 100000 | 1011010 | 111 | 100111 | 1010110 | 110011 |
Color Harmonies of #EDA217
Complementary color
Monochromatic Colors of #EDA217
Black with #EDA217
Text Example
Text Example
White with #EDA217
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA217; }
p { color: rgb(237,162,23); }
H1.HeaderClassName
{
color: #EDA217;
}
.AnyTagClassName
{
color: #EDA217;
}
</style>
background-color css
<style>
a { background-color: #EDA217; }
a { background-color: rgb(237,162,23); }
div.DivClassName
{
background-color: #EDA217;
}
.BgClassName
{
background-color: #EDA217;
}
</style>
border-color css
<style>
span { border-color: #EDA217; }
span { border-color: rgb(237,162,23); }
td.TdClassName
{
border-color: #EDA217;
}
.TagClassName
{
border-color: #EDA217;
}
</style>