Shades of Gamboge #EDA605
Tints of Gamboge #EDA605
RGB
CMYK
RGB Variations
Color information
#EDA605 (or 0xEDA605) is known color: Gamboge. HEX triplet: ED, A6 and 05. RGB value is (237,166,5). Sum of RGB (Red+Green+Blue) = 237+166+5=408 (54% of max value = 765). Red value is 237 (92.97% from 255 or 58.09% from 408); Green value is 166 (65.23% from 255 or 40.69% from 408); Blue value is 5 (2.34% from 255 or 1.23% from 408); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA605 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EDA605 is #1259FA. Grayscale: #A9A9A9. Windows color (decimal): -1202683 or 370413. OLE color: 370413.
HSL color Cylindrical-coordinate representation of color #EDA605: hue angle of 41.64º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #EDA605 is Cyan = 0, Magento = 0.30, Yellow = 0.98 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 166 | 5 | - |
| CMYK | 0 | 0.30 | 0.98 | 0.07 |
| HSL | 41.64º | 0.96% | 0.47% | - |
| HSV(B) | 41.64º | 0.98% | 0.93% | - |
| XYZ | 48.59 | 45.29 | 6.32 | - |
| YUV | 168.88 | 35.52 | 176.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 166 | 5 | 0 | 0.30 | 0.98 | 0.07 | 41.64 | 0.96 | 0.47 |
| Hex | ED | A6 | 5 | 0 | 1E | 62 | 7 | 2A | 60 | 2F |
| Octal | 355 | 246 | 5 | 0 | 36 | 142 | 7 | 52 | 140 | 57 |
| Binary | 11101101 | 10100110 | 101 | 0 | 11110 | 1100010 | 111 | 101010 | 1100000 | 101111 |
Color Harmonies of #EDA605
Complementary color
Monochromatic Colors of #EDA605
Black with #EDA605
Text Example
Text Example
White with #EDA605
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA605; }
p { color: rgb(237,166,5); }
H1.HeaderClassName
{
color: #EDA605;
}
.AnyTagClassName
{
color: #EDA605;
}
</style>
background-color css
<style>
a { background-color: #EDA605; }
a { background-color: rgb(237,166,5); }
div.DivClassName
{
background-color: #EDA605;
}
.BgClassName
{
background-color: #EDA605;
}
</style>
border-color css
<style>
span { border-color: #EDA605; }
span { border-color: rgb(237,166,5); }
td.TdClassName
{
border-color: #EDA605;
}
.TagClassName
{
border-color: #EDA605;
}
</style>