Shades of Gamboge #EDA917
Tints of Gamboge #EDA917
RGB
CMYK
RGB Variations
Color information
#EDA917 (or 0xEDA917) is known color: Gamboge. HEX triplet: ED, A9 and 17. RGB value is (237,169,23). Sum of RGB (Red+Green+Blue) = 237+169+23=429 (56% of max value = 765). Red value is 237 (92.97% from 255 or 55.24% from 429); Green value is 169 (66.41% from 255 or 39.39% from 429); Blue value is 23 (9.38% from 255 or 5.36% from 429); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA917 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EDA917 is #1256E8. Grayscale: #ADADAD. Windows color (decimal): -1201897 or 1550829. OLE color: 1550829.
HSL color Cylindrical-coordinate representation of color #EDA917: hue angle of 40.93º 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 #EDA917 is Cyan = 0, Magento = 0.29, Yellow = 0.90 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 169 | 23 | - |
| CMYK | 0 | 0.29 | 0.90 | 0.07 |
| HSL | 40.93º | 0.86% | 0.51% | - |
| HSV(B) | 40.93º | 0.9% | 0.93% | - |
| XYZ | 49.27 | 46.44 | 7.18 | - |
| YUV | 172.69 | 43.53 | 173.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 169 | 23 | 0 | 0.29 | 0.90 | 0.07 | 40.93 | 0.86 | 0.51 |
| Hex | ED | A9 | 17 | 0 | 1D | 5A | 7 | 29 | 56 | 33 |
| Octal | 355 | 251 | 27 | 0 | 35 | 132 | 7 | 51 | 126 | 63 |
| Binary | 11101101 | 10101001 | 10111 | 0 | 11101 | 1011010 | 111 | 101001 | 1010110 | 110011 |
Color Harmonies of #EDA917
Complementary color
Monochromatic Colors of #EDA917
Black with #EDA917
Text Example
Text Example
White with #EDA917
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA917; }
p { color: rgb(237,169,23); }
H1.HeaderClassName
{
color: #EDA917;
}
.AnyTagClassName
{
color: #EDA917;
}
</style>
background-color css
<style>
a { background-color: #EDA917; }
a { background-color: rgb(237,169,23); }
div.DivClassName
{
background-color: #EDA917;
}
.BgClassName
{
background-color: #EDA917;
}
</style>
border-color css
<style>
span { border-color: #EDA917; }
span { border-color: rgb(237,169,23); }
td.TdClassName
{
border-color: #EDA917;
}
.TagClassName
{
border-color: #EDA917;
}
</style>