Shades of Gamboge #E28E0B
Tints of Gamboge #E28E0B
RGB
CMYK
RGB Variations
Color information
#E28E0B (or 0xE28E0B) is known color: Gamboge. HEX triplet: E2, 8E and 0B. RGB value is (226,142,11). Sum of RGB (Red+Green+Blue) = 226+142+11=379 (50% of max value = 765). Red value is 226 (88.67% from 255 or 59.63% from 379); Green value is 142 (55.86% from 255 or 37.47% from 379); Blue value is 11 (4.69% from 255 or 2.90% from 379); Max value from RGB is 226 - color contains mainly: red. Hex color #E28E0B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E28E0B is #1D71F4. Grayscale: #989898. Windows color (decimal): -1929717 or 757474. OLE color: 757474.
HSL color Cylindrical-coordinate representation of color #E28E0B: hue angle of 36.56º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E28E0B is Cyan = 0, Magento = 0.37, Yellow = 0.95 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 142 | 11 | - |
| CMYK | 0 | 0.37 | 0.95 | 0.11 |
| HSL | 36.56º | 0.91% | 0.46% | - |
| HSV(B) | 36.56º | 0.95% | 0.89% | - |
| XYZ | 41.1 | 35.54 | 5.01 | - |
| YUV | 152.18 | 48.33 | 180.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 142 | 11 | 0 | 0.37 | 0.95 | 0.11 | 36.56 | 0.91 | 0.46 |
| Hex | E2 | 8E | B | 0 | 25 | 5F | B | 25 | 5B | 2E |
| Octal | 342 | 216 | 13 | 0 | 45 | 137 | 13 | 45 | 133 | 56 |
| Binary | 11100010 | 10001110 | 1011 | 0 | 100101 | 1011111 | 1011 | 100101 | 1011011 | 101110 |
Color Harmonies of #E28E0B
Complementary color
Monochromatic Colors of #E28E0B
Black with #E28E0B
Text Example
Text Example
White with #E28E0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E28E0B; }
p { color: rgb(226,142,11); }
H1.HeaderClassName
{
color: #E28E0B;
}
.AnyTagClassName
{
color: #E28E0B;
}
</style>
background-color css
<style>
a { background-color: #E28E0B; }
a { background-color: rgb(226,142,11); }
div.DivClassName
{
background-color: #E28E0B;
}
.BgClassName
{
background-color: #E28E0B;
}
</style>
border-color css
<style>
span { border-color: #E28E0B; }
span { border-color: rgb(226,142,11); }
td.TdClassName
{
border-color: #E28E0B;
}
.TagClassName
{
border-color: #E28E0B;
}
</style>