Shades of Gamboge #E5940C
Tints of Gamboge #E5940C
RGB
CMYK
RGB Variations
Color information
#E5940C (or 0xE5940C) is known color: Gamboge. HEX triplet: E5, 94 and 0C. RGB value is (229,148,12). Sum of RGB (Red+Green+Blue) = 229+148+12=389 (51% of max value = 765). Red value is 229 (89.84% from 255 or 58.87% from 389); Green value is 148 (58.20% from 255 or 38.05% from 389); Blue value is 12 (5.08% from 255 or 3.08% from 389); Max value from RGB is 229 - color contains mainly: red. Hex color #E5940C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E5940C is #1A6BF3. Grayscale: #9D9D9D. Windows color (decimal): -1731572 or 824549. OLE color: 824549.
HSL color Cylindrical-coordinate representation of color #E5940C: hue angle of 37.6º degrees, saturation: 0.9, 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 #E5940C is Cyan = 0, Magento = 0.35, Yellow = 0.95 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 148 | 12 | - |
| CMYK | 0 | 0.35 | 0.95 | 0.10 |
| HSL | 37.6º | 0.9% | 0.47% | - |
| HSV(B) | 37.6º | 0.95% | 0.9% | - |
| XYZ | 42.97 | 37.86 | 5.39 | - |
| YUV | 156.72 | 46.34 | 179.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 148 | 12 | 0 | 0.35 | 0.95 | 0.10 | 37.6 | 0.9 | 0.47 |
| Hex | E5 | 94 | C | 0 | 23 | 5F | A | 26 | 5A | 2F |
| Octal | 345 | 224 | 14 | 0 | 43 | 137 | 12 | 46 | 132 | 57 |
| Binary | 11100101 | 10010100 | 1100 | 0 | 100011 | 1011111 | 1010 | 100110 | 1011010 | 101111 |
Color Harmonies of #E5940C
Complementary color
Monochromatic Colors of #E5940C
Black with #E5940C
Text Example
Text Example
White with #E5940C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5940C; }
p { color: rgb(229,148,12); }
H1.HeaderClassName
{
color: #E5940C;
}
.AnyTagClassName
{
color: #E5940C;
}
</style>
background-color css
<style>
a { background-color: #E5940C; }
a { background-color: rgb(229,148,12); }
div.DivClassName
{
background-color: #E5940C;
}
.BgClassName
{
background-color: #E5940C;
}
</style>
border-color css
<style>
span { border-color: #E5940C; }
span { border-color: rgb(229,148,12); }
td.TdClassName
{
border-color: #E5940C;
}
.TagClassName
{
border-color: #E5940C;
}
</style>