Shades of Gamboge #E7900F
Tints of Gamboge #E7900F
RGB
CMYK
RGB Variations
Color information
#E7900F (or 0xE7900F) is known color: Gamboge. HEX triplet: E7, 90 and 0F. RGB value is (231,144,15). Sum of RGB (Red+Green+Blue) = 231+144+15=390 (51% of max value = 765). Red value is 231 (90.62% from 255 or 59.23% from 390); Green value is 144 (56.64% from 255 or 36.92% from 390); Blue value is 15 (6.25% from 255 or 3.85% from 390); Max value from RGB is 231 - color contains mainly: red. Hex color #E7900F is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E7900F is #186FF0. Grayscale: #9B9B9B. Windows color (decimal): -1601521 or 1020135. OLE color: 1020135.
HSL color Cylindrical-coordinate representation of color #E7900F: hue angle of 35.83º degrees, saturation: 0.88, 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 #E7900F is Cyan = 0, Magento = 0.38, Yellow = 0.94 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 144 | 15 | - |
| CMYK | 0 | 0.38 | 0.94 | 0.09 |
| HSL | 35.83º | 0.88% | 0.48% | - |
| HSV(B) | 35.83º | 0.94% | 0.91% | - |
| XYZ | 43.01 | 36.97 | 5.32 | - |
| YUV | 155.31 | 48.82 | 181.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 144 | 15 | 0 | 0.38 | 0.94 | 0.09 | 35.83 | 0.88 | 0.48 |
| Hex | E7 | 90 | F | 0 | 26 | 5E | 9 | 24 | 58 | 30 |
| Octal | 347 | 220 | 17 | 0 | 46 | 136 | 11 | 44 | 130 | 60 |
| Binary | 11100111 | 10010000 | 1111 | 0 | 100110 | 1011110 | 1001 | 100100 | 1011000 | 110000 |
Color Harmonies of #E7900F
Complementary color
Monochromatic Colors of #E7900F
Black with #E7900F
Text Example
Text Example
White with #E7900F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7900F; }
p { color: rgb(231,144,15); }
H1.HeaderClassName
{
color: #E7900F;
}
.AnyTagClassName
{
color: #E7900F;
}
</style>
background-color css
<style>
a { background-color: #E7900F; }
a { background-color: rgb(231,144,15); }
div.DivClassName
{
background-color: #E7900F;
}
.BgClassName
{
background-color: #E7900F;
}
</style>
border-color css
<style>
span { border-color: #E7900F; }
span { border-color: rgb(231,144,15); }
td.TdClassName
{
border-color: #E7900F;
}
.TagClassName
{
border-color: #E7900F;
}
</style>