Shades of Gamboge #EA9D10
Tints of Gamboge #EA9D10
RGB
CMYK
RGB Variations
Color information
#EA9D10 (or 0xEA9D10) is known color: Gamboge. HEX triplet: EA, 9D and 10. RGB value is (234,157,16). Sum of RGB (Red+Green+Blue) = 234+157+16=407 (53% of max value = 765). Red value is 234 (91.80% from 255 or 57.49% from 407); Green value is 157 (61.72% from 255 or 38.57% from 407); Blue value is 16 (6.64% from 255 or 3.93% from 407); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9D10 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EA9D10 is #1562EF. Grayscale: #A4A4A4. Windows color (decimal): -1401584 or 1089002. OLE color: 1089002.
HSL color Cylindrical-coordinate representation of color #EA9D10: hue angle of 38.81º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EA9D10 is Cyan = 0, Magento = 0.33, Yellow = 0.93 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 157 | 16 | - |
| CMYK | 0 | 0.33 | 0.93 | 0.08 |
| HSL | 38.81º | 0.87% | 0.49% | - |
| HSV(B) | 38.81º | 0.93% | 0.92% | - |
| XYZ | 46.08 | 41.64 | 6.1 | - |
| YUV | 163.95 | 44.51 | 177.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 157 | 16 | 0 | 0.33 | 0.93 | 0.08 | 38.81 | 0.87 | 0.49 |
| Hex | EA | 9D | 10 | 0 | 21 | 5D | 8 | 27 | 57 | 31 |
| Octal | 352 | 235 | 20 | 0 | 41 | 135 | 10 | 47 | 127 | 61 |
| Binary | 11101010 | 10011101 | 10000 | 0 | 100001 | 1011101 | 1000 | 100111 | 1010111 | 110001 |
Color Harmonies of #EA9D10
Complementary color
Monochromatic Colors of #EA9D10
Black with #EA9D10
Text Example
Text Example
White with #EA9D10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA9D10; }
p { color: rgb(234,157,16); }
H1.HeaderClassName
{
color: #EA9D10;
}
.AnyTagClassName
{
color: #EA9D10;
}
</style>
background-color css
<style>
a { background-color: #EA9D10; }
a { background-color: rgb(234,157,16); }
div.DivClassName
{
background-color: #EA9D10;
}
.BgClassName
{
background-color: #EA9D10;
}
</style>
border-color css
<style>
span { border-color: #EA9D10; }
span { border-color: rgb(234,157,16); }
td.TdClassName
{
border-color: #EA9D10;
}
.TagClassName
{
border-color: #EA9D10;
}
</style>