Shades of Gamboge #E2AD0E
Tints of Gamboge #E2AD0E
RGB
CMYK
RGB Variations
Color information
#E2AD0E (or 0xE2AD0E) is known color: Gamboge. HEX triplet: E2, AD and 0E. RGB value is (226,173,14). Sum of RGB (Red+Green+Blue) = 226+173+14=413 (54% of max value = 765). Red value is 226 (88.67% from 255 or 54.72% from 413); Green value is 173 (67.97% from 255 or 41.89% from 413); Blue value is 14 (5.86% from 255 or 3.39% from 413); Max value from RGB is 226 - color contains mainly: red. Hex color #E2AD0E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E2AD0E is #1D52F1. Grayscale: #ABABAB. Windows color (decimal): -1921778 or 962018. OLE color: 962018.
HSL color Cylindrical-coordinate representation of color #E2AD0E: hue angle of 45º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E2AD0E is Cyan = 0, Magento = 0.23, Yellow = 0.94 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 173 | 14 | - |
| CMYK | 0 | 0.23 | 0.94 | 0.11 |
| HSL | 45º | 0.88% | 0.47% | - |
| HSV(B) | 45º | 0.94% | 0.89% | - |
| XYZ | 46.39 | 46.09 | 6.87 | - |
| YUV | 170.72 | 39.56 | 167.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 173 | 14 | 0 | 0.23 | 0.94 | 0.11 | 45 | 0.88 | 0.47 |
| Hex | E2 | AD | E | 0 | 17 | 5E | B | 2D | 58 | 2F |
| Octal | 342 | 255 | 16 | 0 | 27 | 136 | 13 | 55 | 130 | 57 |
| Binary | 11100010 | 10101101 | 1110 | 0 | 10111 | 1011110 | 1011 | 101101 | 1011000 | 101111 |
Color Harmonies of #E2AD0E
Complementary color
Monochromatic Colors of #E2AD0E
Black with #E2AD0E
Text Example
Text Example
White with #E2AD0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2AD0E; }
p { color: rgb(226,173,14); }
H1.HeaderClassName
{
color: #E2AD0E;
}
.AnyTagClassName
{
color: #E2AD0E;
}
</style>
background-color css
<style>
a { background-color: #E2AD0E; }
a { background-color: rgb(226,173,14); }
div.DivClassName
{
background-color: #E2AD0E;
}
.BgClassName
{
background-color: #E2AD0E;
}
</style>
border-color css
<style>
span { border-color: #E2AD0E; }
span { border-color: rgb(226,173,14); }
td.TdClassName
{
border-color: #E2AD0E;
}
.TagClassName
{
border-color: #E2AD0E;
}
</style>