Shades of Gamboge #E2980B
Tints of Gamboge #E2980B
RGB
CMYK
RGB Variations
Color information
#E2980B (or 0xE2980B) is known color: Gamboge. HEX triplet: E2, 98 and 0B. RGB value is (226,152,11). Sum of RGB (Red+Green+Blue) = 226+152+11=389 (51% of max value = 765). Red value is 226 (88.67% from 255 or 58.10% from 389); Green value is 152 (59.77% from 255 or 39.07% from 389); Blue value is 11 (4.69% from 255 or 2.83% from 389); Max value from RGB is 226 - color contains mainly: red. Hex color #E2980B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E2980B is #1D67F4. Grayscale: #9E9E9E. Windows color (decimal): -1927157 or 760034. OLE color: 760034.
HSL color Cylindrical-coordinate representation of color #E2980B: hue angle of 39.35º 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 #E2980B is Cyan = 0, Magento = 0.33, Yellow = 0.95 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 152 | 11 | - |
| CMYK | 0 | 0.33 | 0.95 | 0.11 |
| HSL | 39.35º | 0.91% | 0.46% | - |
| HSV(B) | 39.35º | 0.95% | 0.89% | - |
| XYZ | 42.65 | 38.65 | 5.53 | - |
| YUV | 158.05 | 45.02 | 176.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 152 | 11 | 0 | 0.33 | 0.95 | 0.11 | 39.35 | 0.91 | 0.46 |
| Hex | E2 | 98 | B | 0 | 21 | 5F | B | 27 | 5B | 2E |
| Octal | 342 | 230 | 13 | 0 | 41 | 137 | 13 | 47 | 133 | 56 |
| Binary | 11100010 | 10011000 | 1011 | 0 | 100001 | 1011111 | 1011 | 100111 | 1011011 | 101110 |
Color Harmonies of #E2980B
Complementary color
Monochromatic Colors of #E2980B
Black with #E2980B
Text Example
Text Example
White with #E2980B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2980B; }
p { color: rgb(226,152,11); }
H1.HeaderClassName
{
color: #E2980B;
}
.AnyTagClassName
{
color: #E2980B;
}
</style>
background-color css
<style>
a { background-color: #E2980B; }
a { background-color: rgb(226,152,11); }
div.DivClassName
{
background-color: #E2980B;
}
.BgClassName
{
background-color: #E2980B;
}
</style>
border-color css
<style>
span { border-color: #E2980B; }
span { border-color: rgb(226,152,11); }
td.TdClassName
{
border-color: #E2980B;
}
.TagClassName
{
border-color: #E2980B;
}
</style>