Shades of Gamboge #E2AD12
Tints of Gamboge #E2AD12
RGB
CMYK
RGB Variations
Color information
#E2AD12 (or 0xE2AD12) is known color: Gamboge. HEX triplet: E2, AD and 12. RGB value is (226,173,18). Sum of RGB (Red+Green+Blue) = 226+173+18=417 (55% of max value = 765). Red value is 226 (88.67% from 255 or 54.20% from 417); Green value is 173 (67.97% from 255 or 41.49% from 417); Blue value is 18 (7.42% from 255 or 4.32% from 417); Max value from RGB is 226 - color contains mainly: red. Hex color #E2AD12 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E2AD12 is #1D52ED. Grayscale: #ABABAB. Windows color (decimal): -1921774 or 1224162. OLE color: 1224162.
HSL color Cylindrical-coordinate representation of color #E2AD12: hue angle of 44.71º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E2AD12 is Cyan = 0, Magento = 0.23, Yellow = 0.92 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 173 | 18 | - |
| CMYK | 0 | 0.23 | 0.92 | 0.11 |
| HSL | 44.71º | 0.85% | 0.48% | - |
| HSV(B) | 44.71º | 0.92% | 0.89% | - |
| XYZ | 46.42 | 46.1 | 7.02 | - |
| YUV | 171.18 | 41.56 | 167.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 173 | 18 | 0 | 0.23 | 0.92 | 0.11 | 44.71 | 0.85 | 0.48 |
| Hex | E2 | AD | 12 | 0 | 17 | 5C | B | 2D | 55 | 30 |
| Octal | 342 | 255 | 22 | 0 | 27 | 134 | 13 | 55 | 125 | 60 |
| Binary | 11100010 | 10101101 | 10010 | 0 | 10111 | 1011100 | 1011 | 101101 | 1010101 | 110000 |
Color Harmonies of #E2AD12
Complementary color
Monochromatic Colors of #E2AD12
Black with #E2AD12
Text Example
Text Example
White with #E2AD12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2AD12; }
p { color: rgb(226,173,18); }
H1.HeaderClassName
{
color: #E2AD12;
}
.AnyTagClassName
{
color: #E2AD12;
}
</style>
background-color css
<style>
a { background-color: #E2AD12; }
a { background-color: rgb(226,173,18); }
div.DivClassName
{
background-color: #E2AD12;
}
.BgClassName
{
background-color: #E2AD12;
}
</style>
border-color css
<style>
span { border-color: #E2AD12; }
span { border-color: rgb(226,173,18); }
td.TdClassName
{
border-color: #E2AD12;
}
.TagClassName
{
border-color: #E2AD12;
}
</style>