Shades of Gamboge #E2A50B
Tints of Gamboge #E2A50B
RGB
CMYK
RGB Variations
Color information
#E2A50B (or 0xE2A50B) is known color: Gamboge. HEX triplet: E2, A5 and 0B. RGB value is (226,165,11). Sum of RGB (Red+Green+Blue) = 226+165+11=402 (53% of max value = 765). Red value is 226 (88.67% from 255 or 56.22% from 402); Green value is 165 (64.84% from 255 or 41.04% from 402); Blue value is 11 (4.69% from 255 or 2.74% from 402); Max value from RGB is 226 - color contains mainly: red. Hex color #E2A50B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E2A50B is #1D5AF4. Grayscale: #A6A6A6. Windows color (decimal): -1923829 or 763362. OLE color: 763362.
HSL color Cylindrical-coordinate representation of color #E2A50B: hue angle of 42.98º 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 #E2A50B is Cyan = 0, Magento = 0.27, Yellow = 0.95 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 165 | 11 | - |
| CMYK | 0 | 0.27 | 0.95 | 0.11 |
| HSL | 42.98º | 0.91% | 0.46% | - |
| HSV(B) | 42.98º | 0.95% | 0.89% | - |
| XYZ | 44.88 | 43.1 | 6.27 | - |
| YUV | 165.68 | 40.71 | 171.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 165 | 11 | 0 | 0.27 | 0.95 | 0.11 | 42.98 | 0.91 | 0.46 |
| Hex | E2 | A5 | B | 0 | 1B | 5F | B | 2B | 5B | 2E |
| Octal | 342 | 245 | 13 | 0 | 33 | 137 | 13 | 53 | 133 | 56 |
| Binary | 11100010 | 10100101 | 1011 | 0 | 11011 | 1011111 | 1011 | 101011 | 1011011 | 101110 |
Color Harmonies of #E2A50B
Complementary color
Monochromatic Colors of #E2A50B
Black with #E2A50B
Text Example
Text Example
White with #E2A50B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2A50B; }
p { color: rgb(226,165,11); }
H1.HeaderClassName
{
color: #E2A50B;
}
.AnyTagClassName
{
color: #E2A50B;
}
</style>
background-color css
<style>
a { background-color: #E2A50B; }
a { background-color: rgb(226,165,11); }
div.DivClassName
{
background-color: #E2A50B;
}
.BgClassName
{
background-color: #E2A50B;
}
</style>
border-color css
<style>
span { border-color: #E2A50B; }
span { border-color: rgb(226,165,11); }
td.TdClassName
{
border-color: #E2A50B;
}
.TagClassName
{
border-color: #E2A50B;
}
</style>