Shades of Gamboge #EDA306
Tints of Gamboge #EDA306
RGB
CMYK
RGB Variations
Color information
#EDA306 (or 0xEDA306) is known color: Gamboge. HEX triplet: ED, A3 and 06. RGB value is (237,163,6). Sum of RGB (Red+Green+Blue) = 237+163+6=406 (53% of max value = 765). Red value is 237 (92.97% from 255 or 58.37% from 406); Green value is 163 (64.06% from 255 or 40.15% from 406); Blue value is 6 (2.73% from 255 or 1.48% from 406); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA306 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EDA306 is #125CF9. Grayscale: #A7A7A7. Windows color (decimal): -1203450 or 435181. OLE color: 435181.
HSL color Cylindrical-coordinate representation of color #EDA306: hue angle of 40.78º 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 #EDA306 is Cyan = 0, Magento = 0.31, Yellow = 0.97 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 163 | 6 | - |
| CMYK | 0 | 0.31 | 0.97 | 0.07 |
| HSL | 40.78º | 0.95% | 0.48% | - |
| HSV(B) | 40.78º | 0.97% | 0.93% | - |
| XYZ | 48.06 | 44.21 | 6.17 | - |
| YUV | 167.23 | 37.02 | 177.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 163 | 6 | 0 | 0.31 | 0.97 | 0.07 | 40.78 | 0.95 | 0.48 |
| Hex | ED | A3 | 6 | 0 | 1F | 61 | 7 | 29 | 5F | 30 |
| Octal | 355 | 243 | 6 | 0 | 37 | 141 | 7 | 51 | 137 | 60 |
| Binary | 11101101 | 10100011 | 110 | 0 | 11111 | 1100001 | 111 | 101001 | 1011111 | 110000 |
Color Harmonies of #EDA306
Complementary color
Monochromatic Colors of #EDA306
Black with #EDA306
Text Example
Text Example
White with #EDA306
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA306; }
p { color: rgb(237,163,6); }
H1.HeaderClassName
{
color: #EDA306;
}
.AnyTagClassName
{
color: #EDA306;
}
</style>
background-color css
<style>
a { background-color: #EDA306; }
a { background-color: rgb(237,163,6); }
div.DivClassName
{
background-color: #EDA306;
}
.BgClassName
{
background-color: #EDA306;
}
</style>
border-color css
<style>
span { border-color: #EDA306; }
span { border-color: rgb(237,163,6); }
td.TdClassName
{
border-color: #EDA306;
}
.TagClassName
{
border-color: #EDA306;
}
</style>