Shades of Gamboge #E7A41D
Tints of Gamboge #E7A41D
RGB
CMYK
RGB Variations
Color information
#E7A41D (or 0xE7A41D) is known color: Gamboge. HEX triplet: E7, A4 and 1D. RGB value is (231,164,29). Sum of RGB (Red+Green+Blue) = 231+164+29=424 (56% of max value = 765). Red value is 231 (90.62% from 255 or 54.48% from 424); Green value is 164 (64.45% from 255 or 38.68% from 424); Blue value is 29 (11.72% from 255 or 6.84% from 424); Max value from RGB is 231 - color contains mainly: red. Hex color #E7A41D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E7A41D is #185BE2. Grayscale: #A9A9A9. Windows color (decimal): -1596387 or 1942759. OLE color: 1942759.
HSL color Cylindrical-coordinate representation of color #E7A41D: hue angle of 40.1º degrees, saturation: 0.81, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E7A41D is Cyan = 0, Magento = 0.29, Yellow = 0.87 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 164 | 29 | - |
| CMYK | 0 | 0.29 | 0.87 | 0.09 |
| HSL | 40.1º | 0.81% | 0.51% | - |
| HSV(B) | 40.1º | 0.87% | 0.91% | - |
| XYZ | 46.45 | 43.63 | 7.14 | - |
| YUV | 168.64 | 49.2 | 172.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 164 | 29 | 0 | 0.29 | 0.87 | 0.09 | 40.1 | 0.81 | 0.51 |
| Hex | E7 | A4 | 1D | 0 | 1D | 57 | 9 | 28 | 51 | 33 |
| Octal | 347 | 244 | 35 | 0 | 35 | 127 | 11 | 50 | 121 | 63 |
| Binary | 11100111 | 10100100 | 11101 | 0 | 11101 | 1010111 | 1001 | 101000 | 1010001 | 110011 |
Color Harmonies of #E7A41D
Complementary color
Monochromatic Colors of #E7A41D
Black with #E7A41D
Text Example
Text Example
White with #E7A41D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7A41D; }
p { color: rgb(231,164,29); }
H1.HeaderClassName
{
color: #E7A41D;
}
.AnyTagClassName
{
color: #E7A41D;
}
</style>
background-color css
<style>
a { background-color: #E7A41D; }
a { background-color: rgb(231,164,29); }
div.DivClassName
{
background-color: #E7A41D;
}
.BgClassName
{
background-color: #E7A41D;
}
</style>
border-color css
<style>
span { border-color: #E7A41D; }
span { border-color: rgb(231,164,29); }
td.TdClassName
{
border-color: #E7A41D;
}
.TagClassName
{
border-color: #E7A41D;
}
</style>