Shades of Gamboge #E28D11
Tints of Gamboge #E28D11
RGB
CMYK
RGB Variations
Color information
#E28D11 (or 0xE28D11) is known color: Gamboge. HEX triplet: E2, 8D and 11. RGB value is (226,141,17). Sum of RGB (Red+Green+Blue) = 226+141+17=384 (50% of max value = 765). Red value is 226 (88.67% from 255 or 58.85% from 384); Green value is 141 (55.47% from 255 or 36.72% from 384); Blue value is 17 (7.03% from 255 or 4.43% from 384); Max value from RGB is 226 - color contains mainly: red. Hex color #E28D11 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E28D11 is #1D72EE. Grayscale: #989898. Windows color (decimal): -1929967 or 1150434. OLE color: 1150434.
HSL color Cylindrical-coordinate representation of color #E28D11: hue angle of 35.6º degrees, saturation: 0.86, 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 #E28D11 is Cyan = 0, Magento = 0.38, Yellow = 0.92 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 141 | 17 | - |
| CMYK | 0 | 0.38 | 0.92 | 0.11 |
| HSL | 35.6º | 0.86% | 0.48% | - |
| HSV(B) | 35.6º | 0.92% | 0.89% | - |
| XYZ | 40.99 | 35.26 | 5.18 | - |
| YUV | 152.28 | 51.66 | 180.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 141 | 17 | 0 | 0.38 | 0.92 | 0.11 | 35.6 | 0.86 | 0.48 |
| Hex | E2 | 8D | 11 | 0 | 26 | 5C | B | 24 | 56 | 30 |
| Octal | 342 | 215 | 21 | 0 | 46 | 134 | 13 | 44 | 126 | 60 |
| Binary | 11100010 | 10001101 | 10001 | 0 | 100110 | 1011100 | 1011 | 100100 | 1010110 | 110000 |
Color Harmonies of #E28D11
Complementary color
Monochromatic Colors of #E28D11
Black with #E28D11
Text Example
Text Example
White with #E28D11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E28D11; }
p { color: rgb(226,141,17); }
H1.HeaderClassName
{
color: #E28D11;
}
.AnyTagClassName
{
color: #E28D11;
}
</style>
background-color css
<style>
a { background-color: #E28D11; }
a { background-color: rgb(226,141,17); }
div.DivClassName
{
background-color: #E28D11;
}
.BgClassName
{
background-color: #E28D11;
}
</style>
border-color css
<style>
span { border-color: #E28D11; }
span { border-color: rgb(226,141,17); }
td.TdClassName
{
border-color: #E28D11;
}
.TagClassName
{
border-color: #E28D11;
}
</style>