Shades of Gamboge #E7A302
Tints of Gamboge #E7A302
RGB
CMYK
RGB Variations
Color information
#E7A302 (or 0xE7A302) is known color: Gamboge. HEX triplet: E7, A3 and 02. RGB value is (231,163,2). Sum of RGB (Red+Green+Blue) = 231+163+2=396 (52% of max value = 765). Red value is 231 (90.62% from 255 or 58.33% from 396); Green value is 163 (64.06% from 255 or 41.16% from 396); Blue value is 2 (1.17% from 255 or 0.51% from 396); Max value from RGB is 231 - color contains mainly: red. Hex color #E7A302 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E7A302 is #185CFD. Grayscale: #A5A5A5. Windows color (decimal): -1596670 or 173031. OLE color: 173031.
HSL color Cylindrical-coordinate representation of color #E7A302: hue angle of 42.18º degrees, saturation: 0.98, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E7A302 is Cyan = 0, Magento = 0.29, Yellow = 0.99 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 163 | 2 | - |
| CMYK | 0 | 0.29 | 0.99 | 0.09 |
| HSL | 42.18º | 0.98% | 0.46% | - |
| HSV(B) | 42.18º | 0.99% | 0.91% | - |
| XYZ | 46.06 | 43.19 | 5.97 | - |
| YUV | 164.98 | 36.03 | 175.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 163 | 2 | 0 | 0.29 | 0.99 | 0.09 | 42.18 | 0.98 | 0.46 |
| Hex | E7 | A3 | 2 | 0 | 1D | 63 | 9 | 2A | 62 | 2E |
| Octal | 347 | 243 | 2 | 0 | 35 | 143 | 11 | 52 | 142 | 56 |
| Binary | 11100111 | 10100011 | 10 | 0 | 11101 | 1100011 | 1001 | 101010 | 1100010 | 101110 |
Color Harmonies of #E7A302
Complementary color
Monochromatic Colors of #E7A302
Black with #E7A302
Text Example
Text Example
White with #E7A302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7A302; }
p { color: rgb(231,163,2); }
H1.HeaderClassName
{
color: #E7A302;
}
.AnyTagClassName
{
color: #E7A302;
}
</style>
background-color css
<style>
a { background-color: #E7A302; }
a { background-color: rgb(231,163,2); }
div.DivClassName
{
background-color: #E7A302;
}
.BgClassName
{
background-color: #E7A302;
}
</style>
border-color css
<style>
span { border-color: #E7A302; }
span { border-color: rgb(231,163,2); }
td.TdClassName
{
border-color: #E7A302;
}
.TagClassName
{
border-color: #E7A302;
}
</style>