Shades of Gamboge #E2940B
Tints of Gamboge #E2940B
RGB
CMYK
RGB Variations
Color information
#E2940B (or 0xE2940B) is known color: Gamboge. HEX triplet: E2, 94 and 0B. RGB value is (226,148,11). Sum of RGB (Red+Green+Blue) = 226+148+11=385 (50% of max value = 765). Red value is 226 (88.67% from 255 or 58.70% from 385); Green value is 148 (58.20% from 255 or 38.44% from 385); Blue value is 11 (4.69% from 255 or 2.86% from 385); Max value from RGB is 226 - color contains mainly: red. Hex color #E2940B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E2940B is #1D6BF4. Grayscale: #9C9C9C. Windows color (decimal): -1928181 or 759010. OLE color: 759010.
HSL color Cylindrical-coordinate representation of color #E2940B: hue angle of 38.23º 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 #E2940B is Cyan = 0, Magento = 0.35, Yellow = 0.95 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 148 | 11 | - |
| CMYK | 0 | 0.35 | 0.95 | 0.11 |
| HSL | 38.23º | 0.91% | 0.46% | - |
| HSV(B) | 38.23º | 0.95% | 0.89% | - |
| XYZ | 42.01 | 37.37 | 5.32 | - |
| YUV | 155.7 | 46.34 | 178.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 148 | 11 | 0 | 0.35 | 0.95 | 0.11 | 38.23 | 0.91 | 0.46 |
| Hex | E2 | 94 | B | 0 | 23 | 5F | B | 26 | 5B | 2E |
| Octal | 342 | 224 | 13 | 0 | 43 | 137 | 13 | 46 | 133 | 56 |
| Binary | 11100010 | 10010100 | 1011 | 0 | 100011 | 1011111 | 1011 | 100110 | 1011011 | 101110 |
Color Harmonies of #E2940B
Complementary color
Monochromatic Colors of #E2940B
Black with #E2940B
Text Example
Text Example
White with #E2940B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2940B; }
p { color: rgb(226,148,11); }
H1.HeaderClassName
{
color: #E2940B;
}
.AnyTagClassName
{
color: #E2940B;
}
</style>
background-color css
<style>
a { background-color: #E2940B; }
a { background-color: rgb(226,148,11); }
div.DivClassName
{
background-color: #E2940B;
}
.BgClassName
{
background-color: #E2940B;
}
</style>
border-color css
<style>
span { border-color: #E2940B; }
span { border-color: rgb(226,148,11); }
td.TdClassName
{
border-color: #E2940B;
}
.TagClassName
{
border-color: #E2940B;
}
</style>