Shades of Gamboge #E9A512
Tints of Gamboge #E9A512
RGB
CMYK
RGB Variations
Color information
#E9A512 (or 0xE9A512) is known color: Gamboge. HEX triplet: E9, A5 and 12. RGB value is (233,165,18). Sum of RGB (Red+Green+Blue) = 233+165+18=416 (55% of max value = 765). Red value is 233 (91.41% from 255 or 56.01% from 416); Green value is 165 (64.84% from 255 or 39.66% from 416); Blue value is 18 (7.42% from 255 or 4.33% from 416); Max value from RGB is 233 - color contains mainly: red. Hex color #E9A512 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E9A512 is #165AED. Grayscale: #A9A9A9. Windows color (decimal): -1465070 or 1222121. OLE color: 1222121.
HSL color Cylindrical-coordinate representation of color #E9A512: hue angle of 41.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 #E9A512 is Cyan = 0, Magento = 0.29, Yellow = 0.92 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 165 | 18 | - |
| CMYK | 0 | 0.29 | 0.92 | 0.09 |
| HSL | 41.02º | 0.86% | 0.49% | - |
| HSV(B) | 41.02º | 0.92% | 0.91% | - |
| XYZ | 47.17 | 44.28 | 6.63 | - |
| YUV | 168.57 | 43.03 | 173.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 165 | 18 | 0 | 0.29 | 0.92 | 0.09 | 41.02 | 0.86 | 0.49 |
| Hex | E9 | A5 | 12 | 0 | 1D | 5C | 9 | 29 | 56 | 31 |
| Octal | 351 | 245 | 22 | 0 | 35 | 134 | 11 | 51 | 126 | 61 |
| Binary | 11101001 | 10100101 | 10010 | 0 | 11101 | 1011100 | 1001 | 101001 | 1010110 | 110001 |
Color Harmonies of #E9A512
Complementary color
Monochromatic Colors of #E9A512
Black with #E9A512
Text Example
Text Example
White with #E9A512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9A512; }
p { color: rgb(233,165,18); }
H1.HeaderClassName
{
color: #E9A512;
}
.AnyTagClassName
{
color: #E9A512;
}
</style>
background-color css
<style>
a { background-color: #E9A512; }
a { background-color: rgb(233,165,18); }
div.DivClassName
{
background-color: #E9A512;
}
.BgClassName
{
background-color: #E9A512;
}
</style>
border-color css
<style>
span { border-color: #E9A512; }
span { border-color: rgb(233,165,18); }
td.TdClassName
{
border-color: #E9A512;
}
.TagClassName
{
border-color: #E9A512;
}
</style>