Shades of Gamboge #E1A30C
Tints of Gamboge #E1A30C
RGB
CMYK
RGB Variations
Color information
#E1A30C (or 0xE1A30C) is known color: Gamboge. HEX triplet: E1, A3 and 0C. RGB value is (225,163,12). Sum of RGB (Red+Green+Blue) = 225+163+12=400 (52% of max value = 765). Red value is 225 (88.28% from 255 or 56.25% from 400); Green value is 163 (64.06% from 255 or 40.75% from 400); Blue value is 12 (5.08% from 255 or 3% from 400); Max value from RGB is 225 - color contains mainly: red. Hex color #E1A30C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E1A30C is #1E5CF3. Grayscale: #A4A4A4. Windows color (decimal): -1989876 or 828385. OLE color: 828385.
HSL color Cylindrical-coordinate representation of color #E1A30C: hue angle of 42.54º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E1A30C is Cyan = 0, Magento = 0.28, Yellow = 0.95 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 163 | 12 | - |
| CMYK | 0 | 0.28 | 0.95 | 0.12 |
| HSL | 42.54º | 0.9% | 0.46% | - |
| HSV(B) | 42.54º | 0.95% | 0.88% | - |
| XYZ | 44.21 | 42.23 | 6.17 | - |
| YUV | 164.32 | 42.04 | 171.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 163 | 12 | 0 | 0.28 | 0.95 | 0.12 | 42.54 | 0.9 | 0.46 |
| Hex | E1 | A3 | C | 0 | 1C | 5F | C | 2B | 5A | 2E |
| Octal | 341 | 243 | 14 | 0 | 34 | 137 | 14 | 53 | 132 | 56 |
| Binary | 11100001 | 10100011 | 1100 | 0 | 11100 | 1011111 | 1100 | 101011 | 1011010 | 101110 |
Color Harmonies of #E1A30C
Complementary color
Monochromatic Colors of #E1A30C
Black with #E1A30C
Text Example
Text Example
White with #E1A30C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1A30C; }
p { color: rgb(225,163,12); }
H1.HeaderClassName
{
color: #E1A30C;
}
.AnyTagClassName
{
color: #E1A30C;
}
</style>
background-color css
<style>
a { background-color: #E1A30C; }
a { background-color: rgb(225,163,12); }
div.DivClassName
{
background-color: #E1A30C;
}
.BgClassName
{
background-color: #E1A30C;
}
</style>
border-color css
<style>
span { border-color: #E1A30C; }
span { border-color: rgb(225,163,12); }
td.TdClassName
{
border-color: #E1A30C;
}
.TagClassName
{
border-color: #E1A30C;
}
</style>