Shades of Gamboge #EA9400
Tints of Gamboge #EA9400
RGB
CMYK
RGB Variations
Color information
#EA9400 (or 0xEA9400) is known color: Gamboge. HEX triplet: EA, 94 and 00. RGB value is (234,148,0). Sum of RGB (Red+Green+Blue) = 234+148+0=382 (50% of max value = 765). Red value is 234 (91.80% from 255 or 61.26% from 382); Green value is 148 (58.20% from 255 or 38.74% from 382); Blue value is 0 (0.39% from 255 or 0% from 382); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9400 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EA9400 is #156BFF. Grayscale: #9D9D9D. Windows color (decimal): -1403904 or 38122. OLE color: 38122.
HSL color Cylindrical-coordinate representation of color #EA9400: hue angle of 37.95º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EA9400 is Cyan = 0, Magento = 0.37, Yellow = 1 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 148 | 0 | - |
| CMYK | 0 | 0.37 | 1 | 0.08 |
| HSL | 37.95º | 1% | 0.46% | - |
| HSV(B) | 37.95º | 1% | 0.92% | - |
| XYZ | 44.52 | 38.67 | 5.12 | - |
| YUV | 156.84 | 39.49 | 183.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 148 | 0 | 0 | 0.37 | 1 | 0.08 | 37.95 | 1 | 0.46 |
| Hex | EA | 94 | 0 | 0 | 25 | 64 | 8 | 26 | 64 | 2E |
| Octal | 352 | 224 | 0 | 0 | 45 | 144 | 10 | 46 | 144 | 56 |
| Binary | 11101010 | 10010100 | 0 | 0 | 100101 | 1100100 | 1000 | 100110 | 1100100 | 101110 |
Color Harmonies of #EA9400
Complementary color
Monochromatic Colors of #EA9400
Black with #EA9400
Text Example
Text Example
White with #EA9400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA9400; }
p { color: rgb(234,148,0); }
H1.HeaderClassName
{
color: #EA9400;
}
.AnyTagClassName
{
color: #EA9400;
}
</style>
background-color css
<style>
a { background-color: #EA9400; }
a { background-color: rgb(234,148,0); }
div.DivClassName
{
background-color: #EA9400;
}
.BgClassName
{
background-color: #EA9400;
}
</style>
border-color css
<style>
span { border-color: #EA9400; }
span { border-color: rgb(234,148,0); }
td.TdClassName
{
border-color: #EA9400;
}
.TagClassName
{
border-color: #EA9400;
}
</style>