Shades of Gamboge #E6A209
Tints of Gamboge #E6A209
RGB
CMYK
RGB Variations
Color information
#E6A209 (or 0xE6A209) is known color: Gamboge. HEX triplet: E6, A2 and 09. RGB value is (230,162,9). Sum of RGB (Red+Green+Blue) = 230+162+9=401 (53% of max value = 765). Red value is 230 (90.23% from 255 or 57.36% from 401); Green value is 162 (63.67% from 255 or 40.40% from 401); Blue value is 9 (3.91% from 255 or 2.24% from 401); Max value from RGB is 230 - color contains mainly: red. Hex color #E6A209 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E6A209 is #195DF6. Grayscale: #A5A5A5. Windows color (decimal): -1662455 or 631526. OLE color: 631526.
HSL color Cylindrical-coordinate representation of color #E6A209: hue angle of 41.54º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E6A209 is Cyan = 0, Magento = 0.30, Yellow = 0.96 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 162 | 9 | - |
| CMYK | 0 | 0.30 | 0.96 | 0.10 |
| HSL | 41.54º | 0.92% | 0.47% | - |
| HSV(B) | 41.54º | 0.96% | 0.9% | - |
| XYZ | 45.6 | 42.68 | 6.09 | - |
| YUV | 164.89 | 40.03 | 174.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 162 | 9 | 0 | 0.30 | 0.96 | 0.10 | 41.54 | 0.92 | 0.47 |
| Hex | E6 | A2 | 9 | 0 | 1E | 60 | A | 2A | 5C | 2F |
| Octal | 346 | 242 | 11 | 0 | 36 | 140 | 12 | 52 | 134 | 57 |
| Binary | 11100110 | 10100010 | 1001 | 0 | 11110 | 1100000 | 1010 | 101010 | 1011100 | 101111 |
Color Harmonies of #E6A209
Complementary color
Monochromatic Colors of #E6A209
Black with #E6A209
Text Example
Text Example
White with #E6A209
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6A209; }
p { color: rgb(230,162,9); }
H1.HeaderClassName
{
color: #E6A209;
}
.AnyTagClassName
{
color: #E6A209;
}
</style>
background-color css
<style>
a { background-color: #E6A209; }
a { background-color: rgb(230,162,9); }
div.DivClassName
{
background-color: #E6A209;
}
.BgClassName
{
background-color: #E6A209;
}
</style>
border-color css
<style>
span { border-color: #E6A209; }
span { border-color: rgb(230,162,9); }
td.TdClassName
{
border-color: #E6A209;
}
.TagClassName
{
border-color: #E6A209;
}
</style>