Shades of Gamboge #EDAB10
Tints of Gamboge #EDAB10
RGB
CMYK
RGB Variations
Color information
#EDAB10 (or 0xEDAB10) is known color: Gamboge. HEX triplet: ED, AB and 10. RGB value is (237,171,16). Sum of RGB (Red+Green+Blue) = 237+171+16=424 (56% of max value = 765). Red value is 237 (92.97% from 255 or 55.90% from 424); Green value is 171 (67.19% from 255 or 40.33% from 424); Blue value is 16 (6.64% from 255 or 3.77% from 424); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAB10 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EDAB10 is #1254EF. Grayscale: #ADADAD. Windows color (decimal): -1201392 or 1092589. OLE color: 1092589.
HSL color Cylindrical-coordinate representation of color #EDAB10: hue angle of 42.08º 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 #EDAB10 is Cyan = 0, Magento = 0.28, Yellow = 0.93 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 171 | 16 | - |
| CMYK | 0 | 0.28 | 0.93 | 0.07 |
| HSL | 42.08º | 0.87% | 0.5% | - |
| HSV(B) | 42.08º | 0.93% | 0.93% | - |
| XYZ | 49.58 | 47.17 | 6.98 | - |
| YUV | 173.06 | 39.37 | 173.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 171 | 16 | 0 | 0.28 | 0.93 | 0.07 | 42.08 | 0.87 | 0.5 |
| Hex | ED | AB | 10 | 0 | 1C | 5D | 7 | 2A | 57 | 32 |
| Octal | 355 | 253 | 20 | 0 | 34 | 135 | 7 | 52 | 127 | 62 |
| Binary | 11101101 | 10101011 | 10000 | 0 | 11100 | 1011101 | 111 | 101010 | 1010111 | 110010 |
Color Harmonies of #EDAB10
Complementary color
Monochromatic Colors of #EDAB10
Black with #EDAB10
Text Example
Text Example
White with #EDAB10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDAB10; }
p { color: rgb(237,171,16); }
H1.HeaderClassName
{
color: #EDAB10;
}
.AnyTagClassName
{
color: #EDAB10;
}
</style>
background-color css
<style>
a { background-color: #EDAB10; }
a { background-color: rgb(237,171,16); }
div.DivClassName
{
background-color: #EDAB10;
}
.BgClassName
{
background-color: #EDAB10;
}
</style>
border-color css
<style>
span { border-color: #EDAB10; }
span { border-color: rgb(237,171,16); }
td.TdClassName
{
border-color: #EDAB10;
}
.TagClassName
{
border-color: #EDAB10;
}
</style>