Shades of Gamboge #E3AC08
Tints of Gamboge #E3AC08
RGB
CMYK
RGB Variations
Color information
#E3AC08 (or 0xE3AC08) is known color: Gamboge. HEX triplet: E3, AC and 08. RGB value is (227,172,8). Sum of RGB (Red+Green+Blue) = 227+172+8=407 (53% of max value = 765). Red value is 227 (89.06% from 255 or 55.77% from 407); Green value is 172 (67.58% from 255 or 42.26% from 407); Blue value is 8 (3.52% from 255 or 1.97% from 407); Max value from RGB is 227 - color contains mainly: red. Hex color #E3AC08 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E3AC08 is #1C53F7. Grayscale: #AAAAAA. Windows color (decimal): -1856504 or 568547. OLE color: 568547.
HSL color Cylindrical-coordinate representation of color #E3AC08: hue angle of 44.93º 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 #E3AC08 is Cyan = 0, Magento = 0.24, Yellow = 0.96 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 172 | 8 | - |
| CMYK | 0 | 0.24 | 0.96 | 0.11 |
| HSL | 44.93º | 0.93% | 0.46% | - |
| HSV(B) | 44.93º | 0.96% | 0.89% | - |
| XYZ | 46.47 | 45.85 | 6.63 | - |
| YUV | 169.75 | 36.72 | 168.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 172 | 8 | 0 | 0.24 | 0.96 | 0.11 | 44.93 | 0.93 | 0.46 |
| Hex | E3 | AC | 8 | 0 | 18 | 60 | B | 2D | 5D | 2E |
| Octal | 343 | 254 | 10 | 0 | 30 | 140 | 13 | 55 | 135 | 56 |
| Binary | 11100011 | 10101100 | 1000 | 0 | 11000 | 1100000 | 1011 | 101101 | 1011101 | 101110 |
Color Harmonies of #E3AC08
Complementary color
Monochromatic Colors of #E3AC08
Black with #E3AC08
Text Example
Text Example
White with #E3AC08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3AC08; }
p { color: rgb(227,172,8); }
H1.HeaderClassName
{
color: #E3AC08;
}
.AnyTagClassName
{
color: #E3AC08;
}
</style>
background-color css
<style>
a { background-color: #E3AC08; }
a { background-color: rgb(227,172,8); }
div.DivClassName
{
background-color: #E3AC08;
}
.BgClassName
{
background-color: #E3AC08;
}
</style>
border-color css
<style>
span { border-color: #E3AC08; }
span { border-color: rgb(227,172,8); }
td.TdClassName
{
border-color: #E3AC08;
}
.TagClassName
{
border-color: #E3AC08;
}
</style>