Shades of Gamboge #E2890D
Tints of Gamboge #E2890D
RGB
CMYK
RGB Variations
Color information
#E2890D (or 0xE2890D) is known color: Gamboge. HEX triplet: E2, 89 and 0D. RGB value is (226,137,13). Sum of RGB (Red+Green+Blue) = 226+137+13=376 (49% of max value = 765). Red value is 226 (88.67% from 255 or 60.11% from 376); Green value is 137 (53.91% from 255 or 36.44% from 376); Blue value is 13 (5.47% from 255 or 3.46% from 376); Max value from RGB is 226 - color contains mainly: red. Hex color #E2890D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E2890D is #1D76F2. Grayscale: #969696. Windows color (decimal): -1930995 or 887266. OLE color: 887266.
HSL color Cylindrical-coordinate representation of color #E2890D: hue angle of 34.93º degrees, saturation: 0.89, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E2890D is Cyan = 0, Magento = 0.39, Yellow = 0.94 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 137 | 13 | - |
| CMYK | 0 | 0.39 | 0.94 | 0.11 |
| HSL | 34.93º | 0.89% | 0.47% | - |
| HSV(B) | 34.93º | 0.94% | 0.89% | - |
| XYZ | 40.38 | 34.09 | 4.83 | - |
| YUV | 149.48 | 50.99 | 182.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 137 | 13 | 0 | 0.39 | 0.94 | 0.11 | 34.93 | 0.89 | 0.47 |
| Hex | E2 | 89 | D | 0 | 27 | 5E | B | 23 | 59 | 2F |
| Octal | 342 | 211 | 15 | 0 | 47 | 136 | 13 | 43 | 131 | 57 |
| Binary | 11100010 | 10001001 | 1101 | 0 | 100111 | 1011110 | 1011 | 100011 | 1011001 | 101111 |
Color Harmonies of #E2890D
Complementary color
Monochromatic Colors of #E2890D
Black with #E2890D
Text Example
Text Example
White with #E2890D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2890D; }
p { color: rgb(226,137,13); }
H1.HeaderClassName
{
color: #E2890D;
}
.AnyTagClassName
{
color: #E2890D;
}
</style>
background-color css
<style>
a { background-color: #E2890D; }
a { background-color: rgb(226,137,13); }
div.DivClassName
{
background-color: #E2890D;
}
.BgClassName
{
background-color: #E2890D;
}
</style>
border-color css
<style>
span { border-color: #E2890D; }
span { border-color: rgb(226,137,13); }
td.TdClassName
{
border-color: #E2890D;
}
.TagClassName
{
border-color: #E2890D;
}
</style>