Shades of Gamboge #EDA113
Tints of Gamboge #EDA113
RGB
CMYK
RGB Variations
Color information
#EDA113 (or 0xEDA113) is known color: Gamboge. HEX triplet: ED, A1 and 13. RGB value is (237,161,19). Sum of RGB (Red+Green+Blue) = 237+161+19=417 (55% of max value = 765). Red value is 237 (92.97% from 255 or 56.83% from 417); Green value is 161 (63.28% from 255 or 38.61% from 417); Blue value is 19 (7.81% from 255 or 4.56% from 417); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA113 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EDA113 is #125EEC. Grayscale: #A8A8A8. Windows color (decimal): -1203949 or 1286637. OLE color: 1286637.
HSL color Cylindrical-coordinate representation of color #EDA113: hue angle of 39.08º degrees, saturation: 0.86, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EDA113 is Cyan = 0, Magento = 0.32, Yellow = 0.92 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 161 | 19 | - |
| CMYK | 0 | 0.32 | 0.92 | 0.07 |
| HSL | 39.08º | 0.86% | 0.5% | - |
| HSV(B) | 39.08º | 0.92% | 0.93% | - |
| XYZ | 47.79 | 43.54 | 6.5 | - |
| YUV | 167.54 | 44.18 | 177.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 161 | 19 | 0 | 0.32 | 0.92 | 0.07 | 39.08 | 0.86 | 0.5 |
| Hex | ED | A1 | 13 | 0 | 20 | 5C | 7 | 27 | 56 | 32 |
| Octal | 355 | 241 | 23 | 0 | 40 | 134 | 7 | 47 | 126 | 62 |
| Binary | 11101101 | 10100001 | 10011 | 0 | 100000 | 1011100 | 111 | 100111 | 1010110 | 110010 |
Color Harmonies of #EDA113
Complementary color
Monochromatic Colors of #EDA113
Black with #EDA113
Text Example
Text Example
White with #EDA113
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA113; }
p { color: rgb(237,161,19); }
H1.HeaderClassName
{
color: #EDA113;
}
.AnyTagClassName
{
color: #EDA113;
}
</style>
background-color css
<style>
a { background-color: #EDA113; }
a { background-color: rgb(237,161,19); }
div.DivClassName
{
background-color: #EDA113;
}
.BgClassName
{
background-color: #EDA113;
}
</style>
border-color css
<style>
span { border-color: #EDA113; }
span { border-color: rgb(237,161,19); }
td.TdClassName
{
border-color: #EDA113;
}
.TagClassName
{
border-color: #EDA113;
}
</style>