Shades of Gamboge #E28D13
Tints of Gamboge #E28D13
RGB
CMYK
RGB Variations
Color information
#E28D13 (or 0xE28D13) is known color: Gamboge. HEX triplet: E2, 8D and 13. RGB value is (226,141,19). Sum of RGB (Red+Green+Blue) = 226+141+19=386 (51% of max value = 765). Red value is 226 (88.67% from 255 or 58.55% from 386); Green value is 141 (55.47% from 255 or 36.53% from 386); Blue value is 19 (7.81% from 255 or 4.92% from 386); Max value from RGB is 226 - color contains mainly: red. Hex color #E28D13 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E28D13 is #1D72EC. Grayscale: #999999. Windows color (decimal): -1929965 or 1281506. OLE color: 1281506.
HSL color Cylindrical-coordinate representation of color #E28D13: hue angle of 35.36º 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 #E28D13 is Cyan = 0, Magento = 0.38, Yellow = 0.92 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 141 | 19 | - |
| CMYK | 0 | 0.38 | 0.92 | 0.11 |
| HSL | 35.36º | 0.84% | 0.48% | - |
| HSV(B) | 35.36º | 0.92% | 0.89% | - |
| XYZ | 41.01 | 35.27 | 5.26 | - |
| YUV | 152.51 | 52.66 | 180.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 141 | 19 | 0 | 0.38 | 0.92 | 0.11 | 35.36 | 0.84 | 0.48 |
| Hex | E2 | 8D | 13 | 0 | 26 | 5C | B | 23 | 54 | 30 |
| Octal | 342 | 215 | 23 | 0 | 46 | 134 | 13 | 43 | 124 | 60 |
| Binary | 11100010 | 10001101 | 10011 | 0 | 100110 | 1011100 | 1011 | 100011 | 1010100 | 110000 |
Color Harmonies of #E28D13
Complementary color
Monochromatic Colors of #E28D13
Black with #E28D13
Text Example
Text Example
White with #E28D13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E28D13; }
p { color: rgb(226,141,19); }
H1.HeaderClassName
{
color: #E28D13;
}
.AnyTagClassName
{
color: #E28D13;
}
</style>
background-color css
<style>
a { background-color: #E28D13; }
a { background-color: rgb(226,141,19); }
div.DivClassName
{
background-color: #E28D13;
}
.BgClassName
{
background-color: #E28D13;
}
</style>
border-color css
<style>
span { border-color: #E28D13; }
span { border-color: rgb(226,141,19); }
td.TdClassName
{
border-color: #E28D13;
}
.TagClassName
{
border-color: #E28D13;
}
</style>