Shades of Gamboge #E7A80F
Tints of Gamboge #E7A80F
RGB
CMYK
RGB Variations
Color information
#E7A80F (or 0xE7A80F) is known color: Gamboge. HEX triplet: E7, A8 and 0F. RGB value is (231,168,15). Sum of RGB (Red+Green+Blue) = 231+168+15=414 (54% of max value = 765). Red value is 231 (90.62% from 255 or 55.80% from 414); Green value is 168 (66.02% from 255 or 40.58% from 414); Blue value is 15 (6.25% from 255 or 3.62% from 414); Max value from RGB is 231 - color contains mainly: red. Hex color #E7A80F is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E7A80F is #1857F0. Grayscale: #AAAAAA. Windows color (decimal): -1595377 or 1026279. OLE color: 1026279.
HSL color Cylindrical-coordinate representation of color #E7A80F: hue angle of 42.5º 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 #E7A80F is Cyan = 0, Magento = 0.27, Yellow = 0.94 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 168 | 15 | - |
| CMYK | 0 | 0.27 | 0.94 | 0.09 |
| HSL | 42.5º | 0.88% | 0.48% | - |
| HSV(B) | 42.5º | 0.94% | 0.91% | - |
| XYZ | 47.04 | 45.03 | 6.66 | - |
| YUV | 169.4 | 40.87 | 171.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 168 | 15 | 0 | 0.27 | 0.94 | 0.09 | 42.5 | 0.88 | 0.48 |
| Hex | E7 | A8 | F | 0 | 1B | 5E | 9 | 2A | 58 | 30 |
| Octal | 347 | 250 | 17 | 0 | 33 | 136 | 11 | 52 | 130 | 60 |
| Binary | 11100111 | 10101000 | 1111 | 0 | 11011 | 1011110 | 1001 | 101010 | 1011000 | 110000 |
Color Harmonies of #E7A80F
Complementary color
Monochromatic Colors of #E7A80F
Black with #E7A80F
Text Example
Text Example
White with #E7A80F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7A80F; }
p { color: rgb(231,168,15); }
H1.HeaderClassName
{
color: #E7A80F;
}
.AnyTagClassName
{
color: #E7A80F;
}
</style>
background-color css
<style>
a { background-color: #E7A80F; }
a { background-color: rgb(231,168,15); }
div.DivClassName
{
background-color: #E7A80F;
}
.BgClassName
{
background-color: #E7A80F;
}
</style>
border-color css
<style>
span { border-color: #E7A80F; }
span { border-color: rgb(231,168,15); }
td.TdClassName
{
border-color: #E7A80F;
}
.TagClassName
{
border-color: #E7A80F;
}
</style>