Shades of Gamboge #E0A508
Tints of Gamboge #E0A508
RGB
CMYK
RGB Variations
Color information
#E0A508 (or 0xE0A508) is known color: Gamboge. HEX triplet: E0, A5 and 08. RGB value is (224,165,8). Sum of RGB (Red+Green+Blue) = 224+165+8=397 (52% of max value = 765). Red value is 224 (87.89% from 255 or 56.42% from 397); Green value is 165 (64.84% from 255 or 41.56% from 397); Blue value is 8 (3.52% from 255 or 2.02% from 397); Max value from RGB is 224 - color contains mainly: red. Hex color #E0A508 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E0A508 is #1F5AF7. Grayscale: #A5A5A5. Windows color (decimal): -2054904 or 566752. OLE color: 566752.
HSL color Cylindrical-coordinate representation of color #E0A508: hue angle of 43.61º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E0A508 is Cyan = 0, Magento = 0.26, Yellow = 0.96 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 165 | 8 | - |
| CMYK | 0 | 0.26 | 0.96 | 0.12 |
| HSL | 43.61º | 0.93% | 0.45% | - |
| HSV(B) | 43.61º | 0.96% | 0.88% | - |
| XYZ | 44.24 | 42.78 | 6.15 | - |
| YUV | 164.74 | 39.55 | 170.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 165 | 8 | 0 | 0.26 | 0.96 | 0.12 | 43.61 | 0.93 | 0.45 |
| Hex | E0 | A5 | 8 | 0 | 1A | 60 | C | 2C | 5D | 2D |
| Octal | 340 | 245 | 10 | 0 | 32 | 140 | 14 | 54 | 135 | 55 |
| Binary | 11100000 | 10100101 | 1000 | 0 | 11010 | 1100000 | 1100 | 101100 | 1011101 | 101101 |
Color Harmonies of #E0A508
Complementary color
Monochromatic Colors of #E0A508
Black with #E0A508
Text Example
Text Example
White with #E0A508
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0A508; }
p { color: rgb(224,165,8); }
H1.HeaderClassName
{
color: #E0A508;
}
.AnyTagClassName
{
color: #E0A508;
}
</style>
background-color css
<style>
a { background-color: #E0A508; }
a { background-color: rgb(224,165,8); }
div.DivClassName
{
background-color: #E0A508;
}
.BgClassName
{
background-color: #E0A508;
}
</style>
border-color css
<style>
span { border-color: #E0A508; }
span { border-color: rgb(224,165,8); }
td.TdClassName
{
border-color: #E0A508;
}
.TagClassName
{
border-color: #E0A508;
}
</style>