Shades of Gamboge #E8AC13
Tints of Gamboge #E8AC13
RGB
CMYK
RGB Variations
Color information
#E8AC13 (or 0xE8AC13) is known color: Gamboge. HEX triplet: E8, AC and 13. RGB value is (232,172,19). Sum of RGB (Red+Green+Blue) = 232+172+19=423 (56% of max value = 765). Red value is 232 (91.02% from 255 or 54.85% from 423); Green value is 172 (67.58% from 255 or 40.66% from 423); Blue value is 19 (7.81% from 255 or 4.49% from 423); Max value from RGB is 232 - color contains mainly: red. Hex color #E8AC13 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E8AC13 is #1753EC. Grayscale: #ADADAD. Windows color (decimal): -1528813 or 1289448. OLE color: 1289448.
HSL color Cylindrical-coordinate representation of color #E8AC13: hue angle of 43.1º degrees, saturation: 0.85, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E8AC13 is Cyan = 0, Magento = 0.26, Yellow = 0.92 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 172 | 19 | - |
| CMYK | 0 | 0.26 | 0.92 | 0.09 |
| HSL | 43.1º | 0.85% | 0.49% | - |
| HSV(B) | 43.1º | 0.92% | 0.91% | - |
| XYZ | 48.15 | 46.71 | 7.09 | - |
| YUV | 172.5 | 41.38 | 170.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 172 | 19 | 0 | 0.26 | 0.92 | 0.09 | 43.1 | 0.85 | 0.49 |
| Hex | E8 | AC | 13 | 0 | 1A | 5C | 9 | 2B | 55 | 31 |
| Octal | 350 | 254 | 23 | 0 | 32 | 134 | 11 | 53 | 125 | 61 |
| Binary | 11101000 | 10101100 | 10011 | 0 | 11010 | 1011100 | 1001 | 101011 | 1010101 | 110001 |
Color Harmonies of #E8AC13
Complementary color
Monochromatic Colors of #E8AC13
Black with #E8AC13
Text Example
Text Example
White with #E8AC13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8AC13; }
p { color: rgb(232,172,19); }
H1.HeaderClassName
{
color: #E8AC13;
}
.AnyTagClassName
{
color: #E8AC13;
}
</style>
background-color css
<style>
a { background-color: #E8AC13; }
a { background-color: rgb(232,172,19); }
div.DivClassName
{
background-color: #E8AC13;
}
.BgClassName
{
background-color: #E8AC13;
}
</style>
border-color css
<style>
span { border-color: #E8AC13; }
span { border-color: rgb(232,172,19); }
td.TdClassName
{
border-color: #E8AC13;
}
.TagClassName
{
border-color: #E8AC13;
}
</style>