Shades of Gamboge #E8AC00
Tints of Gamboge #E8AC00
RGB
CMYK
RGB Variations
Color information
#E8AC00 (or 0xE8AC00) is known color: Gamboge. HEX triplet: E8, AC and 00. RGB value is (232,172,0). Sum of RGB (Red+Green+Blue) = 232+172+0=404 (53% of max value = 765). Red value is 232 (91.02% from 255 or 57.43% from 404); Green value is 172 (67.58% from 255 or 42.57% from 404); Blue value is 0 (0.39% from 255 or 0% from 404); Max value from RGB is 232 - color contains mainly: red. Hex color #E8AC00 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E8AC00 is #1753FF. Grayscale: #ABABAB. Windows color (decimal): -1528832 or 44264. OLE color: 44264.
HSL color Cylindrical-coordinate representation of color #E8AC00: hue angle of 44.48º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E8AC00 is Cyan = 0, Magento = 0.26, Yellow = 1 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 172 | 0 | - |
| CMYK | 0 | 0.26 | 1 | 0.09 |
| HSL | 44.48º | 1% | 0.45% | - |
| HSV(B) | 44.48º | 1% | 0.91% | - |
| XYZ | 48.03 | 46.66 | 6.47 | - |
| YUV | 170.33 | 31.88 | 171.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 172 | 0 | 0 | 0.26 | 1 | 0.09 | 44.48 | 1 | 0.45 |
| Hex | E8 | AC | 0 | 0 | 1A | 64 | 9 | 2C | 64 | 2D |
| Octal | 350 | 254 | 0 | 0 | 32 | 144 | 11 | 54 | 144 | 55 |
| Binary | 11101000 | 10101100 | 0 | 0 | 11010 | 1100100 | 1001 | 101100 | 1100100 | 101101 |
Color Harmonies of #E8AC00
Complementary color
Monochromatic Colors of #E8AC00
Black with #E8AC00
Text Example
Text Example
White with #E8AC00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8AC00; }
p { color: rgb(232,172,0); }
H1.HeaderClassName
{
color: #E8AC00;
}
.AnyTagClassName
{
color: #E8AC00;
}
</style>
background-color css
<style>
a { background-color: #E8AC00; }
a { background-color: rgb(232,172,0); }
div.DivClassName
{
background-color: #E8AC00;
}
.BgClassName
{
background-color: #E8AC00;
}
</style>
border-color css
<style>
span { border-color: #E8AC00; }
span { border-color: rgb(232,172,0); }
td.TdClassName
{
border-color: #E8AC00;
}
.TagClassName
{
border-color: #E8AC00;
}
</style>