Shades of Gamboge #E59D1A
Tints of Gamboge #E59D1A
RGB
CMYK
RGB Variations
Color information
#E59D1A (or 0xE59D1A) is known color: Gamboge. HEX triplet: E5, 9D and 1A. RGB value is (229,157,26). Sum of RGB (Red+Green+Blue) = 229+157+26=412 (54% of max value = 765). Red value is 229 (89.84% from 255 or 55.58% from 412); Green value is 157 (61.72% from 255 or 38.11% from 412); Blue value is 26 (10.55% from 255 or 6.31% from 412); Max value from RGB is 229 - color contains mainly: red. Hex color #E59D1A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E59D1A is #1A62E5. Grayscale: #A4A4A4. Windows color (decimal): -1729254 or 1744357. OLE color: 1744357.
HSL color Cylindrical-coordinate representation of color #E59D1A: hue angle of 38.72º 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 #E59D1A is Cyan = 0, Magento = 0.31, Yellow = 0.89 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 157 | 26 | - |
| CMYK | 0 | 0.31 | 0.89 | 0.10 |
| HSL | 38.72º | 0.8% | 0.5% | - |
| HSV(B) | 38.72º | 0.89% | 0.9% | - |
| XYZ | 44.56 | 40.85 | 6.51 | - |
| YUV | 163.59 | 50.35 | 174.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 157 | 26 | 0 | 0.31 | 0.89 | 0.10 | 38.72 | 0.8 | 0.5 |
| Hex | E5 | 9D | 1A | 0 | 1F | 59 | A | 27 | 50 | 32 |
| Octal | 345 | 235 | 32 | 0 | 37 | 131 | 12 | 47 | 120 | 62 |
| Binary | 11100101 | 10011101 | 11010 | 0 | 11111 | 1011001 | 1010 | 100111 | 1010000 | 110010 |
Color Harmonies of #E59D1A
Complementary color
Monochromatic Colors of #E59D1A
Black with #E59D1A
Text Example
Text Example
White with #E59D1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E59D1A; }
p { color: rgb(229,157,26); }
H1.HeaderClassName
{
color: #E59D1A;
}
.AnyTagClassName
{
color: #E59D1A;
}
</style>
background-color css
<style>
a { background-color: #E59D1A; }
a { background-color: rgb(229,157,26); }
div.DivClassName
{
background-color: #E59D1A;
}
.BgClassName
{
background-color: #E59D1A;
}
</style>
border-color css
<style>
span { border-color: #E59D1A; }
span { border-color: rgb(229,157,26); }
td.TdClassName
{
border-color: #E59D1A;
}
.TagClassName
{
border-color: #E59D1A;
}
</style>