Shades of Gamboge #E2A40B
Tints of Gamboge #E2A40B
RGB
CMYK
RGB Variations
Color information
#E2A40B (or 0xE2A40B) is known color: Gamboge. HEX triplet: E2, A4 and 0B. RGB value is (226,164,11). Sum of RGB (Red+Green+Blue) = 226+164+11=401 (53% of max value = 765). Red value is 226 (88.67% from 255 or 56.36% from 401); Green value is 164 (64.45% from 255 or 40.90% from 401); Blue value is 11 (4.69% from 255 or 2.74% from 401); Max value from RGB is 226 - color contains mainly: red. Hex color #E2A40B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E2A40B is #1D5BF4. Grayscale: #A5A5A5. Windows color (decimal): -1924085 or 763106. OLE color: 763106.
HSL color Cylindrical-coordinate representation of color #E2A40B: hue angle of 42.7º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E2A40B is Cyan = 0, Magento = 0.27, Yellow = 0.95 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 164 | 11 | - |
| CMYK | 0 | 0.27 | 0.95 | 0.11 |
| HSL | 42.7º | 0.91% | 0.46% | - |
| HSV(B) | 42.7º | 0.95% | 0.89% | - |
| XYZ | 44.7 | 42.74 | 6.21 | - |
| YUV | 165.1 | 41.04 | 171.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 164 | 11 | 0 | 0.27 | 0.95 | 0.11 | 42.7 | 0.91 | 0.46 |
| Hex | E2 | A4 | B | 0 | 1B | 5F | B | 2B | 5B | 2E |
| Octal | 342 | 244 | 13 | 0 | 33 | 137 | 13 | 53 | 133 | 56 |
| Binary | 11100010 | 10100100 | 1011 | 0 | 11011 | 1011111 | 1011 | 101011 | 1011011 | 101110 |
Color Harmonies of #E2A40B
Complementary color
Monochromatic Colors of #E2A40B
Black with #E2A40B
Text Example
Text Example
White with #E2A40B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2A40B; }
p { color: rgb(226,164,11); }
H1.HeaderClassName
{
color: #E2A40B;
}
.AnyTagClassName
{
color: #E2A40B;
}
</style>
background-color css
<style>
a { background-color: #E2A40B; }
a { background-color: rgb(226,164,11); }
div.DivClassName
{
background-color: #E2A40B;
}
.BgClassName
{
background-color: #E2A40B;
}
</style>
border-color css
<style>
span { border-color: #E2A40B; }
span { border-color: rgb(226,164,11); }
td.TdClassName
{
border-color: #E2A40B;
}
.TagClassName
{
border-color: #E2A40B;
}
</style>