Shades of Gamboge #EDA50E
Tints of Gamboge #EDA50E
RGB
CMYK
RGB Variations
Color information
#EDA50E (or 0xEDA50E) is known color: Gamboge. HEX triplet: ED, A5 and 0E. RGB value is (237,165,14). Sum of RGB (Red+Green+Blue) = 237+165+14=416 (55% of max value = 765). Red value is 237 (92.97% from 255 or 56.97% from 416); Green value is 165 (64.84% from 255 or 39.66% from 416); Blue value is 14 (5.86% from 255 or 3.37% from 416); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA50E is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EDA50E is #125AF1. Grayscale: #A9A9A9. Windows color (decimal): -1202930 or 959981. OLE color: 959981.
HSL color Cylindrical-coordinate representation of color #EDA50E: hue angle of 40.63º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EDA50E is Cyan = 0, Magento = 0.30, Yellow = 0.94 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 165 | 14 | - |
| CMYK | 0 | 0.30 | 0.94 | 0.07 |
| HSL | 40.63º | 0.89% | 0.49% | - |
| HSV(B) | 40.63º | 0.94% | 0.93% | - |
| XYZ | 48.46 | 44.95 | 6.54 | - |
| YUV | 169.31 | 40.35 | 176.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 165 | 14 | 0 | 0.30 | 0.94 | 0.07 | 40.63 | 0.89 | 0.49 |
| Hex | ED | A5 | E | 0 | 1E | 5E | 7 | 29 | 59 | 31 |
| Octal | 355 | 245 | 16 | 0 | 36 | 136 | 7 | 51 | 131 | 61 |
| Binary | 11101101 | 10100101 | 1110 | 0 | 11110 | 1011110 | 111 | 101001 | 1011001 | 110001 |
Color Harmonies of #EDA50E
Complementary color
Monochromatic Colors of #EDA50E
Black with #EDA50E
Text Example
Text Example
White with #EDA50E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA50E; }
p { color: rgb(237,165,14); }
H1.HeaderClassName
{
color: #EDA50E;
}
.AnyTagClassName
{
color: #EDA50E;
}
</style>
background-color css
<style>
a { background-color: #EDA50E; }
a { background-color: rgb(237,165,14); }
div.DivClassName
{
background-color: #EDA50E;
}
.BgClassName
{
background-color: #EDA50E;
}
</style>
border-color css
<style>
span { border-color: #EDA50E; }
span { border-color: rgb(237,165,14); }
td.TdClassName
{
border-color: #EDA50E;
}
.TagClassName
{
border-color: #EDA50E;
}
</style>