Shades of Gamboge #E3A30F
Tints of Gamboge #E3A30F
RGB
CMYK
RGB Variations
Color information
#E3A30F (or 0xE3A30F) is known color: Gamboge. HEX triplet: E3, A3 and 0F. RGB value is (227,163,15). Sum of RGB (Red+Green+Blue) = 227+163+15=405 (53% of max value = 765). Red value is 227 (89.06% from 255 or 56.05% from 405); Green value is 163 (64.06% from 255 or 40.25% from 405); Blue value is 15 (6.25% from 255 or 3.70% from 405); Max value from RGB is 227 - color contains mainly: red. Hex color #E3A30F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E3A30F is #1C5CF0. Grayscale: #A5A5A5. Windows color (decimal): -1858801 or 1024995. OLE color: 1024995.
HSL color Cylindrical-coordinate representation of color #E3A30F: hue angle of 41.89º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E3A30F is Cyan = 0, Magento = 0.28, Yellow = 0.93 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 163 | 15 | - |
| CMYK | 0 | 0.28 | 0.93 | 0.11 |
| HSL | 41.89º | 0.88% | 0.47% | - |
| HSV(B) | 41.89º | 0.93% | 0.89% | - |
| XYZ | 44.86 | 42.56 | 6.3 | - |
| YUV | 165.26 | 43.2 | 172.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 163 | 15 | 0 | 0.28 | 0.93 | 0.11 | 41.89 | 0.88 | 0.47 |
| Hex | E3 | A3 | F | 0 | 1C | 5D | B | 2A | 58 | 2F |
| Octal | 343 | 243 | 17 | 0 | 34 | 135 | 13 | 52 | 130 | 57 |
| Binary | 11100011 | 10100011 | 1111 | 0 | 11100 | 1011101 | 1011 | 101010 | 1011000 | 101111 |
Color Harmonies of #E3A30F
Complementary color
Monochromatic Colors of #E3A30F
Black with #E3A30F
Text Example
Text Example
White with #E3A30F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3A30F; }
p { color: rgb(227,163,15); }
H1.HeaderClassName
{
color: #E3A30F;
}
.AnyTagClassName
{
color: #E3A30F;
}
</style>
background-color css
<style>
a { background-color: #E3A30F; }
a { background-color: rgb(227,163,15); }
div.DivClassName
{
background-color: #E3A30F;
}
.BgClassName
{
background-color: #E3A30F;
}
</style>
border-color css
<style>
span { border-color: #E3A30F; }
span { border-color: rgb(227,163,15); }
td.TdClassName
{
border-color: #E3A30F;
}
.TagClassName
{
border-color: #E3A30F;
}
</style>