Shades of Gamboge #E5A509
Tints of Gamboge #E5A509
RGB
CMYK
RGB Variations
Color information
#E5A509 (or 0xE5A509) is known color: Gamboge. HEX triplet: E5, A5 and 09. RGB value is (229,165,9). Sum of RGB (Red+Green+Blue) = 229+165+9=403 (53% of max value = 765). Red value is 229 (89.84% from 255 or 56.82% from 403); Green value is 165 (64.84% from 255 or 40.94% from 403); Blue value is 9 (3.91% from 255 or 2.23% from 403); Max value from RGB is 229 - color contains mainly: red. Hex color #E5A509 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E5A509 is #1A5AF6. Grayscale: #A7A7A7. Windows color (decimal): -1727223 or 632293. OLE color: 632293.
HSL color Cylindrical-coordinate representation of color #E5A509: hue angle of 42.55º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E5A509 is Cyan = 0, Magento = 0.28, Yellow = 0.96 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 165 | 9 | - |
| CMYK | 0 | 0.28 | 0.96 | 0.10 |
| HSL | 42.55º | 0.92% | 0.47% | - |
| HSV(B) | 42.55º | 0.96% | 0.9% | - |
| XYZ | 45.82 | 43.59 | 6.26 | - |
| YUV | 166.35 | 39.2 | 172.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 165 | 9 | 0 | 0.28 | 0.96 | 0.10 | 42.55 | 0.92 | 0.47 |
| Hex | E5 | A5 | 9 | 0 | 1C | 60 | A | 2B | 5C | 2F |
| Octal | 345 | 245 | 11 | 0 | 34 | 140 | 12 | 53 | 134 | 57 |
| Binary | 11100101 | 10100101 | 1001 | 0 | 11100 | 1100000 | 1010 | 101011 | 1011100 | 101111 |
Color Harmonies of #E5A509
Complementary color
Monochromatic Colors of #E5A509
Black with #E5A509
Text Example
Text Example
White with #E5A509
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5A509; }
p { color: rgb(229,165,9); }
H1.HeaderClassName
{
color: #E5A509;
}
.AnyTagClassName
{
color: #E5A509;
}
</style>
background-color css
<style>
a { background-color: #E5A509; }
a { background-color: rgb(229,165,9); }
div.DivClassName
{
background-color: #E5A509;
}
.BgClassName
{
background-color: #E5A509;
}
</style>
border-color css
<style>
span { border-color: #E5A509; }
span { border-color: rgb(229,165,9); }
td.TdClassName
{
border-color: #E5A509;
}
.TagClassName
{
border-color: #E5A509;
}
</style>