Shades of Gamboge #E7A50C
Tints of Gamboge #E7A50C
RGB
CMYK
RGB Variations
Color information
#E7A50C (or 0xE7A50C) is known color: Gamboge. HEX triplet: E7, A5 and 0C. RGB value is (231,165,12). Sum of RGB (Red+Green+Blue) = 231+165+12=408 (54% of max value = 765). Red value is 231 (90.62% from 255 or 56.62% from 408); Green value is 165 (64.84% from 255 or 40.44% from 408); Blue value is 12 (5.08% from 255 or 2.94% from 408); Max value from RGB is 231 - color contains mainly: red. Hex color #E7A50C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E7A50C is #185AF3. Grayscale: #A7A7A7. Windows color (decimal): -1596148 or 828903. OLE color: 828903.
HSL color Cylindrical-coordinate representation of color #E7A50C: hue angle of 41.92º 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 #E7A50C is Cyan = 0, Magento = 0.29, Yellow = 0.95 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 165 | 12 | - |
| CMYK | 0 | 0.29 | 0.95 | 0.09 |
| HSL | 41.92º | 0.9% | 0.48% | - |
| HSV(B) | 41.92º | 0.95% | 0.91% | - |
| XYZ | 46.48 | 43.93 | 6.38 | - |
| YUV | 167.29 | 40.37 | 173.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 165 | 12 | 0 | 0.29 | 0.95 | 0.09 | 41.92 | 0.9 | 0.48 |
| Hex | E7 | A5 | C | 0 | 1D | 5F | 9 | 2A | 5A | 30 |
| Octal | 347 | 245 | 14 | 0 | 35 | 137 | 11 | 52 | 132 | 60 |
| Binary | 11100111 | 10100101 | 1100 | 0 | 11101 | 1011111 | 1001 | 101010 | 1011010 | 110000 |
Color Harmonies of #E7A50C
Complementary color
Monochromatic Colors of #E7A50C
Black with #E7A50C
Text Example
Text Example
White with #E7A50C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7A50C; }
p { color: rgb(231,165,12); }
H1.HeaderClassName
{
color: #E7A50C;
}
.AnyTagClassName
{
color: #E7A50C;
}
</style>
background-color css
<style>
a { background-color: #E7A50C; }
a { background-color: rgb(231,165,12); }
div.DivClassName
{
background-color: #E7A50C;
}
.BgClassName
{
background-color: #E7A50C;
}
</style>
border-color css
<style>
span { border-color: #E7A50C; }
span { border-color: rgb(231,165,12); }
td.TdClassName
{
border-color: #E7A50C;
}
.TagClassName
{
border-color: #E7A50C;
}
</style>