Shades of Gamboge #EDA916
Tints of Gamboge #EDA916
RGB
CMYK
RGB Variations
Color information
#EDA916 (or 0xEDA916) is known color: Gamboge. HEX triplet: ED, A9 and 16. RGB value is (237,169,22). Sum of RGB (Red+Green+Blue) = 237+169+22=428 (56% of max value = 765). Red value is 237 (92.97% from 255 or 55.37% from 428); Green value is 169 (66.41% from 255 or 39.49% from 428); Blue value is 22 (8.98% from 255 or 5.14% from 428); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA916 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EDA916 is #1256E9. Grayscale: #ADADAD. Windows color (decimal): -1201898 or 1485293. OLE color: 1485293.
HSL color Cylindrical-coordinate representation of color #EDA916: hue angle of 41.02º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EDA916 is Cyan = 0, Magento = 0.29, Yellow = 0.91 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 169 | 22 | - |
| CMYK | 0 | 0.29 | 0.91 | 0.07 |
| HSL | 41.02º | 0.86% | 0.51% | - |
| HSV(B) | 41.02º | 0.91% | 0.93% | - |
| XYZ | 49.26 | 46.44 | 7.13 | - |
| YUV | 172.57 | 43.03 | 173.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 169 | 22 | 0 | 0.29 | 0.91 | 0.07 | 41.02 | 0.86 | 0.51 |
| Hex | ED | A9 | 16 | 0 | 1D | 5B | 7 | 29 | 56 | 33 |
| Octal | 355 | 251 | 26 | 0 | 35 | 133 | 7 | 51 | 126 | 63 |
| Binary | 11101101 | 10101001 | 10110 | 0 | 11101 | 1011011 | 111 | 101001 | 1010110 | 110011 |
Color Harmonies of #EDA916
Complementary color
Monochromatic Colors of #EDA916
Black with #EDA916
Text Example
Text Example
White with #EDA916
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA916; }
p { color: rgb(237,169,22); }
H1.HeaderClassName
{
color: #EDA916;
}
.AnyTagClassName
{
color: #EDA916;
}
</style>
background-color css
<style>
a { background-color: #EDA916; }
a { background-color: rgb(237,169,22); }
div.DivClassName
{
background-color: #EDA916;
}
.BgClassName
{
background-color: #EDA916;
}
</style>
border-color css
<style>
span { border-color: #EDA916; }
span { border-color: rgb(237,169,22); }
td.TdClassName
{
border-color: #EDA916;
}
.TagClassName
{
border-color: #EDA916;
}
</style>