Shades of Gamboge #E7A41B
Tints of Gamboge #E7A41B
RGB
CMYK
RGB Variations
Color information
#E7A41B (or 0xE7A41B) is known color: Gamboge. HEX triplet: E7, A4 and 1B. RGB value is (231,164,27). Sum of RGB (Red+Green+Blue) = 231+164+27=422 (55% of max value = 765). Red value is 231 (90.62% from 255 or 54.74% from 422); Green value is 164 (64.45% from 255 or 38.86% from 422); Blue value is 27 (10.94% from 255 or 6.40% from 422); Max value from RGB is 231 - color contains mainly: red. Hex color #E7A41B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E7A41B is #185BE4. Grayscale: #A9A9A9. Windows color (decimal): -1596389 or 1811687. OLE color: 1811687.
HSL color Cylindrical-coordinate representation of color #E7A41B: hue angle of 40.29º 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 #E7A41B is Cyan = 0, Magento = 0.29, Yellow = 0.88 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 164 | 27 | - |
| CMYK | 0 | 0.29 | 0.88 | 0.09 |
| HSL | 40.29º | 0.81% | 0.51% | - |
| HSV(B) | 40.29º | 0.88% | 0.91% | - |
| XYZ | 46.43 | 43.62 | 7.01 | - |
| YUV | 168.42 | 48.2 | 172.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 164 | 27 | 0 | 0.29 | 0.88 | 0.09 | 40.29 | 0.81 | 0.51 |
| Hex | E7 | A4 | 1B | 0 | 1D | 58 | 9 | 28 | 51 | 33 |
| Octal | 347 | 244 | 33 | 0 | 35 | 130 | 11 | 50 | 121 | 63 |
| Binary | 11100111 | 10100100 | 11011 | 0 | 11101 | 1011000 | 1001 | 101000 | 1010001 | 110011 |
Color Harmonies of #E7A41B
Complementary color
Monochromatic Colors of #E7A41B
Black with #E7A41B
Text Example
Text Example
White with #E7A41B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7A41B; }
p { color: rgb(231,164,27); }
H1.HeaderClassName
{
color: #E7A41B;
}
.AnyTagClassName
{
color: #E7A41B;
}
</style>
background-color css
<style>
a { background-color: #E7A41B; }
a { background-color: rgb(231,164,27); }
div.DivClassName
{
background-color: #E7A41B;
}
.BgClassName
{
background-color: #E7A41B;
}
</style>
border-color css
<style>
span { border-color: #E7A41B; }
span { border-color: rgb(231,164,27); }
td.TdClassName
{
border-color: #E7A41B;
}
.TagClassName
{
border-color: #E7A41B;
}
</style>