Shades of Gamboge #E28610
Tints of Gamboge #E28610
RGB
CMYK
RGB Variations
Color information
#E28610 (or 0xE28610) is known color: Gamboge. HEX triplet: E2, 86 and 10. RGB value is (226,134,16). Sum of RGB (Red+Green+Blue) = 226+134+16=376 (49% of max value = 765). Red value is 226 (88.67% from 255 or 60.11% from 376); Green value is 134 (52.73% from 255 or 35.64% from 376); Blue value is 16 (6.64% from 255 or 4.26% from 376); Max value from RGB is 226 - color contains mainly: red. Hex color #E28610 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E28610 is #1D79EF. Grayscale: #949494. Windows color (decimal): -1931760 or 1083106. OLE color: 1083106.
HSL color Cylindrical-coordinate representation of color #E28610: hue angle of 33.71º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E28610 is Cyan = 0, Magento = 0.41, Yellow = 0.93 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 134 | 16 | - |
| CMYK | 0 | 0.41 | 0.93 | 0.11 |
| HSL | 33.71º | 0.87% | 0.47% | - |
| HSV(B) | 33.71º | 0.93% | 0.89% | - |
| XYZ | 39.98 | 33.26 | 4.8 | - |
| YUV | 148.06 | 53.48 | 183.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 134 | 16 | 0 | 0.41 | 0.93 | 0.11 | 33.71 | 0.87 | 0.47 |
| Hex | E2 | 86 | 10 | 0 | 29 | 5D | B | 22 | 57 | 2F |
| Octal | 342 | 206 | 20 | 0 | 51 | 135 | 13 | 42 | 127 | 57 |
| Binary | 11100010 | 10000110 | 10000 | 0 | 101001 | 1011101 | 1011 | 100010 | 1010111 | 101111 |
Color Harmonies of #E28610
Complementary color
Monochromatic Colors of #E28610
Black with #E28610
Text Example
Text Example
White with #E28610
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E28610; }
p { color: rgb(226,134,16); }
H1.HeaderClassName
{
color: #E28610;
}
.AnyTagClassName
{
color: #E28610;
}
</style>
background-color css
<style>
a { background-color: #E28610; }
a { background-color: rgb(226,134,16); }
div.DivClassName
{
background-color: #E28610;
}
.BgClassName
{
background-color: #E28610;
}
</style>
border-color css
<style>
span { border-color: #E28610; }
span { border-color: rgb(226,134,16); }
td.TdClassName
{
border-color: #E28610;
}
.TagClassName
{
border-color: #E28610;
}
</style>