Shades of Gamboge #EDA011
Tints of Gamboge #EDA011
RGB
CMYK
RGB Variations
Color information
#EDA011 (or 0xEDA011) is known color: Gamboge. HEX triplet: ED, A0 and 11. RGB value is (237,160,17). Sum of RGB (Red+Green+Blue) = 237+160+17=414 (54% of max value = 765). Red value is 237 (92.97% from 255 or 57.25% from 414); Green value is 160 (62.89% from 255 or 38.65% from 414); Blue value is 17 (7.03% from 255 or 4.11% from 414); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA011 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EDA011 is #125FEE. Grayscale: #A7A7A7. Windows color (decimal): -1204207 or 1155309. OLE color: 1155309.
HSL color Cylindrical-coordinate representation of color #EDA011: hue angle of 39º 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 #EDA011 is Cyan = 0, Magento = 0.32, Yellow = 0.93 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 160 | 17 | - |
| CMYK | 0 | 0.32 | 0.93 | 0.07 |
| HSL | 39º | 0.87% | 0.5% | - |
| HSV(B) | 39º | 0.93% | 0.93% | - |
| XYZ | 47.6 | 43.19 | 6.36 | - |
| YUV | 166.72 | 43.51 | 178.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 160 | 17 | 0 | 0.32 | 0.93 | 0.07 | 39 | 0.87 | 0.5 |
| Hex | ED | A0 | 11 | 0 | 20 | 5D | 7 | 27 | 57 | 32 |
| Octal | 355 | 240 | 21 | 0 | 40 | 135 | 7 | 47 | 127 | 62 |
| Binary | 11101101 | 10100000 | 10001 | 0 | 100000 | 1011101 | 111 | 100111 | 1010111 | 110010 |
Color Harmonies of #EDA011
Complementary color
Monochromatic Colors of #EDA011
Black with #EDA011
Text Example
Text Example
White with #EDA011
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA011; }
p { color: rgb(237,160,17); }
H1.HeaderClassName
{
color: #EDA011;
}
.AnyTagClassName
{
color: #EDA011;
}
</style>
background-color css
<style>
a { background-color: #EDA011; }
a { background-color: rgb(237,160,17); }
div.DivClassName
{
background-color: #EDA011;
}
.BgClassName
{
background-color: #EDA011;
}
</style>
border-color css
<style>
span { border-color: #EDA011; }
span { border-color: rgb(237,160,17); }
td.TdClassName
{
border-color: #EDA011;
}
.TagClassName
{
border-color: #EDA011;
}
</style>