Shades of Gamboge #E7A10C
Tints of Gamboge #E7A10C
RGB
CMYK
RGB Variations
Color information
#E7A10C (or 0xE7A10C) is known color: Gamboge. HEX triplet: E7, A1 and 0C. RGB value is (231,161,12). Sum of RGB (Red+Green+Blue) = 231+161+12=404 (53% of max value = 765). Red value is 231 (90.62% from 255 or 57.18% from 404); Green value is 161 (63.28% from 255 or 39.85% from 404); Blue value is 12 (5.08% from 255 or 2.97% from 404); Max value from RGB is 231 - color contains mainly: red. Hex color #E7A10C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E7A10C is #185EF3. Grayscale: #A5A5A5. Windows color (decimal): -1597172 or 827879. OLE color: 827879.
HSL color Cylindrical-coordinate representation of color #E7A10C: hue angle of 40.82º 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 #E7A10C is Cyan = 0, Magento = 0.30, Yellow = 0.95 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 161 | 12 | - |
| CMYK | 0 | 0.30 | 0.95 | 0.09 |
| HSL | 40.82º | 0.9% | 0.48% | - |
| HSV(B) | 40.82º | 0.95% | 0.91% | - |
| XYZ | 45.77 | 42.51 | 6.14 | - |
| YUV | 164.94 | 41.69 | 175.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 161 | 12 | 0 | 0.30 | 0.95 | 0.09 | 40.82 | 0.9 | 0.48 |
| Hex | E7 | A1 | C | 0 | 1E | 5F | 9 | 29 | 5A | 30 |
| Octal | 347 | 241 | 14 | 0 | 36 | 137 | 11 | 51 | 132 | 60 |
| Binary | 11100111 | 10100001 | 1100 | 0 | 11110 | 1011111 | 1001 | 101001 | 1011010 | 110000 |
Color Harmonies of #E7A10C
Complementary color
Monochromatic Colors of #E7A10C
Black with #E7A10C
Text Example
Text Example
White with #E7A10C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7A10C; }
p { color: rgb(231,161,12); }
H1.HeaderClassName
{
color: #E7A10C;
}
.AnyTagClassName
{
color: #E7A10C;
}
</style>
background-color css
<style>
a { background-color: #E7A10C; }
a { background-color: rgb(231,161,12); }
div.DivClassName
{
background-color: #E7A10C;
}
.BgClassName
{
background-color: #E7A10C;
}
</style>
border-color css
<style>
span { border-color: #E7A10C; }
span { border-color: rgb(231,161,12); }
td.TdClassName
{
border-color: #E7A10C;
}
.TagClassName
{
border-color: #E7A10C;
}
</style>