Shades of Gamboge #EDA50A
Tints of Gamboge #EDA50A
RGB
CMYK
RGB Variations
Color information
#EDA50A (or 0xEDA50A) is known color: Gamboge. HEX triplet: ED, A5 and 0A. RGB value is (237,165,10). Sum of RGB (Red+Green+Blue) = 237+165+10=412 (54% of max value = 765). Red value is 237 (92.97% from 255 or 57.52% from 412); Green value is 165 (64.84% from 255 or 40.05% from 412); Blue value is 10 (4.30% from 255 or 2.43% from 412); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA50A is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EDA50A is #125AF5. Grayscale: #A9A9A9. Windows color (decimal): -1202934 or 697837. OLE color: 697837.
HSL color Cylindrical-coordinate representation of color #EDA50A: hue angle of 40.97º 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 #EDA50A is Cyan = 0, Magento = 0.30, Yellow = 0.96 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 165 | 10 | - |
| CMYK | 0 | 0.30 | 0.96 | 0.07 |
| HSL | 40.97º | 0.92% | 0.48% | - |
| HSV(B) | 40.97º | 0.96% | 0.93% | - |
| XYZ | 48.43 | 44.94 | 6.41 | - |
| YUV | 168.86 | 38.35 | 176.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 165 | 10 | 0 | 0.30 | 0.96 | 0.07 | 40.97 | 0.92 | 0.48 |
| Hex | ED | A5 | A | 0 | 1E | 60 | 7 | 29 | 5C | 30 |
| Octal | 355 | 245 | 12 | 0 | 36 | 140 | 7 | 51 | 134 | 60 |
| Binary | 11101101 | 10100101 | 1010 | 0 | 11110 | 1100000 | 111 | 101001 | 1011100 | 110000 |
Color Harmonies of #EDA50A
Complementary color
Monochromatic Colors of #EDA50A
Black with #EDA50A
Text Example
Text Example
White with #EDA50A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA50A; }
p { color: rgb(237,165,10); }
H1.HeaderClassName
{
color: #EDA50A;
}
.AnyTagClassName
{
color: #EDA50A;
}
</style>
background-color css
<style>
a { background-color: #EDA50A; }
a { background-color: rgb(237,165,10); }
div.DivClassName
{
background-color: #EDA50A;
}
.BgClassName
{
background-color: #EDA50A;
}
</style>
border-color css
<style>
span { border-color: #EDA50A; }
span { border-color: rgb(237,165,10); }
td.TdClassName
{
border-color: #EDA50A;
}
.TagClassName
{
border-color: #EDA50A;
}
</style>