Shades of Gamboge #EDA517
Tints of Gamboge #EDA517
RGB
CMYK
RGB Variations
Color information
#EDA517 (or 0xEDA517) is known color: Gamboge. HEX triplet: ED, A5 and 17. RGB value is (237,165,23). Sum of RGB (Red+Green+Blue) = 237+165+23=425 (56% of max value = 765). Red value is 237 (92.97% from 255 or 55.76% from 425); Green value is 165 (64.84% from 255 or 38.82% from 425); Blue value is 23 (9.38% from 255 or 5.41% from 425); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA517 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EDA517 is #125AE8. Grayscale: #AAAAAA. Windows color (decimal): -1202921 or 1549805. OLE color: 1549805.
HSL color Cylindrical-coordinate representation of color #EDA517: hue angle of 39.81º 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 #EDA517 is Cyan = 0, Magento = 0.30, Yellow = 0.90 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 165 | 23 | - |
| CMYK | 0 | 0.30 | 0.90 | 0.07 |
| HSL | 39.81º | 0.86% | 0.51% | - |
| HSV(B) | 39.81º | 0.9% | 0.93% | - |
| XYZ | 48.53 | 44.98 | 6.93 | - |
| YUV | 170.34 | 44.85 | 175.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 165 | 23 | 0 | 0.30 | 0.90 | 0.07 | 39.81 | 0.86 | 0.51 |
| Hex | ED | A5 | 17 | 0 | 1E | 5A | 7 | 28 | 56 | 33 |
| Octal | 355 | 245 | 27 | 0 | 36 | 132 | 7 | 50 | 126 | 63 |
| Binary | 11101101 | 10100101 | 10111 | 0 | 11110 | 1011010 | 111 | 101000 | 1010110 | 110011 |
Color Harmonies of #EDA517
Complementary color
Monochromatic Colors of #EDA517
Black with #EDA517
Text Example
Text Example
White with #EDA517
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA517; }
p { color: rgb(237,165,23); }
H1.HeaderClassName
{
color: #EDA517;
}
.AnyTagClassName
{
color: #EDA517;
}
</style>
background-color css
<style>
a { background-color: #EDA517; }
a { background-color: rgb(237,165,23); }
div.DivClassName
{
background-color: #EDA517;
}
.BgClassName
{
background-color: #EDA517;
}
</style>
border-color css
<style>
span { border-color: #EDA517; }
span { border-color: rgb(237,165,23); }
td.TdClassName
{
border-color: #EDA517;
}
.TagClassName
{
border-color: #EDA517;
}
</style>