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