Shades of Gamboge #EDA60E
Tints of Gamboge #EDA60E
RGB
CMYK
RGB Variations
Color information
#EDA60E (or 0xEDA60E) is known color: Gamboge. HEX triplet: ED, A6 and 0E. RGB value is (237,166,14). Sum of RGB (Red+Green+Blue) = 237+166+14=417 (55% of max value = 765). Red value is 237 (92.97% from 255 or 56.83% from 417); Green value is 166 (65.23% from 255 or 39.81% from 417); Blue value is 14 (5.86% from 255 or 3.36% from 417); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA60E is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EDA60E is #1259F1. Grayscale: #AAAAAA. Windows color (decimal): -1202674 or 960237. OLE color: 960237.
HSL color Cylindrical-coordinate representation of color #EDA60E: hue angle of 40.9º 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 #EDA60E is Cyan = 0, Magento = 0.30, Yellow = 0.94 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 166 | 14 | - |
| CMYK | 0 | 0.30 | 0.94 | 0.07 |
| HSL | 40.9º | 0.89% | 0.49% | - |
| HSV(B) | 40.9º | 0.94% | 0.93% | - |
| XYZ | 48.64 | 45.31 | 6.6 | - |
| YUV | 169.9 | 40.02 | 175.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 166 | 14 | 0 | 0.30 | 0.94 | 0.07 | 40.9 | 0.89 | 0.49 |
| Hex | ED | A6 | E | 0 | 1E | 5E | 7 | 29 | 59 | 31 |
| Octal | 355 | 246 | 16 | 0 | 36 | 136 | 7 | 51 | 131 | 61 |
| Binary | 11101101 | 10100110 | 1110 | 0 | 11110 | 1011110 | 111 | 101001 | 1011001 | 110001 |
Color Harmonies of #EDA60E
Complementary color
Monochromatic Colors of #EDA60E
Black with #EDA60E
Text Example
Text Example
White with #EDA60E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA60E; }
p { color: rgb(237,166,14); }
H1.HeaderClassName
{
color: #EDA60E;
}
.AnyTagClassName
{
color: #EDA60E;
}
</style>
background-color css
<style>
a { background-color: #EDA60E; }
a { background-color: rgb(237,166,14); }
div.DivClassName
{
background-color: #EDA60E;
}
.BgClassName
{
background-color: #EDA60E;
}
</style>
border-color css
<style>
span { border-color: #EDA60E; }
span { border-color: rgb(237,166,14); }
td.TdClassName
{
border-color: #EDA60E;
}
.TagClassName
{
border-color: #EDA60E;
}
</style>