Shades of Gamboge #E2A50F
Tints of Gamboge #E2A50F
RGB
CMYK
RGB Variations
Color information
#E2A50F (or 0xE2A50F) is known color: Gamboge. HEX triplet: E2, A5 and 0F. RGB value is (226,165,15). Sum of RGB (Red+Green+Blue) = 226+165+15=406 (53% of max value = 765). Red value is 226 (88.67% from 255 or 55.67% from 406); Green value is 165 (64.84% from 255 or 40.64% from 406); Blue value is 15 (6.25% from 255 or 3.69% from 406); Max value from RGB is 226 - color contains mainly: red. Hex color #E2A50F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E2A50F is #1D5AF0. Grayscale: #A6A6A6. Windows color (decimal): -1923825 or 1025506. OLE color: 1025506.
HSL color Cylindrical-coordinate representation of color #E2A50F: hue angle of 42.65º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E2A50F is Cyan = 0, Magento = 0.27, Yellow = 0.93 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 165 | 15 | - |
| CMYK | 0 | 0.27 | 0.93 | 0.11 |
| HSL | 42.65º | 0.88% | 0.47% | - |
| HSV(B) | 42.65º | 0.93% | 0.89% | - |
| XYZ | 44.91 | 43.11 | 6.41 | - |
| YUV | 166.14 | 42.71 | 170.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 165 | 15 | 0 | 0.27 | 0.93 | 0.11 | 42.65 | 0.88 | 0.47 |
| Hex | E2 | A5 | F | 0 | 1B | 5D | B | 2B | 58 | 2F |
| Octal | 342 | 245 | 17 | 0 | 33 | 135 | 13 | 53 | 130 | 57 |
| Binary | 11100010 | 10100101 | 1111 | 0 | 11011 | 1011101 | 1011 | 101011 | 1011000 | 101111 |
Color Harmonies of #E2A50F
Complementary color
Monochromatic Colors of #E2A50F
Black with #E2A50F
Text Example
Text Example
White with #E2A50F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2A50F; }
p { color: rgb(226,165,15); }
H1.HeaderClassName
{
color: #E2A50F;
}
.AnyTagClassName
{
color: #E2A50F;
}
</style>
background-color css
<style>
a { background-color: #E2A50F; }
a { background-color: rgb(226,165,15); }
div.DivClassName
{
background-color: #E2A50F;
}
.BgClassName
{
background-color: #E2A50F;
}
</style>
border-color css
<style>
span { border-color: #E2A50F; }
span { border-color: rgb(226,165,15); }
td.TdClassName
{
border-color: #E2A50F;
}
.TagClassName
{
border-color: #E2A50F;
}
</style>