Shades of Gamboge #E2A414
Tints of Gamboge #E2A414
RGB
CMYK
RGB Variations
Color information
#E2A414 (or 0xE2A414) is known color: Gamboge. HEX triplet: E2, A4 and 14. RGB value is (226,164,20). Sum of RGB (Red+Green+Blue) = 226+164+20=410 (54% of max value = 765). Red value is 226 (88.67% from 255 or 55.12% from 410); Green value is 164 (64.45% from 255 or 40% from 410); Blue value is 20 (8.20% from 255 or 4.88% from 410); Max value from RGB is 226 - color contains mainly: red. Hex color #E2A414 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E2A414 is #1D5BEB. Grayscale: #A6A6A6. Windows color (decimal): -1924076 or 1352930. OLE color: 1352930.
HSL color Cylindrical-coordinate representation of color #E2A414: hue angle of 41.94º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E2A414 is Cyan = 0, Magento = 0.27, Yellow = 0.91 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 164 | 20 | - |
| CMYK | 0 | 0.27 | 0.91 | 0.11 |
| HSL | 41.94º | 0.84% | 0.48% | - |
| HSV(B) | 41.94º | 0.91% | 0.89% | - |
| XYZ | 44.77 | 42.77 | 6.56 | - |
| YUV | 166.12 | 45.54 | 170.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 164 | 20 | 0 | 0.27 | 0.91 | 0.11 | 41.94 | 0.84 | 0.48 |
| Hex | E2 | A4 | 14 | 0 | 1B | 5B | B | 2A | 54 | 30 |
| Octal | 342 | 244 | 24 | 0 | 33 | 133 | 13 | 52 | 124 | 60 |
| Binary | 11100010 | 10100100 | 10100 | 0 | 11011 | 1011011 | 1011 | 101010 | 1010100 | 110000 |
Color Harmonies of #E2A414
Complementary color
Monochromatic Colors of #E2A414
Black with #E2A414
Text Example
Text Example
White with #E2A414
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2A414; }
p { color: rgb(226,164,20); }
H1.HeaderClassName
{
color: #E2A414;
}
.AnyTagClassName
{
color: #E2A414;
}
</style>
background-color css
<style>
a { background-color: #E2A414; }
a { background-color: rgb(226,164,20); }
div.DivClassName
{
background-color: #E2A414;
}
.BgClassName
{
background-color: #E2A414;
}
</style>
border-color css
<style>
span { border-color: #E2A414; }
span { border-color: rgb(226,164,20); }
td.TdClassName
{
border-color: #E2A414;
}
.TagClassName
{
border-color: #E2A414;
}
</style>