Shades of Gamboge #E59A1A
Tints of Gamboge #E59A1A
RGB
CMYK
RGB Variations
Color information
#E59A1A (or 0xE59A1A) is known color: Gamboge. HEX triplet: E5, 9A and 1A. RGB value is (229,154,26). Sum of RGB (Red+Green+Blue) = 229+154+26=409 (54% of max value = 765). Red value is 229 (89.84% from 255 or 55.99% from 409); Green value is 154 (60.55% from 255 or 37.65% from 409); Blue value is 26 (10.55% from 255 or 6.36% from 409); Max value from RGB is 229 - color contains mainly: red. Hex color #E59A1A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E59A1A is #1A65E5. Grayscale: #A2A2A2. Windows color (decimal): -1730022 or 1743589. OLE color: 1743589.
HSL color Cylindrical-coordinate representation of color #E59A1A: hue angle of 37.83º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E59A1A is Cyan = 0, Magento = 0.33, Yellow = 0.89 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 154 | 26 | - |
| CMYK | 0 | 0.33 | 0.89 | 0.10 |
| HSL | 37.83º | 0.8% | 0.5% | - |
| HSV(B) | 37.83º | 0.89% | 0.9% | - |
| XYZ | 44.06 | 39.84 | 6.35 | - |
| YUV | 161.83 | 51.35 | 175.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 154 | 26 | 0 | 0.33 | 0.89 | 0.10 | 37.83 | 0.8 | 0.5 |
| Hex | E5 | 9A | 1A | 0 | 21 | 59 | A | 26 | 50 | 32 |
| Octal | 345 | 232 | 32 | 0 | 41 | 131 | 12 | 46 | 120 | 62 |
| Binary | 11100101 | 10011010 | 11010 | 0 | 100001 | 1011001 | 1010 | 100110 | 1010000 | 110010 |
Color Harmonies of #E59A1A
Complementary color
Monochromatic Colors of #E59A1A
Black with #E59A1A
Text Example
Text Example
White with #E59A1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E59A1A; }
p { color: rgb(229,154,26); }
H1.HeaderClassName
{
color: #E59A1A;
}
.AnyTagClassName
{
color: #E59A1A;
}
</style>
background-color css
<style>
a { background-color: #E59A1A; }
a { background-color: rgb(229,154,26); }
div.DivClassName
{
background-color: #E59A1A;
}
.BgClassName
{
background-color: #E59A1A;
}
</style>
border-color css
<style>
span { border-color: #E59A1A; }
span { border-color: rgb(229,154,26); }
td.TdClassName
{
border-color: #E59A1A;
}
.TagClassName
{
border-color: #E59A1A;
}
</style>