Shades of Gamboge #E7A90F
Tints of Gamboge #E7A90F
RGB
CMYK
RGB Variations
Color information
#E7A90F (or 0xE7A90F) is known color: Gamboge. HEX triplet: E7, A9 and 0F. RGB value is (231,169,15). Sum of RGB (Red+Green+Blue) = 231+169+15=415 (54% of max value = 765). Red value is 231 (90.62% from 255 or 55.66% from 415); Green value is 169 (66.41% from 255 or 40.72% from 415); Blue value is 15 (6.25% from 255 or 3.61% from 415); Max value from RGB is 231 - color contains mainly: red. Hex color #E7A90F is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E7A90F is #1856F0. Grayscale: #AAAAAA. Windows color (decimal): -1595121 or 1026535. OLE color: 1026535.
HSL color Cylindrical-coordinate representation of color #E7A90F: hue angle of 42.78º 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 #E7A90F is Cyan = 0, Magento = 0.27, Yellow = 0.94 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 169 | 15 | - |
| CMYK | 0 | 0.27 | 0.94 | 0.09 |
| HSL | 42.78º | 0.88% | 0.48% | - |
| HSV(B) | 42.78º | 0.94% | 0.91% | - |
| XYZ | 47.23 | 45.4 | 6.73 | - |
| YUV | 169.98 | 40.54 | 171.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 169 | 15 | 0 | 0.27 | 0.94 | 0.09 | 42.78 | 0.88 | 0.48 |
| Hex | E7 | A9 | F | 0 | 1B | 5E | 9 | 2B | 58 | 30 |
| Octal | 347 | 251 | 17 | 0 | 33 | 136 | 11 | 53 | 130 | 60 |
| Binary | 11100111 | 10101001 | 1111 | 0 | 11011 | 1011110 | 1001 | 101011 | 1011000 | 110000 |
Color Harmonies of #E7A90F
Complementary color
Monochromatic Colors of #E7A90F
Black with #E7A90F
Text Example
Text Example
White with #E7A90F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7A90F; }
p { color: rgb(231,169,15); }
H1.HeaderClassName
{
color: #E7A90F;
}
.AnyTagClassName
{
color: #E7A90F;
}
</style>
background-color css
<style>
a { background-color: #E7A90F; }
a { background-color: rgb(231,169,15); }
div.DivClassName
{
background-color: #E7A90F;
}
.BgClassName
{
background-color: #E7A90F;
}
</style>
border-color css
<style>
span { border-color: #E7A90F; }
span { border-color: rgb(231,169,15); }
td.TdClassName
{
border-color: #E7A90F;
}
.TagClassName
{
border-color: #E7A90F;
}
</style>