Shades of Gamboge #EDA606
Tints of Gamboge #EDA606
RGB
CMYK
RGB Variations
Color information
#EDA606 (or 0xEDA606) is known color: Gamboge. HEX triplet: ED, A6 and 06. RGB value is (237,166,6). Sum of RGB (Red+Green+Blue) = 237+166+6=409 (54% of max value = 765). Red value is 237 (92.97% from 255 or 57.95% from 409); Green value is 166 (65.23% from 255 or 40.59% from 409); Blue value is 6 (2.73% from 255 or 1.47% from 409); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA606 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EDA606 is #1259F9. Grayscale: #A9A9A9. Windows color (decimal): -1202682 or 435949. OLE color: 435949.
HSL color Cylindrical-coordinate representation of color #EDA606: hue angle of 41.56º degrees, saturation: 0.95, 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 #EDA606 is Cyan = 0, Magento = 0.30, Yellow = 0.97 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 166 | 6 | - |
| CMYK | 0 | 0.30 | 0.97 | 0.07 |
| HSL | 41.56º | 0.95% | 0.48% | - |
| HSV(B) | 41.56º | 0.97% | 0.93% | - |
| XYZ | 48.59 | 45.29 | 6.35 | - |
| YUV | 168.99 | 36.02 | 176.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 166 | 6 | 0 | 0.30 | 0.97 | 0.07 | 41.56 | 0.95 | 0.48 |
| Hex | ED | A6 | 6 | 0 | 1E | 61 | 7 | 2A | 5F | 30 |
| Octal | 355 | 246 | 6 | 0 | 36 | 141 | 7 | 52 | 137 | 60 |
| Binary | 11101101 | 10100110 | 110 | 0 | 11110 | 1100001 | 111 | 101010 | 1011111 | 110000 |
Color Harmonies of #EDA606
Complementary color
Monochromatic Colors of #EDA606
Black with #EDA606
Text Example
Text Example
White with #EDA606
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA606; }
p { color: rgb(237,166,6); }
H1.HeaderClassName
{
color: #EDA606;
}
.AnyTagClassName
{
color: #EDA606;
}
</style>
background-color css
<style>
a { background-color: #EDA606; }
a { background-color: rgb(237,166,6); }
div.DivClassName
{
background-color: #EDA606;
}
.BgClassName
{
background-color: #EDA606;
}
</style>
border-color css
<style>
span { border-color: #EDA606; }
span { border-color: rgb(237,166,6); }
td.TdClassName
{
border-color: #EDA606;
}
.TagClassName
{
border-color: #EDA606;
}
</style>