Shades of Gamboge #E9AC12
Tints of Gamboge #E9AC12
RGB
CMYK
RGB Variations
Color information
#E9AC12 (or 0xE9AC12) is known color: Gamboge. HEX triplet: E9, AC and 12. RGB value is (233,172,18). Sum of RGB (Red+Green+Blue) = 233+172+18=423 (56% of max value = 765). Red value is 233 (91.41% from 255 or 55.08% from 423); Green value is 172 (67.58% from 255 or 40.66% from 423); Blue value is 18 (7.42% from 255 or 4.26% from 423); Max value from RGB is 233 - color contains mainly: red. Hex color #E9AC12 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E9AC12 is #1653ED. Grayscale: #ADADAD. Windows color (decimal): -1463278 or 1223913. OLE color: 1223913.
HSL color Cylindrical-coordinate representation of color #E9AC12: hue angle of 42.98º 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 #E9AC12 is Cyan = 0, Magento = 0.26, Yellow = 0.92 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 172 | 18 | - |
| CMYK | 0 | 0.26 | 0.92 | 0.09 |
| HSL | 42.98º | 0.86% | 0.49% | - |
| HSV(B) | 42.98º | 0.92% | 0.91% | - |
| XYZ | 48.47 | 46.87 | 7.07 | - |
| YUV | 172.68 | 40.71 | 171.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 172 | 18 | 0 | 0.26 | 0.92 | 0.09 | 42.98 | 0.86 | 0.49 |
| Hex | E9 | AC | 12 | 0 | 1A | 5C | 9 | 2B | 56 | 31 |
| Octal | 351 | 254 | 22 | 0 | 32 | 134 | 11 | 53 | 126 | 61 |
| Binary | 11101001 | 10101100 | 10010 | 0 | 11010 | 1011100 | 1001 | 101011 | 1010110 | 110001 |
Color Harmonies of #E9AC12
Complementary color
Monochromatic Colors of #E9AC12
Black with #E9AC12
Text Example
Text Example
White with #E9AC12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9AC12; }
p { color: rgb(233,172,18); }
H1.HeaderClassName
{
color: #E9AC12;
}
.AnyTagClassName
{
color: #E9AC12;
}
</style>
background-color css
<style>
a { background-color: #E9AC12; }
a { background-color: rgb(233,172,18); }
div.DivClassName
{
background-color: #E9AC12;
}
.BgClassName
{
background-color: #E9AC12;
}
</style>
border-color css
<style>
span { border-color: #E9AC12; }
span { border-color: rgb(233,172,18); }
td.TdClassName
{
border-color: #E9AC12;
}
.TagClassName
{
border-color: #E9AC12;
}
</style>