Shades of Gamboge #EA9108
Tints of Gamboge #EA9108
RGB
CMYK
RGB Variations
Color information
#EA9108 (or 0xEA9108) is known color: Gamboge. HEX triplet: EA, 91 and 08. RGB value is (234,145,8). Sum of RGB (Red+Green+Blue) = 234+145+8=387 (51% of max value = 765). Red value is 234 (91.80% from 255 or 60.47% from 387); Green value is 145 (57.03% from 255 or 37.47% from 387); Blue value is 8 (3.52% from 255 or 2.07% from 387); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9108 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EA9108 is #156EF7. Grayscale: #9C9C9C. Windows color (decimal): -1404664 or 561642. OLE color: 561642.
HSL color Cylindrical-coordinate representation of color #EA9108: hue angle of 36.37º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EA9108 is Cyan = 0, Magento = 0.38, Yellow = 0.97 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 145 | 8 | - |
| CMYK | 0 | 0.38 | 0.97 | 0.08 |
| HSL | 36.37º | 0.93% | 0.47% | - |
| HSV(B) | 36.37º | 0.97% | 0.92% | - |
| XYZ | 44.1 | 37.76 | 5.19 | - |
| YUV | 155.99 | 44.49 | 183.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 145 | 8 | 0 | 0.38 | 0.97 | 0.08 | 36.37 | 0.93 | 0.47 |
| Hex | EA | 91 | 8 | 0 | 26 | 61 | 8 | 24 | 5D | 2F |
| Octal | 352 | 221 | 10 | 0 | 46 | 141 | 10 | 44 | 135 | 57 |
| Binary | 11101010 | 10010001 | 1000 | 0 | 100110 | 1100001 | 1000 | 100100 | 1011101 | 101111 |
Color Harmonies of #EA9108
Complementary color
Monochromatic Colors of #EA9108
Black with #EA9108
Text Example
Text Example
White with #EA9108
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA9108; }
p { color: rgb(234,145,8); }
H1.HeaderClassName
{
color: #EA9108;
}
.AnyTagClassName
{
color: #EA9108;
}
</style>
background-color css
<style>
a { background-color: #EA9108; }
a { background-color: rgb(234,145,8); }
div.DivClassName
{
background-color: #EA9108;
}
.BgClassName
{
background-color: #EA9108;
}
</style>
border-color css
<style>
span { border-color: #EA9108; }
span { border-color: rgb(234,145,8); }
td.TdClassName
{
border-color: #EA9108;
}
.TagClassName
{
border-color: #EA9108;
}
</style>