Shades of Gamboge #E2AF10
Tints of Gamboge #E2AF10
RGB
CMYK
RGB Variations
Color information
#E2AF10 (or 0xE2AF10) is known color: Gamboge. HEX triplet: E2, AF and 10. RGB value is (226,175,16). Sum of RGB (Red+Green+Blue) = 226+175+16=417 (55% of max value = 765). Red value is 226 (88.67% from 255 or 54.20% from 417); Green value is 175 (68.75% from 255 or 41.97% from 417); Blue value is 16 (6.64% from 255 or 3.84% from 417); Max value from RGB is 226 - color contains mainly: red. Hex color #E2AF10 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E2AF10 is #1D50EF. Grayscale: #ACACAC. Windows color (decimal): -1921264 or 1093602. OLE color: 1093602.
HSL color Cylindrical-coordinate representation of color #E2AF10: hue angle of 45.43º 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 #E2AF10 is Cyan = 0, Magento = 0.23, Yellow = 0.93 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 175 | 16 | - |
| CMYK | 0 | 0.23 | 0.93 | 0.11 |
| HSL | 45.43º | 0.87% | 0.47% | - |
| HSV(B) | 45.43º | 0.93% | 0.89% | - |
| XYZ | 46.79 | 46.87 | 7.07 | - |
| YUV | 172.12 | 39.9 | 166.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 175 | 16 | 0 | 0.23 | 0.93 | 0.11 | 45.43 | 0.87 | 0.47 |
| Hex | E2 | AF | 10 | 0 | 17 | 5D | B | 2D | 57 | 2F |
| Octal | 342 | 257 | 20 | 0 | 27 | 135 | 13 | 55 | 127 | 57 |
| Binary | 11100010 | 10101111 | 10000 | 0 | 10111 | 1011101 | 1011 | 101101 | 1010111 | 101111 |
Color Harmonies of #E2AF10
Complementary color
Monochromatic Colors of #E2AF10
Black with #E2AF10
Text Example
Text Example
White with #E2AF10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2AF10; }
p { color: rgb(226,175,16); }
H1.HeaderClassName
{
color: #E2AF10;
}
.AnyTagClassName
{
color: #E2AF10;
}
</style>
background-color css
<style>
a { background-color: #E2AF10; }
a { background-color: rgb(226,175,16); }
div.DivClassName
{
background-color: #E2AF10;
}
.BgClassName
{
background-color: #E2AF10;
}
</style>
border-color css
<style>
span { border-color: #E2AF10; }
span { border-color: rgb(226,175,16); }
td.TdClassName
{
border-color: #E2AF10;
}
.TagClassName
{
border-color: #E2AF10;
}
</style>