Shades of Gamboge #E7A51C
Tints of Gamboge #E7A51C
RGB
CMYK
RGB Variations
Color information
#E7A51C (or 0xE7A51C) is known color: Gamboge. HEX triplet: E7, A5 and 1C. RGB value is (231,165,28). Sum of RGB (Red+Green+Blue) = 231+165+28=424 (56% of max value = 765). Red value is 231 (90.62% from 255 or 54.48% from 424); Green value is 165 (64.84% from 255 or 38.92% from 424); Blue value is 28 (11.33% from 255 or 6.60% from 424); Max value from RGB is 231 - color contains mainly: red. Hex color #E7A51C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E7A51C is #185AE3. Grayscale: #A9A9A9. Windows color (decimal): -1596132 or 1877479. OLE color: 1877479.
HSL color Cylindrical-coordinate representation of color #E7A51C: hue angle of 40.49º 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 #E7A51C is Cyan = 0, Magento = 0.29, Yellow = 0.88 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 165 | 28 | - |
| CMYK | 0 | 0.29 | 0.88 | 0.09 |
| HSL | 40.49º | 0.81% | 0.51% | - |
| HSV(B) | 40.49º | 0.88% | 0.91% | - |
| XYZ | 46.62 | 43.98 | 7.13 | - |
| YUV | 169.12 | 48.37 | 172.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 165 | 28 | 0 | 0.29 | 0.88 | 0.09 | 40.49 | 0.81 | 0.51 |
| Hex | E7 | A5 | 1C | 0 | 1D | 58 | 9 | 28 | 51 | 33 |
| Octal | 347 | 245 | 34 | 0 | 35 | 130 | 11 | 50 | 121 | 63 |
| Binary | 11100111 | 10100101 | 11100 | 0 | 11101 | 1011000 | 1001 | 101000 | 1010001 | 110011 |
Color Harmonies of #E7A51C
Complementary color
Monochromatic Colors of #E7A51C
Black with #E7A51C
Text Example
Text Example
White with #E7A51C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7A51C; }
p { color: rgb(231,165,28); }
H1.HeaderClassName
{
color: #E7A51C;
}
.AnyTagClassName
{
color: #E7A51C;
}
</style>
background-color css
<style>
a { background-color: #E7A51C; }
a { background-color: rgb(231,165,28); }
div.DivClassName
{
background-color: #E7A51C;
}
.BgClassName
{
background-color: #E7A51C;
}
</style>
border-color css
<style>
span { border-color: #E7A51C; }
span { border-color: rgb(231,165,28); }
td.TdClassName
{
border-color: #E7A51C;
}
.TagClassName
{
border-color: #E7A51C;
}
</style>