Shades of Gamboge #E2A807
Tints of Gamboge #E2A807
RGB
CMYK
RGB Variations
Color information
#E2A807 (or 0xE2A807) is known color: Gamboge. HEX triplet: E2, A8 and 07. RGB value is (226,168,7). Sum of RGB (Red+Green+Blue) = 226+168+7=401 (53% of max value = 765). Red value is 226 (88.67% from 255 or 56.36% from 401); Green value is 168 (66.02% from 255 or 41.90% from 401); Blue value is 7 (3.12% from 255 or 1.75% from 401); Max value from RGB is 226 - color contains mainly: red. Hex color #E2A807 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E2A807 is #1D57F8. Grayscale: #A7A7A7. Windows color (decimal): -1923065 or 501986. OLE color: 501986.
HSL color Cylindrical-coordinate representation of color #E2A807: hue angle of 44.11º degrees, saturation: 0.94, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E2A807 is Cyan = 0, Magento = 0.26, Yellow = 0.97 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 168 | 7 | - |
| CMYK | 0 | 0.26 | 0.97 | 0.11 |
| HSL | 44.11º | 0.94% | 0.46% | - |
| HSV(B) | 44.11º | 0.97% | 0.89% | - |
| XYZ | 45.41 | 44.19 | 6.34 | - |
| YUV | 166.99 | 37.72 | 170.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 168 | 7 | 0 | 0.26 | 0.97 | 0.11 | 44.11 | 0.94 | 0.46 |
| Hex | E2 | A8 | 7 | 0 | 1A | 61 | B | 2C | 5E | 2E |
| Octal | 342 | 250 | 7 | 0 | 32 | 141 | 13 | 54 | 136 | 56 |
| Binary | 11100010 | 10101000 | 111 | 0 | 11010 | 1100001 | 1011 | 101100 | 1011110 | 101110 |
Color Harmonies of #E2A807
Complementary color
Monochromatic Colors of #E2A807
Black with #E2A807
Text Example
Text Example
White with #E2A807
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2A807; }
p { color: rgb(226,168,7); }
H1.HeaderClassName
{
color: #E2A807;
}
.AnyTagClassName
{
color: #E2A807;
}
</style>
background-color css
<style>
a { background-color: #E2A807; }
a { background-color: rgb(226,168,7); }
div.DivClassName
{
background-color: #E2A807;
}
.BgClassName
{
background-color: #E2A807;
}
</style>
border-color css
<style>
span { border-color: #E2A807; }
span { border-color: rgb(226,168,7); }
td.TdClassName
{
border-color: #E2A807;
}
.TagClassName
{
border-color: #E2A807;
}
</style>