Shades of Gamboge #EA9302
Tints of Gamboge #EA9302
RGB
CMYK
RGB Variations
Color information
#EA9302 (or 0xEA9302) is known color: Gamboge. HEX triplet: EA, 93 and 02. RGB value is (234,147,2). Sum of RGB (Red+Green+Blue) = 234+147+2=383 (50% of max value = 765). Red value is 234 (91.80% from 255 or 61.10% from 383); Green value is 147 (57.81% from 255 or 38.38% from 383); Blue value is 2 (1.17% from 255 or 0.52% from 383); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9302 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EA9302 is #156CFD. Grayscale: #9D9D9D. Windows color (decimal): -1404158 or 168938. OLE color: 168938.
HSL color Cylindrical-coordinate representation of color #EA9302: hue angle of 37.5º degrees, saturation: 0.98, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #EA9302 is Cyan = 0, Magento = 0.37, Yellow = 0.99 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 147 | 2 | - |
| CMYK | 0 | 0.37 | 0.99 | 0.08 |
| HSL | 37.5º | 0.98% | 0.46% | - |
| HSV(B) | 37.5º | 0.99% | 0.92% | - |
| XYZ | 44.38 | 38.36 | 5.12 | - |
| YUV | 156.48 | 40.82 | 183.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 147 | 2 | 0 | 0.37 | 0.99 | 0.08 | 37.5 | 0.98 | 0.46 |
| Hex | EA | 93 | 2 | 0 | 25 | 63 | 8 | 26 | 62 | 2E |
| Octal | 352 | 223 | 2 | 0 | 45 | 143 | 10 | 46 | 142 | 56 |
| Binary | 11101010 | 10010011 | 10 | 0 | 100101 | 1100011 | 1000 | 100110 | 1100010 | 101110 |
Color Harmonies of #EA9302
Complementary color
Monochromatic Colors of #EA9302
Black with #EA9302
Text Example
Text Example
White with #EA9302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA9302; }
p { color: rgb(234,147,2); }
H1.HeaderClassName
{
color: #EA9302;
}
.AnyTagClassName
{
color: #EA9302;
}
</style>
background-color css
<style>
a { background-color: #EA9302; }
a { background-color: rgb(234,147,2); }
div.DivClassName
{
background-color: #EA9302;
}
.BgClassName
{
background-color: #EA9302;
}
</style>
border-color css
<style>
span { border-color: #EA9302; }
span { border-color: rgb(234,147,2); }
td.TdClassName
{
border-color: #EA9302;
}
.TagClassName
{
border-color: #EA9302;
}
</style>