Shades of Gamboge #EDA706
Tints of Gamboge #EDA706
RGB
CMYK
RGB Variations
Color information
#EDA706 (or 0xEDA706) is known color: Gamboge. HEX triplet: ED, A7 and 06. RGB value is (237,167,6). Sum of RGB (Red+Green+Blue) = 237+167+6=410 (54% of max value = 765). Red value is 237 (92.97% from 255 or 57.80% from 410); Green value is 167 (65.62% from 255 or 40.73% from 410); Blue value is 6 (2.73% from 255 or 1.46% from 410); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA706 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EDA706 is #1258F9. Grayscale: #AAAAAA. Windows color (decimal): -1202426 or 436205. OLE color: 436205.
HSL color Cylindrical-coordinate representation of color #EDA706: hue angle of 41.82º 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 #EDA706 is Cyan = 0, Magento = 0.30, Yellow = 0.97 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 167 | 6 | - |
| CMYK | 0 | 0.30 | 0.97 | 0.07 |
| HSL | 41.82º | 0.95% | 0.48% | - |
| HSV(B) | 41.82º | 0.97% | 0.93% | - |
| XYZ | 48.78 | 45.66 | 6.41 | - |
| YUV | 169.58 | 35.69 | 176.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 167 | 6 | 0 | 0.30 | 0.97 | 0.07 | 41.82 | 0.95 | 0.48 |
| Hex | ED | A7 | 6 | 0 | 1E | 61 | 7 | 2A | 5F | 30 |
| Octal | 355 | 247 | 6 | 0 | 36 | 141 | 7 | 52 | 137 | 60 |
| Binary | 11101101 | 10100111 | 110 | 0 | 11110 | 1100001 | 111 | 101010 | 1011111 | 110000 |
Color Harmonies of #EDA706
Complementary color
Monochromatic Colors of #EDA706
Black with #EDA706
Text Example
Text Example
White with #EDA706
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA706; }
p { color: rgb(237,167,6); }
H1.HeaderClassName
{
color: #EDA706;
}
.AnyTagClassName
{
color: #EDA706;
}
</style>
background-color css
<style>
a { background-color: #EDA706; }
a { background-color: rgb(237,167,6); }
div.DivClassName
{
background-color: #EDA706;
}
.BgClassName
{
background-color: #EDA706;
}
</style>
border-color css
<style>
span { border-color: #EDA706; }
span { border-color: rgb(237,167,6); }
td.TdClassName
{
border-color: #EDA706;
}
.TagClassName
{
border-color: #EDA706;
}
</style>