Shades of Gamboge #E2981B
Tints of Gamboge #E2981B
RGB
CMYK
RGB Variations
Color information
#E2981B (or 0xE2981B) is known color: Gamboge. HEX triplet: E2, 98 and 1B. RGB value is (226,152,27). Sum of RGB (Red+Green+Blue) = 226+152+27=405 (53% of max value = 765). Red value is 226 (88.67% from 255 or 55.80% from 405); Green value is 152 (59.77% from 255 or 37.53% from 405); Blue value is 27 (10.94% from 255 or 6.67% from 405); Max value from RGB is 226 - color contains mainly: red. Hex color #E2981B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E2981B is #1D67E4. Grayscale: #A0A0A0. Windows color (decimal): -1927141 or 1808610. OLE color: 1808610.
HSL color Cylindrical-coordinate representation of color #E2981B: hue angle of 37.69º degrees, saturation: 0.79, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E2981B is Cyan = 0, Magento = 0.33, Yellow = 0.88 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 152 | 27 | - |
| CMYK | 0 | 0.33 | 0.88 | 0.11 |
| HSL | 37.69º | 0.79% | 0.5% | - |
| HSV(B) | 37.69º | 0.88% | 0.89% | - |
| XYZ | 42.79 | 38.7 | 6.25 | - |
| YUV | 159.88 | 53.02 | 175.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 152 | 27 | 0 | 0.33 | 0.88 | 0.11 | 37.69 | 0.79 | 0.5 |
| Hex | E2 | 98 | 1B | 0 | 21 | 58 | B | 26 | 4F | 32 |
| Octal | 342 | 230 | 33 | 0 | 41 | 130 | 13 | 46 | 117 | 62 |
| Binary | 11100010 | 10011000 | 11011 | 0 | 100001 | 1011000 | 1011 | 100110 | 1001111 | 110010 |
Color Harmonies of #E2981B
Complementary color
Monochromatic Colors of #E2981B
Black with #E2981B
Text Example
Text Example
White with #E2981B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2981B; }
p { color: rgb(226,152,27); }
H1.HeaderClassName
{
color: #E2981B;
}
.AnyTagClassName
{
color: #E2981B;
}
</style>
background-color css
<style>
a { background-color: #E2981B; }
a { background-color: rgb(226,152,27); }
div.DivClassName
{
background-color: #E2981B;
}
.BgClassName
{
background-color: #E2981B;
}
</style>
border-color css
<style>
span { border-color: #E2981B; }
span { border-color: rgb(226,152,27); }
td.TdClassName
{
border-color: #E2981B;
}
.TagClassName
{
border-color: #E2981B;
}
</style>