Shades of Gamboge #E3AB06
Tints of Gamboge #E3AB06
RGB
CMYK
RGB Variations
Color information
#E3AB06 (or 0xE3AB06) is known color: Gamboge. HEX triplet: E3, AB and 06. RGB value is (227,171,6). Sum of RGB (Red+Green+Blue) = 227+171+6=404 (53% of max value = 765). Red value is 227 (89.06% from 255 or 56.19% from 404); Green value is 171 (67.19% from 255 or 42.33% from 404); Blue value is 6 (2.73% from 255 or 1.49% from 404); Max value from RGB is 227 - color contains mainly: red. Hex color #E3AB06 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E3AB06 is #1C54F9. Grayscale: #A9A9A9. Windows color (decimal): -1856762 or 437219. OLE color: 437219.
HSL color Cylindrical-coordinate representation of color #E3AB06: hue angle of 44.8º degrees, saturation: 0.95, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E3AB06 is Cyan = 0, Magento = 0.25, Yellow = 0.97 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 171 | 6 | - |
| CMYK | 0 | 0.25 | 0.97 | 0.11 |
| HSL | 44.8º | 0.95% | 0.46% | - |
| HSV(B) | 44.8º | 0.97% | 0.89% | - |
| XYZ | 46.27 | 45.47 | 6.51 | - |
| YUV | 168.93 | 36.05 | 169.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 171 | 6 | 0 | 0.25 | 0.97 | 0.11 | 44.8 | 0.95 | 0.46 |
| Hex | E3 | AB | 6 | 0 | 19 | 61 | B | 2D | 5F | 2E |
| Octal | 343 | 253 | 6 | 0 | 31 | 141 | 13 | 55 | 137 | 56 |
| Binary | 11100011 | 10101011 | 110 | 0 | 11001 | 1100001 | 1011 | 101101 | 1011111 | 101110 |
Color Harmonies of #E3AB06
Complementary color
Monochromatic Colors of #E3AB06
Black with #E3AB06
Text Example
Text Example
White with #E3AB06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3AB06; }
p { color: rgb(227,171,6); }
H1.HeaderClassName
{
color: #E3AB06;
}
.AnyTagClassName
{
color: #E3AB06;
}
</style>
background-color css
<style>
a { background-color: #E3AB06; }
a { background-color: rgb(227,171,6); }
div.DivClassName
{
background-color: #E3AB06;
}
.BgClassName
{
background-color: #E3AB06;
}
</style>
border-color css
<style>
span { border-color: #E3AB06; }
span { border-color: rgb(227,171,6); }
td.TdClassName
{
border-color: #E3AB06;
}
.TagClassName
{
border-color: #E3AB06;
}
</style>