Shades of Gamboge #EDA110
Tints of Gamboge #EDA110
RGB
CMYK
RGB Variations
Color information
#EDA110 (or 0xEDA110) is known color: Gamboge. HEX triplet: ED, A1 and 10. RGB value is (237,161,16). Sum of RGB (Red+Green+Blue) = 237+161+16=414 (54% of max value = 765). Red value is 237 (92.97% from 255 or 57.25% from 414); Green value is 161 (63.28% from 255 or 38.89% from 414); Blue value is 16 (6.64% from 255 or 3.86% from 414); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA110 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EDA110 is #125EEF. Grayscale: #A7A7A7. Windows color (decimal): -1203952 or 1090029. OLE color: 1090029.
HSL color Cylindrical-coordinate representation of color #EDA110: hue angle of 39.37º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EDA110 is Cyan = 0, Magento = 0.32, Yellow = 0.93 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 161 | 16 | - |
| CMYK | 0 | 0.32 | 0.93 | 0.07 |
| HSL | 39.37º | 0.87% | 0.5% | - |
| HSV(B) | 39.37º | 0.93% | 0.93% | - |
| XYZ | 47.76 | 43.53 | 6.38 | - |
| YUV | 167.19 | 42.68 | 177.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 161 | 16 | 0 | 0.32 | 0.93 | 0.07 | 39.37 | 0.87 | 0.5 |
| Hex | ED | A1 | 10 | 0 | 20 | 5D | 7 | 27 | 57 | 32 |
| Octal | 355 | 241 | 20 | 0 | 40 | 135 | 7 | 47 | 127 | 62 |
| Binary | 11101101 | 10100001 | 10000 | 0 | 100000 | 1011101 | 111 | 100111 | 1010111 | 110010 |
Color Harmonies of #EDA110
Complementary color
Monochromatic Colors of #EDA110
Black with #EDA110
Text Example
Text Example
White with #EDA110
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA110; }
p { color: rgb(237,161,16); }
H1.HeaderClassName
{
color: #EDA110;
}
.AnyTagClassName
{
color: #EDA110;
}
</style>
background-color css
<style>
a { background-color: #EDA110; }
a { background-color: rgb(237,161,16); }
div.DivClassName
{
background-color: #EDA110;
}
.BgClassName
{
background-color: #EDA110;
}
</style>
border-color css
<style>
span { border-color: #EDA110; }
span { border-color: rgb(237,161,16); }
td.TdClassName
{
border-color: #EDA110;
}
.TagClassName
{
border-color: #EDA110;
}
</style>