Shades of Gamboge #E7A11B
Tints of Gamboge #E7A11B
RGB
CMYK
RGB Variations
Color information
#E7A11B (or 0xE7A11B) is known color: Gamboge. HEX triplet: E7, A1 and 1B. RGB value is (231,161,27). Sum of RGB (Red+Green+Blue) = 231+161+27=419 (55% of max value = 765). Red value is 231 (90.62% from 255 or 55.13% from 419); Green value is 161 (63.28% from 255 or 38.42% from 419); Blue value is 27 (10.94% from 255 or 6.44% from 419); Max value from RGB is 231 - color contains mainly: red. Hex color #E7A11B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E7A11B is #185EE4. Grayscale: #A7A7A7. Windows color (decimal): -1597157 or 1810919. OLE color: 1810919.
HSL color Cylindrical-coordinate representation of color #E7A11B: hue angle of 39.41º 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 #E7A11B is Cyan = 0, Magento = 0.30, Yellow = 0.88 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 161 | 27 | - |
| CMYK | 0 | 0.30 | 0.88 | 0.09 |
| HSL | 39.41º | 0.81% | 0.51% | - |
| HSV(B) | 39.41º | 0.88% | 0.91% | - |
| XYZ | 45.9 | 42.56 | 6.83 | - |
| YUV | 166.65 | 49.19 | 173.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 161 | 27 | 0 | 0.30 | 0.88 | 0.09 | 39.41 | 0.81 | 0.51 |
| Hex | E7 | A1 | 1B | 0 | 1E | 58 | 9 | 27 | 51 | 33 |
| Octal | 347 | 241 | 33 | 0 | 36 | 130 | 11 | 47 | 121 | 63 |
| Binary | 11100111 | 10100001 | 11011 | 0 | 11110 | 1011000 | 1001 | 100111 | 1010001 | 110011 |
Color Harmonies of #E7A11B
Complementary color
Monochromatic Colors of #E7A11B
Black with #E7A11B
Text Example
Text Example
White with #E7A11B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7A11B; }
p { color: rgb(231,161,27); }
H1.HeaderClassName
{
color: #E7A11B;
}
.AnyTagClassName
{
color: #E7A11B;
}
</style>
background-color css
<style>
a { background-color: #E7A11B; }
a { background-color: rgb(231,161,27); }
div.DivClassName
{
background-color: #E7A11B;
}
.BgClassName
{
background-color: #E7A11B;
}
</style>
border-color css
<style>
span { border-color: #E7A11B; }
span { border-color: rgb(231,161,27); }
td.TdClassName
{
border-color: #E7A11B;
}
.TagClassName
{
border-color: #E7A11B;
}
</style>