Shades of Gamboge #EDA310
Tints of Gamboge #EDA310
RGB
CMYK
RGB Variations
Color information
#EDA310 (or 0xEDA310) is known color: Gamboge. HEX triplet: ED, A3 and 10. RGB value is (237,163,16). Sum of RGB (Red+Green+Blue) = 237+163+16=416 (55% of max value = 765). Red value is 237 (92.97% from 255 or 56.97% from 416); Green value is 163 (64.06% from 255 or 39.18% from 416); Blue value is 16 (6.64% from 255 or 3.85% from 416); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA310 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EDA310 is #125CEF. Grayscale: #A9A9A9. Windows color (decimal): -1203440 or 1090541. OLE color: 1090541.
HSL color Cylindrical-coordinate representation of color #EDA310: hue angle of 39.91º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EDA310 is Cyan = 0, Magento = 0.31, Yellow = 0.93 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 163 | 16 | - |
| CMYK | 0 | 0.31 | 0.93 | 0.07 |
| HSL | 39.91º | 0.87% | 0.5% | - |
| HSV(B) | 39.91º | 0.93% | 0.93% | - |
| XYZ | 48.12 | 44.24 | 6.49 | - |
| YUV | 168.37 | 42.02 | 176.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 163 | 16 | 0 | 0.31 | 0.93 | 0.07 | 39.91 | 0.87 | 0.5 |
| Hex | ED | A3 | 10 | 0 | 1F | 5D | 7 | 28 | 57 | 32 |
| Octal | 355 | 243 | 20 | 0 | 37 | 135 | 7 | 50 | 127 | 62 |
| Binary | 11101101 | 10100011 | 10000 | 0 | 11111 | 1011101 | 111 | 101000 | 1010111 | 110010 |
Color Harmonies of #EDA310
Complementary color
Monochromatic Colors of #EDA310
Black with #EDA310
Text Example
Text Example
White with #EDA310
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA310; }
p { color: rgb(237,163,16); }
H1.HeaderClassName
{
color: #EDA310;
}
.AnyTagClassName
{
color: #EDA310;
}
</style>
background-color css
<style>
a { background-color: #EDA310; }
a { background-color: rgb(237,163,16); }
div.DivClassName
{
background-color: #EDA310;
}
.BgClassName
{
background-color: #EDA310;
}
</style>
border-color css
<style>
span { border-color: #EDA310; }
span { border-color: rgb(237,163,16); }
td.TdClassName
{
border-color: #EDA310;
}
.TagClassName
{
border-color: #EDA310;
}
</style>