Shades of Gamboge #E2900B
Tints of Gamboge #E2900B
RGB
CMYK
RGB Variations
Color information
#E2900B (or 0xE2900B) is known color: Gamboge. HEX triplet: E2, 90 and 0B. RGB value is (226,144,11). Sum of RGB (Red+Green+Blue) = 226+144+11=381 (50% of max value = 765). Red value is 226 (88.67% from 255 or 59.32% from 381); Green value is 144 (56.64% from 255 or 37.80% from 381); Blue value is 11 (4.69% from 255 or 2.89% from 381); Max value from RGB is 226 - color contains mainly: red. Hex color #E2900B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E2900B is #1D6FF4. Grayscale: #999999. Windows color (decimal): -1929205 or 757986. OLE color: 757986.
HSL color Cylindrical-coordinate representation of color #E2900B: hue angle of 37.12º 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 #E2900B is Cyan = 0, Magento = 0.36, Yellow = 0.95 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 144 | 11 | - |
| CMYK | 0 | 0.36 | 0.95 | 0.11 |
| HSL | 37.12º | 0.91% | 0.46% | - |
| HSV(B) | 37.12º | 0.95% | 0.89% | - |
| XYZ | 41.4 | 36.14 | 5.11 | - |
| YUV | 153.36 | 47.67 | 179.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 144 | 11 | 0 | 0.36 | 0.95 | 0.11 | 37.12 | 0.91 | 0.46 |
| Hex | E2 | 90 | B | 0 | 24 | 5F | B | 25 | 5B | 2E |
| Octal | 342 | 220 | 13 | 0 | 44 | 137 | 13 | 45 | 133 | 56 |
| Binary | 11100010 | 10010000 | 1011 | 0 | 100100 | 1011111 | 1011 | 100101 | 1011011 | 101110 |
Color Harmonies of #E2900B
Complementary color
Monochromatic Colors of #E2900B
Black with #E2900B
Text Example
Text Example
White with #E2900B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2900B; }
p { color: rgb(226,144,11); }
H1.HeaderClassName
{
color: #E2900B;
}
.AnyTagClassName
{
color: #E2900B;
}
</style>
background-color css
<style>
a { background-color: #E2900B; }
a { background-color: rgb(226,144,11); }
div.DivClassName
{
background-color: #E2900B;
}
.BgClassName
{
background-color: #E2900B;
}
</style>
border-color css
<style>
span { border-color: #E2900B; }
span { border-color: rgb(226,144,11); }
td.TdClassName
{
border-color: #E2900B;
}
.TagClassName
{
border-color: #E2900B;
}
</style>