Shades of Gamboge #E2AE10
Tints of Gamboge #E2AE10
RGB
CMYK
RGB Variations
Color information
#E2AE10 (or 0xE2AE10) is known color: Gamboge. HEX triplet: E2, AE and 10. RGB value is (226,174,16). Sum of RGB (Red+Green+Blue) = 226+174+16=416 (55% of max value = 765). Red value is 226 (88.67% from 255 or 54.33% from 416); Green value is 174 (68.36% from 255 or 41.83% from 416); Blue value is 16 (6.64% from 255 or 3.85% from 416); Max value from RGB is 226 - color contains mainly: red. Hex color #E2AE10 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E2AE10 is #1D51EF. Grayscale: #ACACAC. Windows color (decimal): -1921520 or 1093346. OLE color: 1093346.
HSL color Cylindrical-coordinate representation of color #E2AE10: hue angle of 45.14º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E2AE10 is Cyan = 0, Magento = 0.23, Yellow = 0.93 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 174 | 16 | - |
| CMYK | 0 | 0.23 | 0.93 | 0.11 |
| HSL | 45.14º | 0.87% | 0.47% | - |
| HSV(B) | 45.14º | 0.93% | 0.89% | - |
| XYZ | 46.59 | 46.48 | 7.01 | - |
| YUV | 171.54 | 40.23 | 166.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 174 | 16 | 0 | 0.23 | 0.93 | 0.11 | 45.14 | 0.87 | 0.47 |
| Hex | E2 | AE | 10 | 0 | 17 | 5D | B | 2D | 57 | 2F |
| Octal | 342 | 256 | 20 | 0 | 27 | 135 | 13 | 55 | 127 | 57 |
| Binary | 11100010 | 10101110 | 10000 | 0 | 10111 | 1011101 | 1011 | 101101 | 1010111 | 101111 |
Color Harmonies of #E2AE10
Complementary color
Monochromatic Colors of #E2AE10
Black with #E2AE10
Text Example
Text Example
White with #E2AE10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2AE10; }
p { color: rgb(226,174,16); }
H1.HeaderClassName
{
color: #E2AE10;
}
.AnyTagClassName
{
color: #E2AE10;
}
</style>
background-color css
<style>
a { background-color: #E2AE10; }
a { background-color: rgb(226,174,16); }
div.DivClassName
{
background-color: #E2AE10;
}
.BgClassName
{
background-color: #E2AE10;
}
</style>
border-color css
<style>
span { border-color: #E2AE10; }
span { border-color: rgb(226,174,16); }
td.TdClassName
{
border-color: #E2AE10;
}
.TagClassName
{
border-color: #E2AE10;
}
</style>