Shades of Gamboge #E6B209
Tints of Gamboge #E6B209
RGB
CMYK
RGB Variations
Color information
#E6B209 (or 0xE6B209) is known color: Gamboge. HEX triplet: E6, B2 and 09. RGB value is (230,178,9). Sum of RGB (Red+Green+Blue) = 230+178+9=417 (55% of max value = 765). Red value is 230 (90.23% from 255 or 55.16% from 417); Green value is 178 (69.92% from 255 or 42.69% from 417); Blue value is 9 (3.91% from 255 or 2.16% from 417); Max value from RGB is 230 - color contains mainly: red. Hex color #E6B209 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E6B209 is #194DF6. Grayscale: #AFAFAF. Windows color (decimal): -1658359 or 635622. OLE color: 635622.
HSL color Cylindrical-coordinate representation of color #E6B209: hue angle of 45.88º 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 #E6B209 is Cyan = 0, Magento = 0.23, Yellow = 0.96 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 178 | 9 | - |
| CMYK | 0 | 0.23 | 0.96 | 0.10 |
| HSL | 45.88º | 0.92% | 0.47% | - |
| HSV(B) | 45.88º | 0.96% | 0.9% | - |
| XYZ | 48.6 | 48.68 | 7.09 | - |
| YUV | 174.28 | 34.73 | 167.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 178 | 9 | 0 | 0.23 | 0.96 | 0.10 | 45.88 | 0.92 | 0.47 |
| Hex | E6 | B2 | 9 | 0 | 17 | 60 | A | 2E | 5C | 2F |
| Octal | 346 | 262 | 11 | 0 | 27 | 140 | 12 | 56 | 134 | 57 |
| Binary | 11100110 | 10110010 | 1001 | 0 | 10111 | 1100000 | 1010 | 101110 | 1011100 | 101111 |
Color Harmonies of #E6B209
Complementary color
Monochromatic Colors of #E6B209
Black with #E6B209
Text Example
Text Example
White with #E6B209
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6B209; }
p { color: rgb(230,178,9); }
H1.HeaderClassName
{
color: #E6B209;
}
.AnyTagClassName
{
color: #E6B209;
}
</style>
background-color css
<style>
a { background-color: #E6B209; }
a { background-color: rgb(230,178,9); }
div.DivClassName
{
background-color: #E6B209;
}
.BgClassName
{
background-color: #E6B209;
}
</style>
border-color css
<style>
span { border-color: #E6B209; }
span { border-color: rgb(230,178,9); }
td.TdClassName
{
border-color: #E6B209;
}
.TagClassName
{
border-color: #E6B209;
}
</style>