Shades of Gamboge #EA9405
Tints of Gamboge #EA9405
RGB
CMYK
RGB Variations
Color information
#EA9405 (or 0xEA9405) is known color: Gamboge. HEX triplet: EA, 94 and 05. RGB value is (234,148,5). Sum of RGB (Red+Green+Blue) = 234+148+5=387 (51% of max value = 765). Red value is 234 (91.80% from 255 or 60.47% from 387); Green value is 148 (58.20% from 255 or 38.24% from 387); Blue value is 5 (2.34% from 255 or 1.29% from 387); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9405 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EA9405 is #156BFA. Grayscale: #9E9E9E. Windows color (decimal): -1403899 or 365802. OLE color: 365802.
HSL color Cylindrical-coordinate representation of color #EA9405: hue angle of 37.47º 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 #EA9405 is Cyan = 0, Magento = 0.37, Yellow = 0.98 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 148 | 5 | - |
| CMYK | 0 | 0.37 | 0.98 | 0.08 |
| HSL | 37.47º | 0.96% | 0.47% | - |
| HSV(B) | 37.47º | 0.98% | 0.92% | - |
| XYZ | 44.55 | 38.68 | 5.26 | - |
| YUV | 157.41 | 41.99 | 182.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 148 | 5 | 0 | 0.37 | 0.98 | 0.08 | 37.47 | 0.96 | 0.47 |
| Hex | EA | 94 | 5 | 0 | 25 | 62 | 8 | 25 | 60 | 2F |
| Octal | 352 | 224 | 5 | 0 | 45 | 142 | 10 | 45 | 140 | 57 |
| Binary | 11101010 | 10010100 | 101 | 0 | 100101 | 1100010 | 1000 | 100101 | 1100000 | 101111 |
Color Harmonies of #EA9405
Complementary color
Monochromatic Colors of #EA9405
Black with #EA9405
Text Example
Text Example
White with #EA9405
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA9405; }
p { color: rgb(234,148,5); }
H1.HeaderClassName
{
color: #EA9405;
}
.AnyTagClassName
{
color: #EA9405;
}
</style>
background-color css
<style>
a { background-color: #EA9405; }
a { background-color: rgb(234,148,5); }
div.DivClassName
{
background-color: #EA9405;
}
.BgClassName
{
background-color: #EA9405;
}
</style>
border-color css
<style>
span { border-color: #EA9405; }
span { border-color: rgb(234,148,5); }
td.TdClassName
{
border-color: #EA9405;
}
.TagClassName
{
border-color: #EA9405;
}
</style>