Shades of Gamboge #E2A50C
Tints of Gamboge #E2A50C
RGB
CMYK
RGB Variations
Color information
#E2A50C (or 0xE2A50C) is known color: Gamboge. HEX triplet: E2, A5 and 0C. RGB value is (226,165,12). Sum of RGB (Red+Green+Blue) = 226+165+12=403 (53% of max value = 765). Red value is 226 (88.67% from 255 or 56.08% from 403); Green value is 165 (64.84% from 255 or 40.94% from 403); Blue value is 12 (5.08% from 255 or 2.98% from 403); Max value from RGB is 226 - color contains mainly: red. Hex color #E2A50C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E2A50C is #1D5AF3. Grayscale: #A6A6A6. Windows color (decimal): -1923828 or 828898. OLE color: 828898.
HSL color Cylindrical-coordinate representation of color #E2A50C: hue angle of 42.9º degrees, saturation: 0.9, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E2A50C is Cyan = 0, Magento = 0.27, Yellow = 0.95 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 165 | 12 | - |
| CMYK | 0 | 0.27 | 0.95 | 0.11 |
| HSL | 42.9º | 0.9% | 0.47% | - |
| HSV(B) | 42.9º | 0.95% | 0.89% | - |
| XYZ | 44.89 | 43.11 | 6.3 | - |
| YUV | 165.8 | 41.21 | 170.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 165 | 12 | 0 | 0.27 | 0.95 | 0.11 | 42.9 | 0.9 | 0.47 |
| Hex | E2 | A5 | C | 0 | 1B | 5F | B | 2B | 5A | 2F |
| Octal | 342 | 245 | 14 | 0 | 33 | 137 | 13 | 53 | 132 | 57 |
| Binary | 11100010 | 10100101 | 1100 | 0 | 11011 | 1011111 | 1011 | 101011 | 1011010 | 101111 |
Color Harmonies of #E2A50C
Complementary color
Monochromatic Colors of #E2A50C
Black with #E2A50C
Text Example
Text Example
White with #E2A50C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2A50C; }
p { color: rgb(226,165,12); }
H1.HeaderClassName
{
color: #E2A50C;
}
.AnyTagClassName
{
color: #E2A50C;
}
</style>
background-color css
<style>
a { background-color: #E2A50C; }
a { background-color: rgb(226,165,12); }
div.DivClassName
{
background-color: #E2A50C;
}
.BgClassName
{
background-color: #E2A50C;
}
</style>
border-color css
<style>
span { border-color: #E2A50C; }
span { border-color: rgb(226,165,12); }
td.TdClassName
{
border-color: #E2A50C;
}
.TagClassName
{
border-color: #E2A50C;
}
</style>