Shades of Gamboge #E3940B
Tints of Gamboge #E3940B
RGB
CMYK
RGB Variations
Color information
#E3940B (or 0xE3940B) is known color: Gamboge. HEX triplet: E3, 94 and 0B. RGB value is (227,148,11). Sum of RGB (Red+Green+Blue) = 227+148+11=386 (51% of max value = 765). Red value is 227 (89.06% from 255 or 58.81% from 386); Green value is 148 (58.20% from 255 or 38.34% from 386); Blue value is 11 (4.69% from 255 or 2.85% from 386); Max value from RGB is 227 - color contains mainly: red. Hex color #E3940B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E3940B is #1C6BF4. Grayscale: #9C9C9C. Windows color (decimal): -1862645 or 759011. OLE color: 759011.
HSL color Cylindrical-coordinate representation of color #E3940B: hue angle of 38.06º degrees, saturation: 0.91, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E3940B is Cyan = 0, Magento = 0.35, Yellow = 0.95 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 148 | 11 | - |
| CMYK | 0 | 0.35 | 0.95 | 0.11 |
| HSL | 38.06º | 0.91% | 0.47% | - |
| HSV(B) | 38.06º | 0.95% | 0.89% | - |
| XYZ | 42.33 | 37.53 | 5.33 | - |
| YUV | 156 | 46.17 | 178.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 148 | 11 | 0 | 0.35 | 0.95 | 0.11 | 38.06 | 0.91 | 0.47 |
| Hex | E3 | 94 | B | 0 | 23 | 5F | B | 26 | 5B | 2F |
| Octal | 343 | 224 | 13 | 0 | 43 | 137 | 13 | 46 | 133 | 57 |
| Binary | 11100011 | 10010100 | 1011 | 0 | 100011 | 1011111 | 1011 | 100110 | 1011011 | 101111 |
Color Harmonies of #E3940B
Complementary color
Monochromatic Colors of #E3940B
Black with #E3940B
Text Example
Text Example
White with #E3940B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3940B; }
p { color: rgb(227,148,11); }
H1.HeaderClassName
{
color: #E3940B;
}
.AnyTagClassName
{
color: #E3940B;
}
</style>
background-color css
<style>
a { background-color: #E3940B; }
a { background-color: rgb(227,148,11); }
div.DivClassName
{
background-color: #E3940B;
}
.BgClassName
{
background-color: #E3940B;
}
</style>
border-color css
<style>
span { border-color: #E3940B; }
span { border-color: rgb(227,148,11); }
td.TdClassName
{
border-color: #E3940B;
}
.TagClassName
{
border-color: #E3940B;
}
</style>