Shades of Gamboge #E7A40F
Tints of Gamboge #E7A40F
RGB
CMYK
RGB Variations
Color information
#E7A40F (or 0xE7A40F) is known color: Gamboge. HEX triplet: E7, A4 and 0F. RGB value is (231,164,15). Sum of RGB (Red+Green+Blue) = 231+164+15=410 (54% of max value = 765). Red value is 231 (90.62% from 255 or 56.34% from 410); Green value is 164 (64.45% from 255 or 40% from 410); Blue value is 15 (6.25% from 255 or 3.66% from 410); Max value from RGB is 231 - color contains mainly: red. Hex color #E7A40F is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E7A40F is #185BF0. Grayscale: #A7A7A7. Windows color (decimal): -1596401 or 1025255. OLE color: 1025255.
HSL color Cylindrical-coordinate representation of color #E7A40F: hue angle of 41.39º 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 #E7A40F is Cyan = 0, Magento = 0.29, Yellow = 0.94 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 164 | 15 | - |
| CMYK | 0 | 0.29 | 0.94 | 0.09 |
| HSL | 41.39º | 0.88% | 0.48% | - |
| HSV(B) | 41.39º | 0.94% | 0.91% | - |
| XYZ | 46.32 | 43.57 | 6.42 | - |
| YUV | 167.05 | 42.2 | 173.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 164 | 15 | 0 | 0.29 | 0.94 | 0.09 | 41.39 | 0.88 | 0.48 |
| Hex | E7 | A4 | F | 0 | 1D | 5E | 9 | 29 | 58 | 30 |
| Octal | 347 | 244 | 17 | 0 | 35 | 136 | 11 | 51 | 130 | 60 |
| Binary | 11100111 | 10100100 | 1111 | 0 | 11101 | 1011110 | 1001 | 101001 | 1011000 | 110000 |
Color Harmonies of #E7A40F
Complementary color
Monochromatic Colors of #E7A40F
Black with #E7A40F
Text Example
Text Example
White with #E7A40F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7A40F; }
p { color: rgb(231,164,15); }
H1.HeaderClassName
{
color: #E7A40F;
}
.AnyTagClassName
{
color: #E7A40F;
}
</style>
background-color css
<style>
a { background-color: #E7A40F; }
a { background-color: rgb(231,164,15); }
div.DivClassName
{
background-color: #E7A40F;
}
.BgClassName
{
background-color: #E7A40F;
}
</style>
border-color css
<style>
span { border-color: #E7A40F; }
span { border-color: rgb(231,164,15); }
td.TdClassName
{
border-color: #E7A40F;
}
.TagClassName
{
border-color: #E7A40F;
}
</style>