Shades of Gamboge #E3A312
Tints of Gamboge #E3A312
RGB
CMYK
RGB Variations
Color information
#E3A312 (or 0xE3A312) is known color: Gamboge. HEX triplet: E3, A3 and 12. RGB value is (227,163,18). Sum of RGB (Red+Green+Blue) = 227+163+18=408 (54% of max value = 765). Red value is 227 (89.06% from 255 or 55.64% from 408); Green value is 163 (64.06% from 255 or 39.95% from 408); Blue value is 18 (7.42% from 255 or 4.41% from 408); Max value from RGB is 227 - color contains mainly: red. Hex color #E3A312 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E3A312 is #1C5CED. Grayscale: #A6A6A6. Windows color (decimal): -1858798 or 1221603. OLE color: 1221603.
HSL color Cylindrical-coordinate representation of color #E3A312: hue angle of 41.63º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E3A312 is Cyan = 0, Magento = 0.28, Yellow = 0.92 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 163 | 18 | - |
| CMYK | 0 | 0.28 | 0.92 | 0.11 |
| HSL | 41.63º | 0.85% | 0.48% | - |
| HSV(B) | 41.63º | 0.92% | 0.89% | - |
| XYZ | 44.88 | 42.57 | 6.42 | - |
| YUV | 165.61 | 44.7 | 171.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 163 | 18 | 0 | 0.28 | 0.92 | 0.11 | 41.63 | 0.85 | 0.48 |
| Hex | E3 | A3 | 12 | 0 | 1C | 5C | B | 2A | 55 | 30 |
| Octal | 343 | 243 | 22 | 0 | 34 | 134 | 13 | 52 | 125 | 60 |
| Binary | 11100011 | 10100011 | 10010 | 0 | 11100 | 1011100 | 1011 | 101010 | 1010101 | 110000 |
Color Harmonies of #E3A312
Complementary color
Monochromatic Colors of #E3A312
Black with #E3A312
Text Example
Text Example
White with #E3A312
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3A312; }
p { color: rgb(227,163,18); }
H1.HeaderClassName
{
color: #E3A312;
}
.AnyTagClassName
{
color: #E3A312;
}
</style>
background-color css
<style>
a { background-color: #E3A312; }
a { background-color: rgb(227,163,18); }
div.DivClassName
{
background-color: #E3A312;
}
.BgClassName
{
background-color: #E3A312;
}
</style>
border-color css
<style>
span { border-color: #E3A312; }
span { border-color: rgb(227,163,18); }
td.TdClassName
{
border-color: #E3A312;
}
.TagClassName
{
border-color: #E3A312;
}
</style>