Shades of Gamboge #E5B206
Tints of Gamboge #E5B206
RGB
CMYK
RGB Variations
Color information
#E5B206 (or 0xE5B206) is known color: Gamboge. HEX triplet: E5, B2 and 06. RGB value is (229,178,6). Sum of RGB (Red+Green+Blue) = 229+178+6=413 (54% of max value = 765). Red value is 229 (89.84% from 255 or 55.45% from 413); Green value is 178 (69.92% from 255 or 43.10% from 413); Blue value is 6 (2.73% from 255 or 1.45% from 413); Max value from RGB is 229 - color contains mainly: red. Hex color #E5B206 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E5B206 is #1A4DF9. Grayscale: #AEAEAE. Windows color (decimal): -1723898 or 439013. OLE color: 439013.
HSL color Cylindrical-coordinate representation of color #E5B206: hue angle of 46.28º degrees, saturation: 0.95, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E5B206 is Cyan = 0, Magento = 0.22, Yellow = 0.97 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 178 | 6 | - |
| CMYK | 0 | 0.22 | 0.97 | 0.10 |
| HSL | 46.28º | 0.95% | 0.46% | - |
| HSV(B) | 46.28º | 0.97% | 0.9% | - |
| XYZ | 48.27 | 48.51 | 6.99 | - |
| YUV | 173.64 | 33.4 | 167.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 178 | 6 | 0 | 0.22 | 0.97 | 0.10 | 46.28 | 0.95 | 0.46 |
| Hex | E5 | B2 | 6 | 0 | 16 | 61 | A | 2E | 5F | 2E |
| Octal | 345 | 262 | 6 | 0 | 26 | 141 | 12 | 56 | 137 | 56 |
| Binary | 11100101 | 10110010 | 110 | 0 | 10110 | 1100001 | 1010 | 101110 | 1011111 | 101110 |
Color Harmonies of #E5B206
Complementary color
Monochromatic Colors of #E5B206
Black with #E5B206
Text Example
Text Example
White with #E5B206
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5B206; }
p { color: rgb(229,178,6); }
H1.HeaderClassName
{
color: #E5B206;
}
.AnyTagClassName
{
color: #E5B206;
}
</style>
background-color css
<style>
a { background-color: #E5B206; }
a { background-color: rgb(229,178,6); }
div.DivClassName
{
background-color: #E5B206;
}
.BgClassName
{
background-color: #E5B206;
}
</style>
border-color css
<style>
span { border-color: #E5B206; }
span { border-color: rgb(229,178,6); }
td.TdClassName
{
border-color: #E5B206;
}
.TagClassName
{
border-color: #E5B206;
}
</style>