Shades of Gamboge #E3AB08
Tints of Gamboge #E3AB08
RGB
CMYK
RGB Variations
Color information
#E3AB08 (or 0xE3AB08) is known color: Gamboge. HEX triplet: E3, AB and 08. RGB value is (227,171,8). Sum of RGB (Red+Green+Blue) = 227+171+8=406 (53% of max value = 765). Red value is 227 (89.06% from 255 or 55.91% from 406); Green value is 171 (67.19% from 255 or 42.12% from 406); Blue value is 8 (3.52% from 255 or 1.97% from 406); Max value from RGB is 227 - color contains mainly: red. Hex color #E3AB08 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E3AB08 is #1C54F7. Grayscale: #A9A9A9. Windows color (decimal): -1856760 or 568291. OLE color: 568291.
HSL color Cylindrical-coordinate representation of color #E3AB08: hue angle of 44.66º degrees, saturation: 0.93, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E3AB08 is Cyan = 0, Magento = 0.25, Yellow = 0.96 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 171 | 8 | - |
| CMYK | 0 | 0.25 | 0.96 | 0.11 |
| HSL | 44.66º | 0.93% | 0.46% | - |
| HSV(B) | 44.66º | 0.96% | 0.89% | - |
| XYZ | 46.29 | 45.47 | 6.57 | - |
| YUV | 169.16 | 37.05 | 169.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 171 | 8 | 0 | 0.25 | 0.96 | 0.11 | 44.66 | 0.93 | 0.46 |
| Hex | E3 | AB | 8 | 0 | 19 | 60 | B | 2D | 5D | 2E |
| Octal | 343 | 253 | 10 | 0 | 31 | 140 | 13 | 55 | 135 | 56 |
| Binary | 11100011 | 10101011 | 1000 | 0 | 11001 | 1100000 | 1011 | 101101 | 1011101 | 101110 |
Color Harmonies of #E3AB08
Complementary color
Monochromatic Colors of #E3AB08
Black with #E3AB08
Text Example
Text Example
White with #E3AB08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3AB08; }
p { color: rgb(227,171,8); }
H1.HeaderClassName
{
color: #E3AB08;
}
.AnyTagClassName
{
color: #E3AB08;
}
</style>
background-color css
<style>
a { background-color: #E3AB08; }
a { background-color: rgb(227,171,8); }
div.DivClassName
{
background-color: #E3AB08;
}
.BgClassName
{
background-color: #E3AB08;
}
</style>
border-color css
<style>
span { border-color: #E3AB08; }
span { border-color: rgb(227,171,8); }
td.TdClassName
{
border-color: #E3AB08;
}
.TagClassName
{
border-color: #E3AB08;
}
</style>