Shades of Gamboge #EDA114
Tints of Gamboge #EDA114
RGB
CMYK
RGB Variations
Color information
#EDA114 (or 0xEDA114) is known color: Gamboge. HEX triplet: ED, A1 and 14. RGB value is (237,161,20). Sum of RGB (Red+Green+Blue) = 237+161+20=418 (55% of max value = 765). Red value is 237 (92.97% from 255 or 56.70% from 418); Green value is 161 (63.28% from 255 or 38.52% from 418); Blue value is 20 (8.20% from 255 or 4.78% from 418); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA114 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EDA114 is #125EEB. Grayscale: #A8A8A8. Windows color (decimal): -1203948 or 1352173. OLE color: 1352173.
HSL color Cylindrical-coordinate representation of color #EDA114: hue angle of 38.99º 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 #EDA114 is Cyan = 0, Magento = 0.32, Yellow = 0.92 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 161 | 20 | - |
| CMYK | 0 | 0.32 | 0.92 | 0.07 |
| HSL | 38.99º | 0.86% | 0.5% | - |
| HSV(B) | 38.99º | 0.92% | 0.93% | - |
| XYZ | 47.8 | 43.54 | 6.55 | - |
| YUV | 167.65 | 44.68 | 177.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 161 | 20 | 0 | 0.32 | 0.92 | 0.07 | 38.99 | 0.86 | 0.5 |
| Hex | ED | A1 | 14 | 0 | 20 | 5C | 7 | 27 | 56 | 32 |
| Octal | 355 | 241 | 24 | 0 | 40 | 134 | 7 | 47 | 126 | 62 |
| Binary | 11101101 | 10100001 | 10100 | 0 | 100000 | 1011100 | 111 | 100111 | 1010110 | 110010 |
Color Harmonies of #EDA114
Complementary color
Monochromatic Colors of #EDA114
Black with #EDA114
Text Example
Text Example
White with #EDA114
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA114; }
p { color: rgb(237,161,20); }
H1.HeaderClassName
{
color: #EDA114;
}
.AnyTagClassName
{
color: #EDA114;
}
</style>
background-color css
<style>
a { background-color: #EDA114; }
a { background-color: rgb(237,161,20); }
div.DivClassName
{
background-color: #EDA114;
}
.BgClassName
{
background-color: #EDA114;
}
</style>
border-color css
<style>
span { border-color: #EDA114; }
span { border-color: rgb(237,161,20); }
td.TdClassName
{
border-color: #EDA114;
}
.TagClassName
{
border-color: #EDA114;
}
</style>