Shades of Gamboge #E6B008
Tints of Gamboge #E6B008
RGB
CMYK
RGB Variations
Color information
#E6B008 (or 0xE6B008) is known color: Gamboge. HEX triplet: E6, B0 and 08. RGB value is (230,176,8). Sum of RGB (Red+Green+Blue) = 230+176+8=414 (54% of max value = 765). Red value is 230 (90.23% from 255 or 55.56% from 414); Green value is 176 (69.14% from 255 or 42.51% from 414); Blue value is 8 (3.52% from 255 or 1.93% from 414); Max value from RGB is 230 - color contains mainly: red. Hex color #E6B008 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E6B008 is #194FF7. Grayscale: #ADADAD. Windows color (decimal): -1658872 or 569574. OLE color: 569574.
HSL color Cylindrical-coordinate representation of color #E6B008: hue angle of 45.41º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E6B008 is Cyan = 0, Magento = 0.23, Yellow = 0.97 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 176 | 8 | - |
| CMYK | 0 | 0.23 | 0.97 | 0.10 |
| HSL | 45.41º | 0.93% | 0.47% | - |
| HSV(B) | 45.41º | 0.97% | 0.9% | - |
| XYZ | 48.2 | 47.89 | 6.93 | - |
| YUV | 172.99 | 34.89 | 168.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 176 | 8 | 0 | 0.23 | 0.97 | 0.10 | 45.41 | 0.93 | 0.47 |
| Hex | E6 | B0 | 8 | 0 | 17 | 61 | A | 2D | 5D | 2F |
| Octal | 346 | 260 | 10 | 0 | 27 | 141 | 12 | 55 | 135 | 57 |
| Binary | 11100110 | 10110000 | 1000 | 0 | 10111 | 1100001 | 1010 | 101101 | 1011101 | 101111 |
Color Harmonies of #E6B008
Complementary color
Monochromatic Colors of #E6B008
Black with #E6B008
Text Example
Text Example
White with #E6B008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6B008; }
p { color: rgb(230,176,8); }
H1.HeaderClassName
{
color: #E6B008;
}
.AnyTagClassName
{
color: #E6B008;
}
</style>
background-color css
<style>
a { background-color: #E6B008; }
a { background-color: rgb(230,176,8); }
div.DivClassName
{
background-color: #E6B008;
}
.BgClassName
{
background-color: #E6B008;
}
</style>
border-color css
<style>
span { border-color: #E6B008; }
span { border-color: rgb(230,176,8); }
td.TdClassName
{
border-color: #E6B008;
}
.TagClassName
{
border-color: #E6B008;
}
</style>