Shades of Gamboge #EDA710
Tints of Gamboge #EDA710
RGB
CMYK
RGB Variations
Color information
#EDA710 (or 0xEDA710) is known color: Gamboge. HEX triplet: ED, A7 and 10. RGB value is (237,167,16). Sum of RGB (Red+Green+Blue) = 237+167+16=420 (55% of max value = 765). Red value is 237 (92.97% from 255 or 56.43% from 420); Green value is 167 (65.62% from 255 or 39.76% from 420); Blue value is 16 (6.64% from 255 or 3.81% from 420); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA710 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EDA710 is #1258EF. Grayscale: #ABABAB. Windows color (decimal): -1202416 or 1091565. OLE color: 1091565.
HSL color Cylindrical-coordinate representation of color #EDA710: hue angle of 41º 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 #EDA710 is Cyan = 0, Magento = 0.30, Yellow = 0.93 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 167 | 16 | - |
| CMYK | 0 | 0.30 | 0.93 | 0.07 |
| HSL | 41º | 0.87% | 0.5% | - |
| HSV(B) | 41º | 0.93% | 0.93% | - |
| XYZ | 48.84 | 45.68 | 6.73 | - |
| YUV | 170.72 | 40.69 | 175.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 167 | 16 | 0 | 0.30 | 0.93 | 0.07 | 41 | 0.87 | 0.5 |
| Hex | ED | A7 | 10 | 0 | 1E | 5D | 7 | 29 | 57 | 32 |
| Octal | 355 | 247 | 20 | 0 | 36 | 135 | 7 | 51 | 127 | 62 |
| Binary | 11101101 | 10100111 | 10000 | 0 | 11110 | 1011101 | 111 | 101001 | 1010111 | 110010 |
Color Harmonies of #EDA710
Complementary color
Monochromatic Colors of #EDA710
Black with #EDA710
Text Example
Text Example
White with #EDA710
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA710; }
p { color: rgb(237,167,16); }
H1.HeaderClassName
{
color: #EDA710;
}
.AnyTagClassName
{
color: #EDA710;
}
</style>
background-color css
<style>
a { background-color: #EDA710; }
a { background-color: rgb(237,167,16); }
div.DivClassName
{
background-color: #EDA710;
}
.BgClassName
{
background-color: #EDA710;
}
</style>
border-color css
<style>
span { border-color: #EDA710; }
span { border-color: rgb(237,167,16); }
td.TdClassName
{
border-color: #EDA710;
}
.TagClassName
{
border-color: #EDA710;
}
</style>