Shades of Gamboge #EDA30A
Tints of Gamboge #EDA30A
RGB
CMYK
RGB Variations
Color information
#EDA30A (or 0xEDA30A) is known color: Gamboge. HEX triplet: ED, A3 and 0A. RGB value is (237,163,10). Sum of RGB (Red+Green+Blue) = 237+163+10=410 (54% of max value = 765). Red value is 237 (92.97% from 255 or 57.80% from 410); Green value is 163 (64.06% from 255 or 39.76% from 410); Blue value is 10 (4.30% from 255 or 2.44% from 410); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA30A is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EDA30A is #125CF5. Grayscale: #A8A8A8. Windows color (decimal): -1203446 or 697325. OLE color: 697325.
HSL color Cylindrical-coordinate representation of color #EDA30A: hue angle of 40.44º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EDA30A is Cyan = 0, Magento = 0.31, Yellow = 0.96 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 163 | 10 | - |
| CMYK | 0 | 0.31 | 0.96 | 0.07 |
| HSL | 40.44º | 0.92% | 0.48% | - |
| HSV(B) | 40.44º | 0.96% | 0.93% | - |
| XYZ | 48.08 | 44.22 | 6.29 | - |
| YUV | 167.68 | 39.02 | 177.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 163 | 10 | 0 | 0.31 | 0.96 | 0.07 | 40.44 | 0.92 | 0.48 |
| Hex | ED | A3 | A | 0 | 1F | 60 | 7 | 28 | 5C | 30 |
| Octal | 355 | 243 | 12 | 0 | 37 | 140 | 7 | 50 | 134 | 60 |
| Binary | 11101101 | 10100011 | 1010 | 0 | 11111 | 1100000 | 111 | 101000 | 1011100 | 110000 |
Color Harmonies of #EDA30A
Complementary color
Monochromatic Colors of #EDA30A
Black with #EDA30A
Text Example
Text Example
White with #EDA30A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA30A; }
p { color: rgb(237,163,10); }
H1.HeaderClassName
{
color: #EDA30A;
}
.AnyTagClassName
{
color: #EDA30A;
}
</style>
background-color css
<style>
a { background-color: #EDA30A; }
a { background-color: rgb(237,163,10); }
div.DivClassName
{
background-color: #EDA30A;
}
.BgClassName
{
background-color: #EDA30A;
}
</style>
border-color css
<style>
span { border-color: #EDA30A; }
span { border-color: rgb(237,163,10); }
td.TdClassName
{
border-color: #EDA30A;
}
.TagClassName
{
border-color: #EDA30A;
}
</style>