Shades of Gamboge #E28E13
Tints of Gamboge #E28E13
RGB
CMYK
RGB Variations
Color information
#E28E13 (or 0xE28E13) is known color: Gamboge. HEX triplet: E2, 8E and 13. RGB value is (226,142,19). Sum of RGB (Red+Green+Blue) = 226+142+19=387 (51% of max value = 765). Red value is 226 (88.67% from 255 or 58.40% from 387); Green value is 142 (55.86% from 255 or 36.69% from 387); Blue value is 19 (7.81% from 255 or 4.91% from 387); Max value from RGB is 226 - color contains mainly: red. Hex color #E28E13 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E28E13 is #1D71EC. Grayscale: #999999. Windows color (decimal): -1929709 or 1281762. OLE color: 1281762.
HSL color Cylindrical-coordinate representation of color #E28E13: hue angle of 35.65º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E28E13 is Cyan = 0, Magento = 0.37, Yellow = 0.92 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 142 | 19 | - |
| CMYK | 0 | 0.37 | 0.92 | 0.11 |
| HSL | 35.65º | 0.84% | 0.48% | - |
| HSV(B) | 35.65º | 0.92% | 0.89% | - |
| XYZ | 41.15 | 35.56 | 5.31 | - |
| YUV | 153.09 | 52.33 | 180 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 142 | 19 | 0 | 0.37 | 0.92 | 0.11 | 35.65 | 0.84 | 0.48 |
| Hex | E2 | 8E | 13 | 0 | 25 | 5C | B | 24 | 54 | 30 |
| Octal | 342 | 216 | 23 | 0 | 45 | 134 | 13 | 44 | 124 | 60 |
| Binary | 11100010 | 10001110 | 10011 | 0 | 100101 | 1011100 | 1011 | 100100 | 1010100 | 110000 |
Color Harmonies of #E28E13
Complementary color
Monochromatic Colors of #E28E13
Black with #E28E13
Text Example
Text Example
White with #E28E13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E28E13; }
p { color: rgb(226,142,19); }
H1.HeaderClassName
{
color: #E28E13;
}
.AnyTagClassName
{
color: #E28E13;
}
</style>
background-color css
<style>
a { background-color: #E28E13; }
a { background-color: rgb(226,142,19); }
div.DivClassName
{
background-color: #E28E13;
}
.BgClassName
{
background-color: #E28E13;
}
</style>
border-color css
<style>
span { border-color: #E28E13; }
span { border-color: rgb(226,142,19); }
td.TdClassName
{
border-color: #E28E13;
}
.TagClassName
{
border-color: #E28E13;
}
</style>