Shades of Gamboge #E59504
Tints of Gamboge #E59504
RGB
CMYK
RGB Variations
Color information
#E59504 (or 0xE59504) is known color: Gamboge. HEX triplet: E5, 95 and 04. RGB value is (229,149,4). Sum of RGB (Red+Green+Blue) = 229+149+4=382 (50% of max value = 765). Red value is 229 (89.84% from 255 or 59.95% from 382); Green value is 149 (58.59% from 255 or 39.01% from 382); Blue value is 4 (1.95% from 255 or 1.05% from 382); Max value from RGB is 229 - color contains mainly: red. Hex color #E59504 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E59504 is #1A6AFB. Grayscale: #9D9D9D. Windows color (decimal): -1731324 or 300517. OLE color: 300517.
HSL color Cylindrical-coordinate representation of color #E59504: hue angle of 38.67º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E59504 is Cyan = 0, Magento = 0.35, Yellow = 0.98 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 149 | 4 | - |
| CMYK | 0 | 0.35 | 0.98 | 0.10 |
| HSL | 38.67º | 0.97% | 0.46% | - |
| HSV(B) | 38.67º | 0.98% | 0.9% | - |
| XYZ | 43.08 | 38.16 | 5.21 | - |
| YUV | 156.39 | 42 | 179.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 149 | 4 | 0 | 0.35 | 0.98 | 0.10 | 38.67 | 0.97 | 0.46 |
| Hex | E5 | 95 | 4 | 0 | 23 | 62 | A | 27 | 61 | 2E |
| Octal | 345 | 225 | 4 | 0 | 43 | 142 | 12 | 47 | 141 | 56 |
| Binary | 11100101 | 10010101 | 100 | 0 | 100011 | 1100010 | 1010 | 100111 | 1100001 | 101110 |
Color Harmonies of #E59504
Complementary color
Monochromatic Colors of #E59504
Black with #E59504
Text Example
Text Example
White with #E59504
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E59504; }
p { color: rgb(229,149,4); }
H1.HeaderClassName
{
color: #E59504;
}
.AnyTagClassName
{
color: #E59504;
}
</style>
background-color css
<style>
a { background-color: #E59504; }
a { background-color: rgb(229,149,4); }
div.DivClassName
{
background-color: #E59504;
}
.BgClassName
{
background-color: #E59504;
}
</style>
border-color css
<style>
span { border-color: #E59504; }
span { border-color: rgb(229,149,4); }
td.TdClassName
{
border-color: #E59504;
}
.TagClassName
{
border-color: #E59504;
}
</style>