Shades of Gamboge #E1940B
Tints of Gamboge #E1940B
RGB
CMYK
RGB Variations
Color information
#E1940B (or 0xE1940B) is known color: Gamboge. HEX triplet: E1, 94 and 0B. RGB value is (225,148,11). Sum of RGB (Red+Green+Blue) = 225+148+11=384 (50% of max value = 765). Red value is 225 (88.28% from 255 or 58.59% from 384); Green value is 148 (58.20% from 255 or 38.54% from 384); Blue value is 11 (4.69% from 255 or 2.86% from 384); Max value from RGB is 225 - color contains mainly: red. Hex color #E1940B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E1940B is #1E6BF4. Grayscale: #9C9C9C. Windows color (decimal): -1993717 or 759009. OLE color: 759009.
HSL color Cylindrical-coordinate representation of color #E1940B: hue angle of 38.41º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E1940B is Cyan = 0, Magento = 0.34, Yellow = 0.95 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 148 | 11 | - |
| CMYK | 0 | 0.34 | 0.95 | 0.12 |
| HSL | 38.41º | 0.91% | 0.46% | - |
| HSV(B) | 38.41º | 0.95% | 0.88% | - |
| XYZ | 41.7 | 37.21 | 5.3 | - |
| YUV | 155.41 | 46.51 | 177.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 148 | 11 | 0 | 0.34 | 0.95 | 0.12 | 38.41 | 0.91 | 0.46 |
| Hex | E1 | 94 | B | 0 | 22 | 5F | C | 26 | 5B | 2E |
| Octal | 341 | 224 | 13 | 0 | 42 | 137 | 14 | 46 | 133 | 56 |
| Binary | 11100001 | 10010100 | 1011 | 0 | 100010 | 1011111 | 1100 | 100110 | 1011011 | 101110 |
Color Harmonies of #E1940B
Complementary color
Monochromatic Colors of #E1940B
Black with #E1940B
Text Example
Text Example
White with #E1940B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1940B; }
p { color: rgb(225,148,11); }
H1.HeaderClassName
{
color: #E1940B;
}
.AnyTagClassName
{
color: #E1940B;
}
</style>
background-color css
<style>
a { background-color: #E1940B; }
a { background-color: rgb(225,148,11); }
div.DivClassName
{
background-color: #E1940B;
}
.BgClassName
{
background-color: #E1940B;
}
</style>
border-color css
<style>
span { border-color: #E1940B; }
span { border-color: rgb(225,148,11); }
td.TdClassName
{
border-color: #E1940B;
}
.TagClassName
{
border-color: #E1940B;
}
</style>