Shades of Gamboge #E7940C
Tints of Gamboge #E7940C
RGB
CMYK
RGB Variations
Color information
#E7940C (or 0xE7940C) is known color: Gamboge. HEX triplet: E7, 94 and 0C. RGB value is (231,148,12). Sum of RGB (Red+Green+Blue) = 231+148+12=391 (51% of max value = 765). Red value is 231 (90.62% from 255 or 59.08% from 391); Green value is 148 (58.20% from 255 or 37.85% from 391); Blue value is 12 (5.08% from 255 or 3.07% from 391); Max value from RGB is 231 - color contains mainly: red. Hex color #E7940C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E7940C is #186BF3. Grayscale: #9D9D9D. Windows color (decimal): -1600500 or 824551. OLE color: 824551.
HSL color Cylindrical-coordinate representation of color #E7940C: hue angle of 37.26º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E7940C is Cyan = 0, Magento = 0.36, Yellow = 0.95 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 148 | 12 | - |
| CMYK | 0 | 0.36 | 0.95 | 0.09 |
| HSL | 37.26º | 0.9% | 0.48% | - |
| HSV(B) | 37.26º | 0.95% | 0.91% | - |
| XYZ | 43.61 | 38.2 | 5.42 | - |
| YUV | 157.31 | 46 | 180.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 148 | 12 | 0 | 0.36 | 0.95 | 0.09 | 37.26 | 0.9 | 0.48 |
| Hex | E7 | 94 | C | 0 | 24 | 5F | 9 | 25 | 5A | 30 |
| Octal | 347 | 224 | 14 | 0 | 44 | 137 | 11 | 45 | 132 | 60 |
| Binary | 11100111 | 10010100 | 1100 | 0 | 100100 | 1011111 | 1001 | 100101 | 1011010 | 110000 |
Color Harmonies of #E7940C
Complementary color
Monochromatic Colors of #E7940C
Black with #E7940C
Text Example
Text Example
White with #E7940C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7940C; }
p { color: rgb(231,148,12); }
H1.HeaderClassName
{
color: #E7940C;
}
.AnyTagClassName
{
color: #E7940C;
}
</style>
background-color css
<style>
a { background-color: #E7940C; }
a { background-color: rgb(231,148,12); }
div.DivClassName
{
background-color: #E7940C;
}
.BgClassName
{
background-color: #E7940C;
}
</style>
border-color css
<style>
span { border-color: #E7940C; }
span { border-color: rgb(231,148,12); }
td.TdClassName
{
border-color: #E7940C;
}
.TagClassName
{
border-color: #E7940C;
}
</style>