Shades of Gamboge #E7A20B
Tints of Gamboge #E7A20B
RGB
CMYK
RGB Variations
Color information
#E7A20B (or 0xE7A20B) is known color: Gamboge. HEX triplet: E7, A2 and 0B. RGB value is (231,162,11). Sum of RGB (Red+Green+Blue) = 231+162+11=404 (53% of max value = 765). Red value is 231 (90.62% from 255 or 57.18% from 404); Green value is 162 (63.67% from 255 or 40.10% from 404); Blue value is 11 (4.69% from 255 or 2.72% from 404); Max value from RGB is 231 - color contains mainly: red. Hex color #E7A20B is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E7A20B is #185DF4. Grayscale: #A6A6A6. Windows color (decimal): -1596917 or 762599. OLE color: 762599.
HSL color Cylindrical-coordinate representation of color #E7A20B: hue angle of 41.18º degrees, saturation: 0.91, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E7A20B is Cyan = 0, Magento = 0.30, Yellow = 0.95 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 162 | 11 | - |
| CMYK | 0 | 0.30 | 0.95 | 0.09 |
| HSL | 41.18º | 0.91% | 0.47% | - |
| HSV(B) | 41.18º | 0.95% | 0.91% | - |
| XYZ | 45.94 | 42.85 | 6.17 | - |
| YUV | 165.42 | 40.86 | 174.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 162 | 11 | 0 | 0.30 | 0.95 | 0.09 | 41.18 | 0.91 | 0.47 |
| Hex | E7 | A2 | B | 0 | 1E | 5F | 9 | 29 | 5B | 2F |
| Octal | 347 | 242 | 13 | 0 | 36 | 137 | 11 | 51 | 133 | 57 |
| Binary | 11100111 | 10100010 | 1011 | 0 | 11110 | 1011111 | 1001 | 101001 | 1011011 | 101111 |
Color Harmonies of #E7A20B
Complementary color
Monochromatic Colors of #E7A20B
Black with #E7A20B
Text Example
Text Example
White with #E7A20B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7A20B; }
p { color: rgb(231,162,11); }
H1.HeaderClassName
{
color: #E7A20B;
}
.AnyTagClassName
{
color: #E7A20B;
}
</style>
background-color css
<style>
a { background-color: #E7A20B; }
a { background-color: rgb(231,162,11); }
div.DivClassName
{
background-color: #E7A20B;
}
.BgClassName
{
background-color: #E7A20B;
}
</style>
border-color css
<style>
span { border-color: #E7A20B; }
span { border-color: rgb(231,162,11); }
td.TdClassName
{
border-color: #E7A20B;
}
.TagClassName
{
border-color: #E7A20B;
}
</style>