Shades of Gamboge #EA9404
Tints of Gamboge #EA9404
RGB
CMYK
RGB Variations
Color information
#EA9404 (or 0xEA9404) is known color: Gamboge. HEX triplet: EA, 94 and 04. RGB value is (234,148,4). Sum of RGB (Red+Green+Blue) = 234+148+4=386 (51% of max value = 765). Red value is 234 (91.80% from 255 or 60.62% from 386); Green value is 148 (58.20% from 255 or 38.34% from 386); Blue value is 4 (1.95% from 255 or 1.04% from 386); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9404 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EA9404 is #156BFB. Grayscale: #9D9D9D. Windows color (decimal): -1403900 or 300266. OLE color: 300266.
HSL color Cylindrical-coordinate representation of color #EA9404: hue angle of 37.57º degrees, saturation: 0.97, 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 #EA9404 is Cyan = 0, Magento = 0.37, Yellow = 0.98 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 148 | 4 | - |
| CMYK | 0 | 0.37 | 0.98 | 0.08 |
| HSL | 37.57º | 0.97% | 0.47% | - |
| HSV(B) | 37.57º | 0.98% | 0.92% | - |
| XYZ | 44.54 | 38.68 | 5.23 | - |
| YUV | 157.3 | 41.49 | 182.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 148 | 4 | 0 | 0.37 | 0.98 | 0.08 | 37.57 | 0.97 | 0.47 |
| Hex | EA | 94 | 4 | 0 | 25 | 62 | 8 | 26 | 61 | 2F |
| Octal | 352 | 224 | 4 | 0 | 45 | 142 | 10 | 46 | 141 | 57 |
| Binary | 11101010 | 10010100 | 100 | 0 | 100101 | 1100010 | 1000 | 100110 | 1100001 | 101111 |
Color Harmonies of #EA9404
Complementary color
Monochromatic Colors of #EA9404
Black with #EA9404
Text Example
Text Example
White with #EA9404
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA9404; }
p { color: rgb(234,148,4); }
H1.HeaderClassName
{
color: #EA9404;
}
.AnyTagClassName
{
color: #EA9404;
}
</style>
background-color css
<style>
a { background-color: #EA9404; }
a { background-color: rgb(234,148,4); }
div.DivClassName
{
background-color: #EA9404;
}
.BgClassName
{
background-color: #EA9404;
}
</style>
border-color css
<style>
span { border-color: #EA9404; }
span { border-color: rgb(234,148,4); }
td.TdClassName
{
border-color: #EA9404;
}
.TagClassName
{
border-color: #EA9404;
}
</style>