Shades of Gamboge #E0A30A
Tints of Gamboge #E0A30A
RGB
CMYK
RGB Variations
Color information
#E0A30A (or 0xE0A30A) is known color: Gamboge. HEX triplet: E0, A3 and 0A. RGB value is (224,163,10). Sum of RGB (Red+Green+Blue) = 224+163+10=397 (52% of max value = 765). Red value is 224 (87.89% from 255 or 56.42% from 397); Green value is 163 (64.06% from 255 or 41.06% from 397); Blue value is 10 (4.30% from 255 or 2.52% from 397); Max value from RGB is 224 - color contains mainly: red. Hex color #E0A30A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E0A30A is #1F5CF5. Grayscale: #A4A4A4. Windows color (decimal): -2055414 or 697312. OLE color: 697312.
HSL color Cylindrical-coordinate representation of color #E0A30A: hue angle of 42.9º degrees, saturation: 0.91, 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 #E0A30A is Cyan = 0, Magento = 0.27, Yellow = 0.96 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 163 | 10 | - |
| CMYK | 0 | 0.27 | 0.96 | 0.12 |
| HSL | 42.9º | 0.91% | 0.46% | - |
| HSV(B) | 42.9º | 0.96% | 0.88% | - |
| XYZ | 43.89 | 42.06 | 6.09 | - |
| YUV | 163.8 | 41.21 | 170.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 163 | 10 | 0 | 0.27 | 0.96 | 0.12 | 42.9 | 0.91 | 0.46 |
| Hex | E0 | A3 | A | 0 | 1B | 60 | C | 2B | 5B | 2E |
| Octal | 340 | 243 | 12 | 0 | 33 | 140 | 14 | 53 | 133 | 56 |
| Binary | 11100000 | 10100011 | 1010 | 0 | 11011 | 1100000 | 1100 | 101011 | 1011011 | 101110 |
Color Harmonies of #E0A30A
Complementary color
Monochromatic Colors of #E0A30A
Black with #E0A30A
Text Example
Text Example
White with #E0A30A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0A30A; }
p { color: rgb(224,163,10); }
H1.HeaderClassName
{
color: #E0A30A;
}
.AnyTagClassName
{
color: #E0A30A;
}
</style>
background-color css
<style>
a { background-color: #E0A30A; }
a { background-color: rgb(224,163,10); }
div.DivClassName
{
background-color: #E0A30A;
}
.BgClassName
{
background-color: #E0A30A;
}
</style>
border-color css
<style>
span { border-color: #E0A30A; }
span { border-color: rgb(224,163,10); }
td.TdClassName
{
border-color: #E0A30A;
}
.TagClassName
{
border-color: #E0A30A;
}
</style>