Shades of Gamboge #E8AD13
Tints of Gamboge #E8AD13
RGB
CMYK
RGB Variations
Color information
#E8AD13 (or 0xE8AD13) is known color: Gamboge. HEX triplet: E8, AD and 13. RGB value is (232,173,19). Sum of RGB (Red+Green+Blue) = 232+173+19=424 (56% of max value = 765). Red value is 232 (91.02% from 255 or 54.72% from 424); Green value is 173 (67.97% from 255 or 40.80% from 424); Blue value is 19 (7.81% from 255 or 4.48% from 424); Max value from RGB is 232 - color contains mainly: red. Hex color #E8AD13 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E8AD13 is #1752EC. Grayscale: #ADADAD. Windows color (decimal): -1528557 or 1289704. OLE color: 1289704.
HSL color Cylindrical-coordinate representation of color #E8AD13: hue angle of 43.38º 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 #E8AD13 is Cyan = 0, Magento = 0.25, Yellow = 0.92 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 173 | 19 | - |
| CMYK | 0 | 0.25 | 0.92 | 0.09 |
| HSL | 43.38º | 0.85% | 0.49% | - |
| HSV(B) | 43.38º | 0.92% | 0.91% | - |
| XYZ | 48.34 | 47.09 | 7.16 | - |
| YUV | 173.09 | 41.05 | 170.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 173 | 19 | 0 | 0.25 | 0.92 | 0.09 | 43.38 | 0.85 | 0.49 |
| Hex | E8 | AD | 13 | 0 | 19 | 5C | 9 | 2B | 55 | 31 |
| Octal | 350 | 255 | 23 | 0 | 31 | 134 | 11 | 53 | 125 | 61 |
| Binary | 11101000 | 10101101 | 10011 | 0 | 11001 | 1011100 | 1001 | 101011 | 1010101 | 110001 |
Color Harmonies of #E8AD13
Complementary color
Monochromatic Colors of #E8AD13
Black with #E8AD13
Text Example
Text Example
White with #E8AD13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8AD13; }
p { color: rgb(232,173,19); }
H1.HeaderClassName
{
color: #E8AD13;
}
.AnyTagClassName
{
color: #E8AD13;
}
</style>
background-color css
<style>
a { background-color: #E8AD13; }
a { background-color: rgb(232,173,19); }
div.DivClassName
{
background-color: #E8AD13;
}
.BgClassName
{
background-color: #E8AD13;
}
</style>
border-color css
<style>
span { border-color: #E8AD13; }
span { border-color: rgb(232,173,19); }
td.TdClassName
{
border-color: #E8AD13;
}
.TagClassName
{
border-color: #E8AD13;
}
</style>