Shades of Gamboge #E2A90F
Tints of Gamboge #E2A90F
RGB
CMYK
RGB Variations
Color information
#E2A90F (or 0xE2A90F) is known color: Gamboge. HEX triplet: E2, A9 and 0F. RGB value is (226,169,15). Sum of RGB (Red+Green+Blue) = 226+169+15=410 (54% of max value = 765). Red value is 226 (88.67% from 255 or 55.12% from 410); Green value is 169 (66.41% from 255 or 41.22% from 410); Blue value is 15 (6.25% from 255 or 3.66% from 410); Max value from RGB is 226 - color contains mainly: red. Hex color #E2A90F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E2A90F is #1D56F0. Grayscale: #A9A9A9. Windows color (decimal): -1922801 or 1026530. OLE color: 1026530.
HSL color Cylindrical-coordinate representation of color #E2A90F: hue angle of 43.79º 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 #E2A90F is Cyan = 0, Magento = 0.25, Yellow = 0.93 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 169 | 15 | - |
| CMYK | 0 | 0.25 | 0.93 | 0.11 |
| HSL | 43.79º | 0.88% | 0.47% | - |
| HSV(B) | 43.79º | 0.93% | 0.89% | - |
| XYZ | 45.64 | 44.58 | 6.65 | - |
| YUV | 168.49 | 41.38 | 169.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 169 | 15 | 0 | 0.25 | 0.93 | 0.11 | 43.79 | 0.88 | 0.47 |
| Hex | E2 | A9 | F | 0 | 19 | 5D | B | 2C | 58 | 2F |
| Octal | 342 | 251 | 17 | 0 | 31 | 135 | 13 | 54 | 130 | 57 |
| Binary | 11100010 | 10101001 | 1111 | 0 | 11001 | 1011101 | 1011 | 101100 | 1011000 | 101111 |
Color Harmonies of #E2A90F
Complementary color
Monochromatic Colors of #E2A90F
Black with #E2A90F
Text Example
Text Example
White with #E2A90F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2A90F; }
p { color: rgb(226,169,15); }
H1.HeaderClassName
{
color: #E2A90F;
}
.AnyTagClassName
{
color: #E2A90F;
}
</style>
background-color css
<style>
a { background-color: #E2A90F; }
a { background-color: rgb(226,169,15); }
div.DivClassName
{
background-color: #E2A90F;
}
.BgClassName
{
background-color: #E2A90F;
}
</style>
border-color css
<style>
span { border-color: #E2A90F; }
span { border-color: rgb(226,169,15); }
td.TdClassName
{
border-color: #E2A90F;
}
.TagClassName
{
border-color: #E2A90F;
}
</style>