Shades of Gamboge #E7A31B
Tints of Gamboge #E7A31B
RGB
CMYK
RGB Variations
Color information
#E7A31B (or 0xE7A31B) is known color: Gamboge. HEX triplet: E7, A3 and 1B. RGB value is (231,163,27). Sum of RGB (Red+Green+Blue) = 231+163+27=421 (55% of max value = 765). Red value is 231 (90.62% from 255 or 54.87% from 421); Green value is 163 (64.06% from 255 or 38.72% from 421); Blue value is 27 (10.94% from 255 or 6.41% from 421); Max value from RGB is 231 - color contains mainly: red. Hex color #E7A31B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E7A31B is #185CE4. Grayscale: #A8A8A8. Windows color (decimal): -1596645 or 1811431. OLE color: 1811431.
HSL color Cylindrical-coordinate representation of color #E7A31B: hue angle of 40º degrees, saturation: 0.81, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E7A31B is Cyan = 0, Magento = 0.29, Yellow = 0.88 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 163 | 27 | - |
| CMYK | 0 | 0.29 | 0.88 | 0.09 |
| HSL | 40º | 0.81% | 0.51% | - |
| HSV(B) | 40º | 0.88% | 0.91% | - |
| XYZ | 46.25 | 43.26 | 6.95 | - |
| YUV | 167.83 | 48.53 | 173.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 163 | 27 | 0 | 0.29 | 0.88 | 0.09 | 40 | 0.81 | 0.51 |
| Hex | E7 | A3 | 1B | 0 | 1D | 58 | 9 | 28 | 51 | 33 |
| Octal | 347 | 243 | 33 | 0 | 35 | 130 | 11 | 50 | 121 | 63 |
| Binary | 11100111 | 10100011 | 11011 | 0 | 11101 | 1011000 | 1001 | 101000 | 1010001 | 110011 |
Color Harmonies of #E7A31B
Complementary color
Monochromatic Colors of #E7A31B
Black with #E7A31B
Text Example
Text Example
White with #E7A31B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7A31B; }
p { color: rgb(231,163,27); }
H1.HeaderClassName
{
color: #E7A31B;
}
.AnyTagClassName
{
color: #E7A31B;
}
</style>
background-color css
<style>
a { background-color: #E7A31B; }
a { background-color: rgb(231,163,27); }
div.DivClassName
{
background-color: #E7A31B;
}
.BgClassName
{
background-color: #E7A31B;
}
</style>
border-color css
<style>
span { border-color: #E7A31B; }
span { border-color: rgb(231,163,27); }
td.TdClassName
{
border-color: #E7A31B;
}
.TagClassName
{
border-color: #E7A31B;
}
</style>