Shades of Gamboge #E9A305
Tints of Gamboge #E9A305
RGB
CMYK
RGB Variations
Color information
#E9A305 (or 0xE9A305) is known color: Gamboge. HEX triplet: E9, A3 and 05. RGB value is (233,163,5). Sum of RGB (Red+Green+Blue) = 233+163+5=401 (53% of max value = 765). Red value is 233 (91.41% from 255 or 58.10% from 401); Green value is 163 (64.06% from 255 or 40.65% from 401); Blue value is 5 (2.34% from 255 or 1.25% from 401); Max value from RGB is 233 - color contains mainly: red. Hex color #E9A305 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E9A305 is #165CFA. Grayscale: #A6A6A6. Windows color (decimal): -1465595 or 369641. OLE color: 369641.
HSL color Cylindrical-coordinate representation of color #E9A305: hue angle of 41.58º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E9A305 is Cyan = 0, Magento = 0.30, Yellow = 0.98 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 163 | 5 | - |
| CMYK | 0 | 0.30 | 0.98 | 0.09 |
| HSL | 41.58º | 0.96% | 0.47% | - |
| HSV(B) | 41.58º | 0.98% | 0.91% | - |
| XYZ | 46.73 | 43.53 | 6.08 | - |
| YUV | 165.92 | 37.19 | 175.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 163 | 5 | 0 | 0.30 | 0.98 | 0.09 | 41.58 | 0.96 | 0.47 |
| Hex | E9 | A3 | 5 | 0 | 1E | 62 | 9 | 2A | 60 | 2F |
| Octal | 351 | 243 | 5 | 0 | 36 | 142 | 11 | 52 | 140 | 57 |
| Binary | 11101001 | 10100011 | 101 | 0 | 11110 | 1100010 | 1001 | 101010 | 1100000 | 101111 |
Color Harmonies of #E9A305
Complementary color
Monochromatic Colors of #E9A305
Black with #E9A305
Text Example
Text Example
White with #E9A305
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9A305; }
p { color: rgb(233,163,5); }
H1.HeaderClassName
{
color: #E9A305;
}
.AnyTagClassName
{
color: #E9A305;
}
</style>
background-color css
<style>
a { background-color: #E9A305; }
a { background-color: rgb(233,163,5); }
div.DivClassName
{
background-color: #E9A305;
}
.BgClassName
{
background-color: #E9A305;
}
</style>
border-color css
<style>
span { border-color: #E9A305; }
span { border-color: rgb(233,163,5); }
td.TdClassName
{
border-color: #E9A305;
}
.TagClassName
{
border-color: #E9A305;
}
</style>