Shades of Gamboge #EDA511
Tints of Gamboge #EDA511
RGB
CMYK
RGB Variations
Color information
#EDA511 (or 0xEDA511) is known color: Gamboge. HEX triplet: ED, A5 and 11. RGB value is (237,165,17). Sum of RGB (Red+Green+Blue) = 237+165+17=419 (55% of max value = 765). Red value is 237 (92.97% from 255 or 56.56% from 419); Green value is 165 (64.84% from 255 or 39.38% from 419); Blue value is 17 (7.03% from 255 or 4.06% from 419); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA511 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EDA511 is #125AEE. Grayscale: #AAAAAA. Windows color (decimal): -1202927 or 1156589. OLE color: 1156589.
HSL color Cylindrical-coordinate representation of color #EDA511: hue angle of 40.36º 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 #EDA511 is Cyan = 0, Magento = 0.30, Yellow = 0.93 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 165 | 17 | - |
| CMYK | 0 | 0.30 | 0.93 | 0.07 |
| HSL | 40.36º | 0.87% | 0.5% | - |
| HSV(B) | 40.36º | 0.93% | 0.93% | - |
| XYZ | 48.48 | 44.96 | 6.65 | - |
| YUV | 169.66 | 41.85 | 176.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 165 | 17 | 0 | 0.30 | 0.93 | 0.07 | 40.36 | 0.87 | 0.5 |
| Hex | ED | A5 | 11 | 0 | 1E | 5D | 7 | 28 | 57 | 32 |
| Octal | 355 | 245 | 21 | 0 | 36 | 135 | 7 | 50 | 127 | 62 |
| Binary | 11101101 | 10100101 | 10001 | 0 | 11110 | 1011101 | 111 | 101000 | 1010111 | 110010 |
Color Harmonies of #EDA511
Complementary color
Monochromatic Colors of #EDA511
Black with #EDA511
Text Example
Text Example
White with #EDA511
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA511; }
p { color: rgb(237,165,17); }
H1.HeaderClassName
{
color: #EDA511;
}
.AnyTagClassName
{
color: #EDA511;
}
</style>
background-color css
<style>
a { background-color: #EDA511; }
a { background-color: rgb(237,165,17); }
div.DivClassName
{
background-color: #EDA511;
}
.BgClassName
{
background-color: #EDA511;
}
</style>
border-color css
<style>
span { border-color: #EDA511; }
span { border-color: rgb(237,165,17); }
td.TdClassName
{
border-color: #EDA511;
}
.TagClassName
{
border-color: #EDA511;
}
</style>