Shades of Gamboge #EDA80A
Tints of Gamboge #EDA80A
RGB
CMYK
RGB Variations
Color information
#EDA80A (or 0xEDA80A) is known color: Gamboge. HEX triplet: ED, A8 and 0A. RGB value is (237,168,10). Sum of RGB (Red+Green+Blue) = 237+168+10=415 (54% of max value = 765). Red value is 237 (92.97% from 255 or 57.11% from 415); Green value is 168 (66.02% from 255 or 40.48% from 415); Blue value is 10 (4.30% from 255 or 2.41% from 415); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA80A is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EDA80A is #1257F5. Grayscale: #ABABAB. Windows color (decimal): -1202166 or 698605. OLE color: 698605.
HSL color Cylindrical-coordinate representation of color #EDA80A: hue angle of 41.76º 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 #EDA80A is Cyan = 0, Magento = 0.29, Yellow = 0.96 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 168 | 10 | - |
| CMYK | 0 | 0.29 | 0.96 | 0.07 |
| HSL | 41.76º | 0.92% | 0.48% | - |
| HSV(B) | 41.76º | 0.96% | 0.93% | - |
| XYZ | 48.98 | 46.03 | 6.59 | - |
| YUV | 170.62 | 37.36 | 175.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 168 | 10 | 0 | 0.29 | 0.96 | 0.07 | 41.76 | 0.92 | 0.48 |
| Hex | ED | A8 | A | 0 | 1D | 60 | 7 | 2A | 5C | 30 |
| Octal | 355 | 250 | 12 | 0 | 35 | 140 | 7 | 52 | 134 | 60 |
| Binary | 11101101 | 10101000 | 1010 | 0 | 11101 | 1100000 | 111 | 101010 | 1011100 | 110000 |
Color Harmonies of #EDA80A
Complementary color
Monochromatic Colors of #EDA80A
Black with #EDA80A
Text Example
Text Example
White with #EDA80A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA80A; }
p { color: rgb(237,168,10); }
H1.HeaderClassName
{
color: #EDA80A;
}
.AnyTagClassName
{
color: #EDA80A;
}
</style>
background-color css
<style>
a { background-color: #EDA80A; }
a { background-color: rgb(237,168,10); }
div.DivClassName
{
background-color: #EDA80A;
}
.BgClassName
{
background-color: #EDA80A;
}
</style>
border-color css
<style>
span { border-color: #EDA80A; }
span { border-color: rgb(237,168,10); }
td.TdClassName
{
border-color: #EDA80A;
}
.TagClassName
{
border-color: #EDA80A;
}
</style>