Shades of Gamboge #EA9305
Tints of Gamboge #EA9305
RGB
CMYK
RGB Variations
Color information
#EA9305 (or 0xEA9305) is known color: Gamboge. HEX triplet: EA, 93 and 05. RGB value is (234,147,5). Sum of RGB (Red+Green+Blue) = 234+147+5=386 (51% of max value = 765). Red value is 234 (91.80% from 255 or 60.62% from 386); Green value is 147 (57.81% from 255 or 38.08% from 386); Blue value is 5 (2.34% from 255 or 1.30% from 386); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9305 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EA9305 is #156CFA. Grayscale: #9D9D9D. Windows color (decimal): -1404155 or 365546. OLE color: 365546.
HSL color Cylindrical-coordinate representation of color #EA9305: hue angle of 37.21º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #EA9305 is Cyan = 0, Magento = 0.37, Yellow = 0.98 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 147 | 5 | - |
| CMYK | 0 | 0.37 | 0.98 | 0.08 |
| HSL | 37.21º | 0.96% | 0.47% | - |
| HSV(B) | 37.21º | 0.98% | 0.92% | - |
| XYZ | 44.39 | 38.37 | 5.21 | - |
| YUV | 156.83 | 42.32 | 183.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 147 | 5 | 0 | 0.37 | 0.98 | 0.08 | 37.21 | 0.96 | 0.47 |
| Hex | EA | 93 | 5 | 0 | 25 | 62 | 8 | 25 | 60 | 2F |
| Octal | 352 | 223 | 5 | 0 | 45 | 142 | 10 | 45 | 140 | 57 |
| Binary | 11101010 | 10010011 | 101 | 0 | 100101 | 1100010 | 1000 | 100101 | 1100000 | 101111 |
Color Harmonies of #EA9305
Complementary color
Monochromatic Colors of #EA9305
Black with #EA9305
Text Example
Text Example
White with #EA9305
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA9305; }
p { color: rgb(234,147,5); }
H1.HeaderClassName
{
color: #EA9305;
}
.AnyTagClassName
{
color: #EA9305;
}
</style>
background-color css
<style>
a { background-color: #EA9305; }
a { background-color: rgb(234,147,5); }
div.DivClassName
{
background-color: #EA9305;
}
.BgClassName
{
background-color: #EA9305;
}
</style>
border-color css
<style>
span { border-color: #EA9305; }
span { border-color: rgb(234,147,5); }
td.TdClassName
{
border-color: #EA9305;
}
.TagClassName
{
border-color: #EA9305;
}
</style>