Shades of Gamboge #E6B005
Tints of Gamboge #E6B005
RGB
CMYK
RGB Variations
Color information
#E6B005 (or 0xE6B005) is known color: Gamboge. HEX triplet: E6, B0 and 05. RGB value is (230,176,5). Sum of RGB (Red+Green+Blue) = 230+176+5=411 (54% of max value = 765). Red value is 230 (90.23% from 255 or 55.96% from 411); Green value is 176 (69.14% from 255 or 42.82% from 411); Blue value is 5 (2.34% from 255 or 1.22% from 411); Max value from RGB is 230 - color contains mainly: red. Hex color #E6B005 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E6B005 is #194FFA. Grayscale: #ADADAD. Windows color (decimal): -1658875 or 372966. OLE color: 372966.
HSL color Cylindrical-coordinate representation of color #E6B005: hue angle of 45.6º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E6B005 is Cyan = 0, Magento = 0.23, Yellow = 0.98 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 176 | 5 | - |
| CMYK | 0 | 0.23 | 0.98 | 0.10 |
| HSL | 45.6º | 0.96% | 0.46% | - |
| HSV(B) | 45.6º | 0.98% | 0.9% | - |
| XYZ | 48.19 | 47.88 | 6.85 | - |
| YUV | 172.65 | 33.39 | 168.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 176 | 5 | 0 | 0.23 | 0.98 | 0.10 | 45.6 | 0.96 | 0.46 |
| Hex | E6 | B0 | 5 | 0 | 17 | 62 | A | 2E | 60 | 2E |
| Octal | 346 | 260 | 5 | 0 | 27 | 142 | 12 | 56 | 140 | 56 |
| Binary | 11100110 | 10110000 | 101 | 0 | 10111 | 1100010 | 1010 | 101110 | 1100000 | 101110 |
Color Harmonies of #E6B005
Complementary color
Monochromatic Colors of #E6B005
Black with #E6B005
Text Example
Text Example
White with #E6B005
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6B005; }
p { color: rgb(230,176,5); }
H1.HeaderClassName
{
color: #E6B005;
}
.AnyTagClassName
{
color: #E6B005;
}
</style>
background-color css
<style>
a { background-color: #E6B005; }
a { background-color: rgb(230,176,5); }
div.DivClassName
{
background-color: #E6B005;
}
.BgClassName
{
background-color: #E6B005;
}
</style>
border-color css
<style>
span { border-color: #E6B005; }
span { border-color: rgb(230,176,5); }
td.TdClassName
{
border-color: #E6B005;
}
.TagClassName
{
border-color: #E6B005;
}
</style>