Shades of Gamboge #E28811
Tints of Gamboge #E28811
RGB
CMYK
RGB Variations
Color information
#E28811 (or 0xE28811) is known color: Gamboge. HEX triplet: E2, 88 and 11. RGB value is (226,136,17). Sum of RGB (Red+Green+Blue) = 226+136+17=379 (50% of max value = 765). Red value is 226 (88.67% from 255 or 59.63% from 379); Green value is 136 (53.52% from 255 or 35.88% from 379); Blue value is 17 (7.03% from 255 or 4.49% from 379); Max value from RGB is 226 - color contains mainly: red. Hex color #E28811 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E28811 is #1D77EE. Grayscale: #959595. Windows color (decimal): -1931247 or 1149154. OLE color: 1149154.
HSL color Cylindrical-coordinate representation of color #E28811: hue angle of 34.16º 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 #E28811 is Cyan = 0, Magento = 0.40, Yellow = 0.92 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 136 | 17 | - |
| CMYK | 0 | 0.40 | 0.92 | 0.11 |
| HSL | 34.16º | 0.86% | 0.48% | - |
| HSV(B) | 34.16º | 0.92% | 0.89% | - |
| XYZ | 40.27 | 33.82 | 4.94 | - |
| YUV | 149.34 | 53.32 | 182.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 136 | 17 | 0 | 0.40 | 0.92 | 0.11 | 34.16 | 0.86 | 0.48 |
| Hex | E2 | 88 | 11 | 0 | 28 | 5C | B | 22 | 56 | 30 |
| Octal | 342 | 210 | 21 | 0 | 50 | 134 | 13 | 42 | 126 | 60 |
| Binary | 11100010 | 10001000 | 10001 | 0 | 101000 | 1011100 | 1011 | 100010 | 1010110 | 110000 |
Color Harmonies of #E28811
Complementary color
Monochromatic Colors of #E28811
Black with #E28811
Text Example
Text Example
White with #E28811
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E28811; }
p { color: rgb(226,136,17); }
H1.HeaderClassName
{
color: #E28811;
}
.AnyTagClassName
{
color: #E28811;
}
</style>
background-color css
<style>
a { background-color: #E28811; }
a { background-color: rgb(226,136,17); }
div.DivClassName
{
background-color: #E28811;
}
.BgClassName
{
background-color: #E28811;
}
</style>
border-color css
<style>
span { border-color: #E28811; }
span { border-color: rgb(226,136,17); }
td.TdClassName
{
border-color: #E28811;
}
.TagClassName
{
border-color: #E28811;
}
</style>