Shades of Gamboge #EDA607
Tints of Gamboge #EDA607
RGB
CMYK
RGB Variations
Color information
#EDA607 (or 0xEDA607) is known color: Gamboge. HEX triplet: ED, A6 and 07. RGB value is (237,166,7). Sum of RGB (Red+Green+Blue) = 237+166+7=410 (54% of max value = 765). Red value is 237 (92.97% from 255 or 57.80% from 410); Green value is 166 (65.23% from 255 or 40.49% from 410); Blue value is 7 (3.12% from 255 or 1.71% from 410); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA607 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EDA607 is #1259F8. Grayscale: #A9A9A9. Windows color (decimal): -1202681 or 501485. OLE color: 501485.
HSL color Cylindrical-coordinate representation of color #EDA607: hue angle of 41.48º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EDA607 is Cyan = 0, Magento = 0.30, Yellow = 0.97 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 166 | 7 | - |
| CMYK | 0 | 0.30 | 0.97 | 0.07 |
| HSL | 41.48º | 0.94% | 0.48% | - |
| HSV(B) | 41.48º | 0.97% | 0.93% | - |
| XYZ | 48.6 | 45.29 | 6.38 | - |
| YUV | 169.1 | 36.52 | 176.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 166 | 7 | 0 | 0.30 | 0.97 | 0.07 | 41.48 | 0.94 | 0.48 |
| Hex | ED | A6 | 7 | 0 | 1E | 61 | 7 | 29 | 5E | 30 |
| Octal | 355 | 246 | 7 | 0 | 36 | 141 | 7 | 51 | 136 | 60 |
| Binary | 11101101 | 10100110 | 111 | 0 | 11110 | 1100001 | 111 | 101001 | 1011110 | 110000 |
Color Harmonies of #EDA607
Complementary color
Monochromatic Colors of #EDA607
Black with #EDA607
Text Example
Text Example
White with #EDA607
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA607; }
p { color: rgb(237,166,7); }
H1.HeaderClassName
{
color: #EDA607;
}
.AnyTagClassName
{
color: #EDA607;
}
</style>
background-color css
<style>
a { background-color: #EDA607; }
a { background-color: rgb(237,166,7); }
div.DivClassName
{
background-color: #EDA607;
}
.BgClassName
{
background-color: #EDA607;
}
</style>
border-color css
<style>
span { border-color: #EDA607; }
span { border-color: rgb(237,166,7); }
td.TdClassName
{
border-color: #EDA607;
}
.TagClassName
{
border-color: #EDA607;
}
</style>