Shades of Gamboge #E3A305
Tints of Gamboge #E3A305
RGB
CMYK
RGB Variations
Color information
#E3A305 (or 0xE3A305) is known color: Gamboge. HEX triplet: E3, A3 and 05. RGB value is (227,163,5). Sum of RGB (Red+Green+Blue) = 227+163+5=395 (52% of max value = 765). Red value is 227 (89.06% from 255 or 57.47% from 395); Green value is 163 (64.06% from 255 or 41.27% from 395); Blue value is 5 (2.34% from 255 or 1.27% from 395); Max value from RGB is 227 - color contains mainly: red. Hex color #E3A305 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E3A305 is #1C5CFA. Grayscale: #A4A4A4. Windows color (decimal): -1858811 or 369635. OLE color: 369635.
HSL color Cylindrical-coordinate representation of color #E3A305: hue angle of 42.7º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E3A305 is Cyan = 0, Magento = 0.28, Yellow = 0.98 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 163 | 5 | - |
| CMYK | 0 | 0.28 | 0.98 | 0.11 |
| HSL | 42.7º | 0.96% | 0.45% | - |
| HSV(B) | 42.7º | 0.98% | 0.89% | - |
| XYZ | 44.8 | 42.54 | 5.99 | - |
| YUV | 164.12 | 38.2 | 172.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 163 | 5 | 0 | 0.28 | 0.98 | 0.11 | 42.7 | 0.96 | 0.45 |
| Hex | E3 | A3 | 5 | 0 | 1C | 62 | B | 2B | 60 | 2D |
| Octal | 343 | 243 | 5 | 0 | 34 | 142 | 13 | 53 | 140 | 55 |
| Binary | 11100011 | 10100011 | 101 | 0 | 11100 | 1100010 | 1011 | 101011 | 1100000 | 101101 |
Color Harmonies of #E3A305
Complementary color
Monochromatic Colors of #E3A305
Black with #E3A305
Text Example
Text Example
White with #E3A305
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3A305; }
p { color: rgb(227,163,5); }
H1.HeaderClassName
{
color: #E3A305;
}
.AnyTagClassName
{
color: #E3A305;
}
</style>
background-color css
<style>
a { background-color: #E3A305; }
a { background-color: rgb(227,163,5); }
div.DivClassName
{
background-color: #E3A305;
}
.BgClassName
{
background-color: #E3A305;
}
</style>
border-color css
<style>
span { border-color: #E3A305; }
span { border-color: rgb(227,163,5); }
td.TdClassName
{
border-color: #E3A305;
}
.TagClassName
{
border-color: #E3A305;
}
</style>