Shades of Gamboge #EA9301
Tints of Gamboge #EA9301
RGB
CMYK
RGB Variations
Color information
#EA9301 (or 0xEA9301) is known color: Gamboge. HEX triplet: EA, 93 and 01. RGB value is (234,147,1). Sum of RGB (Red+Green+Blue) = 234+147+1=382 (50% of max value = 765). Red value is 234 (91.80% from 255 or 61.26% from 382); Green value is 147 (57.81% from 255 or 38.48% from 382); Blue value is 1 (0.78% from 255 or 0.26% from 382); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9301 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EA9301 is #156CFE. Grayscale: #9D9D9D. Windows color (decimal): -1404159 or 103402. OLE color: 103402.
HSL color Cylindrical-coordinate representation of color #EA9301: hue angle of 37.6º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EA9301 is Cyan = 0, Magento = 0.37, Yellow = 1.00 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 147 | 1 | - |
| CMYK | 0 | 0.37 | 1.00 | 0.08 |
| HSL | 37.6º | 0.99% | 0.46% | - |
| HSV(B) | 37.6º | 1% | 0.92% | - |
| XYZ | 44.37 | 38.36 | 5.09 | - |
| YUV | 156.37 | 40.32 | 183.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 147 | 1 | 0 | 0.37 | 1.00 | 0.08 | 37.6 | 0.99 | 0.46 |
| Hex | EA | 93 | 1 | 0 | 25 | 64 | 8 | 26 | 63 | 2E |
| Octal | 352 | 223 | 1 | 0 | 45 | 144 | 10 | 46 | 143 | 56 |
| Binary | 11101010 | 10010011 | 1 | 0 | 100101 | 1100100 | 1000 | 100110 | 1100011 | 101110 |
Color Harmonies of #EA9301
Complementary color
Monochromatic Colors of #EA9301
Black with #EA9301
Text Example
Text Example
White with #EA9301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA9301; }
p { color: rgb(234,147,1); }
H1.HeaderClassName
{
color: #EA9301;
}
.AnyTagClassName
{
color: #EA9301;
}
</style>
background-color css
<style>
a { background-color: #EA9301; }
a { background-color: rgb(234,147,1); }
div.DivClassName
{
background-color: #EA9301;
}
.BgClassName
{
background-color: #EA9301;
}
</style>
border-color css
<style>
span { border-color: #EA9301; }
span { border-color: rgb(234,147,1); }
td.TdClassName
{
border-color: #EA9301;
}
.TagClassName
{
border-color: #EA9301;
}
</style>