Shades of Gamboge #E7A51B
Tints of Gamboge #E7A51B
RGB
CMYK
RGB Variations
Color information
#E7A51B (or 0xE7A51B) is known color: Gamboge. HEX triplet: E7, A5 and 1B. RGB value is (231,165,27). Sum of RGB (Red+Green+Blue) = 231+165+27=423 (56% of max value = 765). Red value is 231 (90.62% from 255 or 54.61% from 423); Green value is 165 (64.84% from 255 or 39.01% from 423); Blue value is 27 (10.94% from 255 or 6.38% from 423); Max value from RGB is 231 - color contains mainly: red. Hex color #E7A51B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E7A51B is #185AE4. Grayscale: #A9A9A9. Windows color (decimal): -1596133 or 1811943. OLE color: 1811943.
HSL color Cylindrical-coordinate representation of color #E7A51B: hue angle of 40.59º 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 #E7A51B is Cyan = 0, Magento = 0.29, Yellow = 0.88 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 165 | 27 | - |
| CMYK | 0 | 0.29 | 0.88 | 0.09 |
| HSL | 40.59º | 0.81% | 0.51% | - |
| HSV(B) | 40.59º | 0.88% | 0.91% | - |
| XYZ | 46.61 | 43.98 | 7.07 | - |
| YUV | 169 | 47.87 | 172.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 165 | 27 | 0 | 0.29 | 0.88 | 0.09 | 40.59 | 0.81 | 0.51 |
| Hex | E7 | A5 | 1B | 0 | 1D | 58 | 9 | 29 | 51 | 33 |
| Octal | 347 | 245 | 33 | 0 | 35 | 130 | 11 | 51 | 121 | 63 |
| Binary | 11100111 | 10100101 | 11011 | 0 | 11101 | 1011000 | 1001 | 101001 | 1010001 | 110011 |
Color Harmonies of #E7A51B
Complementary color
Monochromatic Colors of #E7A51B
Black with #E7A51B
Text Example
Text Example
White with #E7A51B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7A51B; }
p { color: rgb(231,165,27); }
H1.HeaderClassName
{
color: #E7A51B;
}
.AnyTagClassName
{
color: #E7A51B;
}
</style>
background-color css
<style>
a { background-color: #E7A51B; }
a { background-color: rgb(231,165,27); }
div.DivClassName
{
background-color: #E7A51B;
}
.BgClassName
{
background-color: #E7A51B;
}
</style>
border-color css
<style>
span { border-color: #E7A51B; }
span { border-color: rgb(231,165,27); }
td.TdClassName
{
border-color: #E7A51B;
}
.TagClassName
{
border-color: #E7A51B;
}
</style>