Shades of Gamboge #E7A301
Tints of Gamboge #E7A301
RGB
CMYK
RGB Variations
Color information
#E7A301 (or 0xE7A301) is known color: Gamboge. HEX triplet: E7, A3 and 01. RGB value is (231,163,1). Sum of RGB (Red+Green+Blue) = 231+163+1=395 (52% of max value = 765). Red value is 231 (90.62% from 255 or 58.48% from 395); Green value is 163 (64.06% from 255 or 41.27% from 395); Blue value is 1 (0.78% from 255 or 0.25% from 395); Max value from RGB is 231 - color contains mainly: red. Hex color #E7A301 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E7A301 is #185CFE. Grayscale: #A5A5A5. Windows color (decimal): -1596671 or 107495. OLE color: 107495.
HSL color Cylindrical-coordinate representation of color #E7A301: hue angle of 42.26º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E7A301 is Cyan = 0, Magento = 0.29, Yellow = 1.00 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 163 | 1 | - |
| CMYK | 0 | 0.29 | 1.00 | 0.09 |
| HSL | 42.26º | 0.99% | 0.45% | - |
| HSV(B) | 42.26º | 1% | 0.91% | - |
| XYZ | 46.06 | 43.19 | 5.94 | - |
| YUV | 164.86 | 35.53 | 175.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 163 | 1 | 0 | 0.29 | 1.00 | 0.09 | 42.26 | 0.99 | 0.45 |
| Hex | E7 | A3 | 1 | 0 | 1D | 64 | 9 | 2A | 63 | 2D |
| Octal | 347 | 243 | 1 | 0 | 35 | 144 | 11 | 52 | 143 | 55 |
| Binary | 11100111 | 10100011 | 1 | 0 | 11101 | 1100100 | 1001 | 101010 | 1100011 | 101101 |
Color Harmonies of #E7A301
Complementary color
Monochromatic Colors of #E7A301
Black with #E7A301
Text Example
Text Example
White with #E7A301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7A301; }
p { color: rgb(231,163,1); }
H1.HeaderClassName
{
color: #E7A301;
}
.AnyTagClassName
{
color: #E7A301;
}
</style>
background-color css
<style>
a { background-color: #E7A301; }
a { background-color: rgb(231,163,1); }
div.DivClassName
{
background-color: #E7A301;
}
.BgClassName
{
background-color: #E7A301;
}
</style>
border-color css
<style>
span { border-color: #E7A301; }
span { border-color: rgb(231,163,1); }
td.TdClassName
{
border-color: #E7A301;
}
.TagClassName
{
border-color: #E7A301;
}
</style>