Shades of Gamboge #E8AF10
Tints of Gamboge #E8AF10
RGB
CMYK
RGB Variations
Color information
#E8AF10 (or 0xE8AF10) is known color: Gamboge. HEX triplet: E8, AF and 10. RGB value is (232,175,16). Sum of RGB (Red+Green+Blue) = 232+175+16=423 (56% of max value = 765). Red value is 232 (91.02% from 255 or 54.85% from 423); Green value is 175 (68.75% from 255 or 41.37% from 423); Blue value is 16 (6.64% from 255 or 3.78% from 423); Max value from RGB is 232 - color contains mainly: red. Hex color #E8AF10 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E8AF10 is #1750EF. Grayscale: #AEAEAE. Windows color (decimal): -1528048 or 1093608. OLE color: 1093608.
HSL color Cylindrical-coordinate representation of color #E8AF10: hue angle of 44.17º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E8AF10 is Cyan = 0, Magento = 0.25, Yellow = 0.93 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 175 | 16 | - |
| CMYK | 0 | 0.25 | 0.93 | 0.09 |
| HSL | 44.17º | 0.87% | 0.49% | - |
| HSV(B) | 44.17º | 0.93% | 0.91% | - |
| XYZ | 48.7 | 47.85 | 7.16 | - |
| YUV | 173.92 | 38.88 | 169.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 175 | 16 | 0 | 0.25 | 0.93 | 0.09 | 44.17 | 0.87 | 0.49 |
| Hex | E8 | AF | 10 | 0 | 19 | 5D | 9 | 2C | 57 | 31 |
| Octal | 350 | 257 | 20 | 0 | 31 | 135 | 11 | 54 | 127 | 61 |
| Binary | 11101000 | 10101111 | 10000 | 0 | 11001 | 1011101 | 1001 | 101100 | 1010111 | 110001 |
Color Harmonies of #E8AF10
Complementary color
Monochromatic Colors of #E8AF10
Black with #E8AF10
Text Example
Text Example
White with #E8AF10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8AF10; }
p { color: rgb(232,175,16); }
H1.HeaderClassName
{
color: #E8AF10;
}
.AnyTagClassName
{
color: #E8AF10;
}
</style>
background-color css
<style>
a { background-color: #E8AF10; }
a { background-color: rgb(232,175,16); }
div.DivClassName
{
background-color: #E8AF10;
}
.BgClassName
{
background-color: #E8AF10;
}
</style>
border-color css
<style>
span { border-color: #E8AF10; }
span { border-color: rgb(232,175,16); }
td.TdClassName
{
border-color: #E8AF10;
}
.TagClassName
{
border-color: #E8AF10;
}
</style>