Shades of Gamboge #E7940D
Tints of Gamboge #E7940D
RGB
CMYK
RGB Variations
Color information
#E7940D (or 0xE7940D) is known color: Gamboge. HEX triplet: E7, 94 and 0D. RGB value is (231,148,13). Sum of RGB (Red+Green+Blue) = 231+148+13=392 (51% of max value = 765). Red value is 231 (90.62% from 255 or 58.93% from 392); Green value is 148 (58.20% from 255 or 37.76% from 392); Blue value is 13 (5.47% from 255 or 3.32% from 392); Max value from RGB is 231 - color contains mainly: red. Hex color #E7940D is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E7940D is #186BF2. Grayscale: #9E9E9E. Windows color (decimal): -1600499 or 890087. OLE color: 890087.
HSL color Cylindrical-coordinate representation of color #E7940D: hue angle of 37.16º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E7940D is Cyan = 0, Magento = 0.36, Yellow = 0.94 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 148 | 13 | - |
| CMYK | 0 | 0.36 | 0.94 | 0.09 |
| HSL | 37.16º | 0.89% | 0.48% | - |
| HSV(B) | 37.16º | 0.94% | 0.91% | - |
| XYZ | 43.62 | 38.2 | 5.45 | - |
| YUV | 157.43 | 46.5 | 180.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 148 | 13 | 0 | 0.36 | 0.94 | 0.09 | 37.16 | 0.89 | 0.48 |
| Hex | E7 | 94 | D | 0 | 24 | 5E | 9 | 25 | 59 | 30 |
| Octal | 347 | 224 | 15 | 0 | 44 | 136 | 11 | 45 | 131 | 60 |
| Binary | 11100111 | 10010100 | 1101 | 0 | 100100 | 1011110 | 1001 | 100101 | 1011001 | 110000 |
Color Harmonies of #E7940D
Complementary color
Monochromatic Colors of #E7940D
Black with #E7940D
Text Example
Text Example
White with #E7940D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7940D; }
p { color: rgb(231,148,13); }
H1.HeaderClassName
{
color: #E7940D;
}
.AnyTagClassName
{
color: #E7940D;
}
</style>
background-color css
<style>
a { background-color: #E7940D; }
a { background-color: rgb(231,148,13); }
div.DivClassName
{
background-color: #E7940D;
}
.BgClassName
{
background-color: #E7940D;
}
</style>
border-color css
<style>
span { border-color: #E7940D; }
span { border-color: rgb(231,148,13); }
td.TdClassName
{
border-color: #E7940D;
}
.TagClassName
{
border-color: #E7940D;
}
</style>