Shades of Gamboge #E1A703
Tints of Gamboge #E1A703
RGB
CMYK
RGB Variations
Color information
#E1A703 (or 0xE1A703) is known color: Gamboge. HEX triplet: E1, A7 and 03. RGB value is (225,167,3). Sum of RGB (Red+Green+Blue) = 225+167+3=395 (52% of max value = 765). Red value is 225 (88.28% from 255 or 56.96% from 395); Green value is 167 (65.62% from 255 or 42.28% from 395); Blue value is 3 (1.56% from 255 or 0.76% from 395); Max value from RGB is 225 - color contains mainly: red. Hex color #E1A703 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E1A703 is #1E58FC. Grayscale: #A6A6A6. Windows color (decimal): -1988861 or 239585. OLE color: 239585.
HSL color Cylindrical-coordinate representation of color #E1A703: hue angle of 44.32º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E1A703 is Cyan = 0, Magento = 0.26, Yellow = 0.99 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 167 | 3 | - |
| CMYK | 0 | 0.26 | 0.99 | 0.12 |
| HSL | 44.32º | 0.97% | 0.45% | - |
| HSV(B) | 44.32º | 0.99% | 0.88% | - |
| XYZ | 44.89 | 43.65 | 6.15 | - |
| YUV | 165.65 | 36.22 | 170.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 167 | 3 | 0 | 0.26 | 0.99 | 0.12 | 44.32 | 0.97 | 0.45 |
| Hex | E1 | A7 | 3 | 0 | 1A | 63 | C | 2C | 61 | 2D |
| Octal | 341 | 247 | 3 | 0 | 32 | 143 | 14 | 54 | 141 | 55 |
| Binary | 11100001 | 10100111 | 11 | 0 | 11010 | 1100011 | 1100 | 101100 | 1100001 | 101101 |
Color Harmonies of #E1A703
Complementary color
Monochromatic Colors of #E1A703
Black with #E1A703
Text Example
Text Example
White with #E1A703
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1A703; }
p { color: rgb(225,167,3); }
H1.HeaderClassName
{
color: #E1A703;
}
.AnyTagClassName
{
color: #E1A703;
}
</style>
background-color css
<style>
a { background-color: #E1A703; }
a { background-color: rgb(225,167,3); }
div.DivClassName
{
background-color: #E1A703;
}
.BgClassName
{
background-color: #E1A703;
}
</style>
border-color css
<style>
span { border-color: #E1A703; }
span { border-color: rgb(225,167,3); }
td.TdClassName
{
border-color: #E1A703;
}
.TagClassName
{
border-color: #E1A703;
}
</style>