Shades of Gamboge #E7A208
Tints of Gamboge #E7A208
RGB
CMYK
RGB Variations
Color information
#E7A208 (or 0xE7A208) is known color: Gamboge. HEX triplet: E7, A2 and 08. RGB value is (231,162,8). Sum of RGB (Red+Green+Blue) = 231+162+8=401 (53% of max value = 765). Red value is 231 (90.62% from 255 or 57.61% from 401); Green value is 162 (63.67% from 255 or 40.40% from 401); Blue value is 8 (3.52% from 255 or 2.00% from 401); Max value from RGB is 231 - color contains mainly: red. Hex color #E7A208 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E7A208 is #185DF7. Grayscale: #A5A5A5. Windows color (decimal): -1596920 or 565991. OLE color: 565991.
HSL color Cylindrical-coordinate representation of color #E7A208: hue angle of 41.43º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E7A208 is Cyan = 0, Magento = 0.30, Yellow = 0.97 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 162 | 8 | - |
| CMYK | 0 | 0.30 | 0.97 | 0.09 |
| HSL | 41.43º | 0.93% | 0.47% | - |
| HSV(B) | 41.43º | 0.97% | 0.91% | - |
| XYZ | 45.92 | 42.85 | 6.08 | - |
| YUV | 165.08 | 39.36 | 175.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 162 | 8 | 0 | 0.30 | 0.97 | 0.09 | 41.43 | 0.93 | 0.47 |
| Hex | E7 | A2 | 8 | 0 | 1E | 61 | 9 | 29 | 5D | 2F |
| Octal | 347 | 242 | 10 | 0 | 36 | 141 | 11 | 51 | 135 | 57 |
| Binary | 11100111 | 10100010 | 1000 | 0 | 11110 | 1100001 | 1001 | 101001 | 1011101 | 101111 |
Color Harmonies of #E7A208
Complementary color
Monochromatic Colors of #E7A208
Black with #E7A208
Text Example
Text Example
White with #E7A208
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7A208; }
p { color: rgb(231,162,8); }
H1.HeaderClassName
{
color: #E7A208;
}
.AnyTagClassName
{
color: #E7A208;
}
</style>
background-color css
<style>
a { background-color: #E7A208; }
a { background-color: rgb(231,162,8); }
div.DivClassName
{
background-color: #E7A208;
}
.BgClassName
{
background-color: #E7A208;
}
</style>
border-color css
<style>
span { border-color: #E7A208; }
span { border-color: rgb(231,162,8); }
td.TdClassName
{
border-color: #E7A208;
}
.TagClassName
{
border-color: #E7A208;
}
</style>