Shades of Gamboge #E5940B
Tints of Gamboge #E5940B
RGB
CMYK
RGB Variations
Color information
#E5940B (or 0xE5940B) is known color: Gamboge. HEX triplet: E5, 94 and 0B. RGB value is (229,148,11). Sum of RGB (Red+Green+Blue) = 229+148+11=388 (51% of max value = 765). Red value is 229 (89.84% from 255 or 59.02% from 388); Green value is 148 (58.20% from 255 or 38.14% from 388); Blue value is 11 (4.69% from 255 or 2.84% from 388); Max value from RGB is 229 - color contains mainly: red. Hex color #E5940B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E5940B is #1A6BF4. Grayscale: #9D9D9D. Windows color (decimal): -1731573 or 759013. OLE color: 759013.
HSL color Cylindrical-coordinate representation of color #E5940B: hue angle of 37.71º degrees, saturation: 0.91, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E5940B is Cyan = 0, Magento = 0.35, Yellow = 0.95 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 148 | 11 | - |
| CMYK | 0 | 0.35 | 0.95 | 0.10 |
| HSL | 37.71º | 0.91% | 0.47% | - |
| HSV(B) | 37.71º | 0.95% | 0.9% | - |
| XYZ | 42.96 | 37.86 | 5.36 | - |
| YUV | 156.6 | 45.84 | 179.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 148 | 11 | 0 | 0.35 | 0.95 | 0.10 | 37.71 | 0.91 | 0.47 |
| Hex | E5 | 94 | B | 0 | 23 | 5F | A | 26 | 5B | 2F |
| Octal | 345 | 224 | 13 | 0 | 43 | 137 | 12 | 46 | 133 | 57 |
| Binary | 11100101 | 10010100 | 1011 | 0 | 100011 | 1011111 | 1010 | 100110 | 1011011 | 101111 |
Color Harmonies of #E5940B
Complementary color
Monochromatic Colors of #E5940B
Black with #E5940B
Text Example
Text Example
White with #E5940B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5940B; }
p { color: rgb(229,148,11); }
H1.HeaderClassName
{
color: #E5940B;
}
.AnyTagClassName
{
color: #E5940B;
}
</style>
background-color css
<style>
a { background-color: #E5940B; }
a { background-color: rgb(229,148,11); }
div.DivClassName
{
background-color: #E5940B;
}
.BgClassName
{
background-color: #E5940B;
}
</style>
border-color css
<style>
span { border-color: #E5940B; }
span { border-color: rgb(229,148,11); }
td.TdClassName
{
border-color: #E5940B;
}
.TagClassName
{
border-color: #E5940B;
}
</style>