Shades of Gamboge #EA9309
Tints of Gamboge #EA9309
RGB
CMYK
RGB Variations
Color information
#EA9309 (or 0xEA9309) is known color: Gamboge. HEX triplet: EA, 93 and 09. RGB value is (234,147,9). Sum of RGB (Red+Green+Blue) = 234+147+9=390 (51% of max value = 765). Red value is 234 (91.80% from 255 or 60% from 390); Green value is 147 (57.81% from 255 or 37.69% from 390); Blue value is 9 (3.91% from 255 or 2.31% from 390); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9309 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EA9309 is #156CF6. Grayscale: #9D9D9D. Windows color (decimal): -1404151 or 627690. OLE color: 627690.
HSL color Cylindrical-coordinate representation of color #EA9309: hue angle of 36.8º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EA9309 is Cyan = 0, Magento = 0.37, Yellow = 0.96 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 147 | 9 | - |
| CMYK | 0 | 0.37 | 0.96 | 0.08 |
| HSL | 36.8º | 0.93% | 0.48% | - |
| HSV(B) | 36.8º | 0.96% | 0.92% | - |
| XYZ | 44.41 | 38.38 | 5.33 | - |
| YUV | 157.28 | 44.32 | 182.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 147 | 9 | 0 | 0.37 | 0.96 | 0.08 | 36.8 | 0.93 | 0.48 |
| Hex | EA | 93 | 9 | 0 | 25 | 60 | 8 | 25 | 5D | 30 |
| Octal | 352 | 223 | 11 | 0 | 45 | 140 | 10 | 45 | 135 | 60 |
| Binary | 11101010 | 10010011 | 1001 | 0 | 100101 | 1100000 | 1000 | 100101 | 1011101 | 110000 |
Color Harmonies of #EA9309
Complementary color
Monochromatic Colors of #EA9309
Black with #EA9309
Text Example
Text Example
White with #EA9309
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA9309; }
p { color: rgb(234,147,9); }
H1.HeaderClassName
{
color: #EA9309;
}
.AnyTagClassName
{
color: #EA9309;
}
</style>
background-color css
<style>
a { background-color: #EA9309; }
a { background-color: rgb(234,147,9); }
div.DivClassName
{
background-color: #EA9309;
}
.BgClassName
{
background-color: #EA9309;
}
</style>
border-color css
<style>
span { border-color: #EA9309; }
span { border-color: rgb(234,147,9); }
td.TdClassName
{
border-color: #EA9309;
}
.TagClassName
{
border-color: #EA9309;
}
</style>