Shades of Gamboge #E0A509
Tints of Gamboge #E0A509
RGB
CMYK
RGB Variations
Color information
#E0A509 (or 0xE0A509) is known color: Gamboge. HEX triplet: E0, A5 and 09. RGB value is (224,165,9). Sum of RGB (Red+Green+Blue) = 224+165+9=398 (52% of max value = 765). Red value is 224 (87.89% from 255 or 56.28% from 398); Green value is 165 (64.84% from 255 or 41.46% from 398); Blue value is 9 (3.91% from 255 or 2.26% from 398); Max value from RGB is 224 - color contains mainly: red. Hex color #E0A509 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E0A509 is #1F5AF6. Grayscale: #A5A5A5. Windows color (decimal): -2054903 or 632288. OLE color: 632288.
HSL color Cylindrical-coordinate representation of color #E0A509: hue angle of 43.53º degrees, saturation: 0.92, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E0A509 is Cyan = 0, Magento = 0.26, Yellow = 0.96 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 165 | 9 | - |
| CMYK | 0 | 0.26 | 0.96 | 0.12 |
| HSL | 43.53º | 0.92% | 0.46% | - |
| HSV(B) | 43.53º | 0.96% | 0.88% | - |
| XYZ | 44.24 | 42.78 | 6.18 | - |
| YUV | 164.86 | 40.05 | 170.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 165 | 9 | 0 | 0.26 | 0.96 | 0.12 | 43.53 | 0.92 | 0.46 |
| Hex | E0 | A5 | 9 | 0 | 1A | 60 | C | 2C | 5C | 2E |
| Octal | 340 | 245 | 11 | 0 | 32 | 140 | 14 | 54 | 134 | 56 |
| Binary | 11100000 | 10100101 | 1001 | 0 | 11010 | 1100000 | 1100 | 101100 | 1011100 | 101110 |
Color Harmonies of #E0A509
Complementary color
Monochromatic Colors of #E0A509
Black with #E0A509
Text Example
Text Example
White with #E0A509
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0A509; }
p { color: rgb(224,165,9); }
H1.HeaderClassName
{
color: #E0A509;
}
.AnyTagClassName
{
color: #E0A509;
}
</style>
background-color css
<style>
a { background-color: #E0A509; }
a { background-color: rgb(224,165,9); }
div.DivClassName
{
background-color: #E0A509;
}
.BgClassName
{
background-color: #E0A509;
}
</style>
border-color css
<style>
span { border-color: #E0A509; }
span { border-color: rgb(224,165,9); }
td.TdClassName
{
border-color: #E0A509;
}
.TagClassName
{
border-color: #E0A509;
}
</style>