Shades of Gamboge #E7A60C
Tints of Gamboge #E7A60C
RGB
CMYK
RGB Variations
Color information
#E7A60C (or 0xE7A60C) is known color: Gamboge. HEX triplet: E7, A6 and 0C. RGB value is (231,166,12). Sum of RGB (Red+Green+Blue) = 231+166+12=409 (54% of max value = 765). Red value is 231 (90.62% from 255 or 56.48% from 409); Green value is 166 (65.23% from 255 or 40.59% from 409); Blue value is 12 (5.08% from 255 or 2.93% from 409); Max value from RGB is 231 - color contains mainly: red. Hex color #E7A60C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E7A60C is #1859F3. Grayscale: #A8A8A8. Windows color (decimal): -1595892 or 829159. OLE color: 829159.
HSL color Cylindrical-coordinate representation of color #E7A60C: hue angle of 42.19º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E7A60C is Cyan = 0, Magento = 0.28, Yellow = 0.95 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 166 | 12 | - |
| CMYK | 0 | 0.28 | 0.95 | 0.09 |
| HSL | 42.19º | 0.9% | 0.48% | - |
| HSV(B) | 42.19º | 0.95% | 0.91% | - |
| XYZ | 46.66 | 44.29 | 6.44 | - |
| YUV | 167.88 | 40.03 | 173.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 166 | 12 | 0 | 0.28 | 0.95 | 0.09 | 42.19 | 0.9 | 0.48 |
| Hex | E7 | A6 | C | 0 | 1C | 5F | 9 | 2A | 5A | 30 |
| Octal | 347 | 246 | 14 | 0 | 34 | 137 | 11 | 52 | 132 | 60 |
| Binary | 11100111 | 10100110 | 1100 | 0 | 11100 | 1011111 | 1001 | 101010 | 1011010 | 110000 |
Color Harmonies of #E7A60C
Complementary color
Monochromatic Colors of #E7A60C
Black with #E7A60C
Text Example
Text Example
White with #E7A60C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7A60C; }
p { color: rgb(231,166,12); }
H1.HeaderClassName
{
color: #E7A60C;
}
.AnyTagClassName
{
color: #E7A60C;
}
</style>
background-color css
<style>
a { background-color: #E7A60C; }
a { background-color: rgb(231,166,12); }
div.DivClassName
{
background-color: #E7A60C;
}
.BgClassName
{
background-color: #E7A60C;
}
</style>
border-color css
<style>
span { border-color: #E7A60C; }
span { border-color: rgb(231,166,12); }
td.TdClassName
{
border-color: #E7A60C;
}
.TagClassName
{
border-color: #E7A60C;
}
</style>