Shades of Gamboge #E8AF12
Tints of Gamboge #E8AF12
RGB
CMYK
RGB Variations
Color information
#E8AF12 (or 0xE8AF12) is known color: Gamboge. HEX triplet: E8, AF and 12. RGB value is (232,175,18). Sum of RGB (Red+Green+Blue) = 232+175+18=425 (56% of max value = 765). Red value is 232 (91.02% from 255 or 54.59% from 425); Green value is 175 (68.75% from 255 or 41.18% from 425); Blue value is 18 (7.42% from 255 or 4.24% from 425); Max value from RGB is 232 - color contains mainly: red. Hex color #E8AF12 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E8AF12 is #1750ED. Grayscale: #AEAEAE. Windows color (decimal): -1528046 or 1224680. OLE color: 1224680.
HSL color Cylindrical-coordinate representation of color #E8AF12: hue angle of 44.02º degrees, saturation: 0.86, 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 #E8AF12 is Cyan = 0, Magento = 0.25, Yellow = 0.92 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 175 | 18 | - |
| CMYK | 0 | 0.25 | 0.92 | 0.09 |
| HSL | 44.02º | 0.86% | 0.49% | - |
| HSV(B) | 44.02º | 0.92% | 0.91% | - |
| XYZ | 48.72 | 47.86 | 7.24 | - |
| YUV | 174.15 | 39.88 | 169.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 175 | 18 | 0 | 0.25 | 0.92 | 0.09 | 44.02 | 0.86 | 0.49 |
| Hex | E8 | AF | 12 | 0 | 19 | 5C | 9 | 2C | 56 | 31 |
| Octal | 350 | 257 | 22 | 0 | 31 | 134 | 11 | 54 | 126 | 61 |
| Binary | 11101000 | 10101111 | 10010 | 0 | 11001 | 1011100 | 1001 | 101100 | 1010110 | 110001 |
Color Harmonies of #E8AF12
Complementary color
Monochromatic Colors of #E8AF12
Black with #E8AF12
Text Example
Text Example
White with #E8AF12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8AF12; }
p { color: rgb(232,175,18); }
H1.HeaderClassName
{
color: #E8AF12;
}
.AnyTagClassName
{
color: #E8AF12;
}
</style>
background-color css
<style>
a { background-color: #E8AF12; }
a { background-color: rgb(232,175,18); }
div.DivClassName
{
background-color: #E8AF12;
}
.BgClassName
{
background-color: #E8AF12;
}
</style>
border-color css
<style>
span { border-color: #E8AF12; }
span { border-color: rgb(232,175,18); }
td.TdClassName
{
border-color: #E8AF12;
}
.TagClassName
{
border-color: #E8AF12;
}
</style>