Shades of Gamboge #E28E0D
Tints of Gamboge #E28E0D
RGB
CMYK
RGB Variations
Color information
#E28E0D (or 0xE28E0D) is known color: Gamboge. HEX triplet: E2, 8E and 0D. RGB value is (226,142,13). Sum of RGB (Red+Green+Blue) = 226+142+13=381 (50% of max value = 765). Red value is 226 (88.67% from 255 or 59.32% from 381); Green value is 142 (55.86% from 255 or 37.27% from 381); Blue value is 13 (5.47% from 255 or 3.41% from 381); Max value from RGB is 226 - color contains mainly: red. Hex color #E28E0D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E28E0D is #1D71F2. Grayscale: #999999. Windows color (decimal): -1929715 or 888546. OLE color: 888546.
HSL color Cylindrical-coordinate representation of color #E28E0D: hue angle of 36.34º 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 #E28E0D is Cyan = 0, Magento = 0.37, Yellow = 0.94 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 142 | 13 | - |
| CMYK | 0 | 0.37 | 0.94 | 0.11 |
| HSL | 36.34º | 0.89% | 0.47% | - |
| HSV(B) | 36.34º | 0.94% | 0.89% | - |
| XYZ | 41.11 | 35.54 | 5.07 | - |
| YUV | 152.41 | 49.33 | 180.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 142 | 13 | 0 | 0.37 | 0.94 | 0.11 | 36.34 | 0.89 | 0.47 |
| Hex | E2 | 8E | D | 0 | 25 | 5E | B | 24 | 59 | 2F |
| Octal | 342 | 216 | 15 | 0 | 45 | 136 | 13 | 44 | 131 | 57 |
| Binary | 11100010 | 10001110 | 1101 | 0 | 100101 | 1011110 | 1011 | 100100 | 1011001 | 101111 |
Color Harmonies of #E28E0D
Complementary color
Monochromatic Colors of #E28E0D
Black with #E28E0D
Text Example
Text Example
White with #E28E0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E28E0D; }
p { color: rgb(226,142,13); }
H1.HeaderClassName
{
color: #E28E0D;
}
.AnyTagClassName
{
color: #E28E0D;
}
</style>
background-color css
<style>
a { background-color: #E28E0D; }
a { background-color: rgb(226,142,13); }
div.DivClassName
{
background-color: #E28E0D;
}
.BgClassName
{
background-color: #E28E0D;
}
</style>
border-color css
<style>
span { border-color: #E28E0D; }
span { border-color: rgb(226,142,13); }
td.TdClassName
{
border-color: #E28E0D;
}
.TagClassName
{
border-color: #E28E0D;
}
</style>