Shades of Gamboge #E1A403
Tints of Gamboge #E1A403
RGB
CMYK
RGB Variations
Color information
#E1A403 (or 0xE1A403) is known color: Gamboge. HEX triplet: E1, A4 and 03. RGB value is (225,164,3). Sum of RGB (Red+Green+Blue) = 225+164+3=392 (51% of max value = 765). Red value is 225 (88.28% from 255 or 57.40% from 392); Green value is 164 (64.45% from 255 or 41.84% from 392); Blue value is 3 (1.56% from 255 or 0.77% from 392); Max value from RGB is 225 - color contains mainly: red. Hex color #E1A403 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E1A403 is #1E5BFC. Grayscale: #A4A4A4. Windows color (decimal): -1989629 or 238817. OLE color: 238817.
HSL color Cylindrical-coordinate representation of color #E1A403: hue angle of 43.51º 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 #E1A403 is Cyan = 0, Magento = 0.27, Yellow = 0.99 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 164 | 3 | - |
| CMYK | 0 | 0.27 | 0.99 | 0.12 |
| HSL | 43.51º | 0.97% | 0.45% | - |
| HSV(B) | 43.51º | 0.99% | 0.88% | - |
| XYZ | 44.34 | 42.57 | 5.96 | - |
| YUV | 163.89 | 37.21 | 171.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 164 | 3 | 0 | 0.27 | 0.99 | 0.12 | 43.51 | 0.97 | 0.45 |
| Hex | E1 | A4 | 3 | 0 | 1B | 63 | C | 2C | 61 | 2D |
| Octal | 341 | 244 | 3 | 0 | 33 | 143 | 14 | 54 | 141 | 55 |
| Binary | 11100001 | 10100100 | 11 | 0 | 11011 | 1100011 | 1100 | 101100 | 1100001 | 101101 |
Color Harmonies of #E1A403
Complementary color
Monochromatic Colors of #E1A403
Black with #E1A403
Text Example
Text Example
White with #E1A403
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1A403; }
p { color: rgb(225,164,3); }
H1.HeaderClassName
{
color: #E1A403;
}
.AnyTagClassName
{
color: #E1A403;
}
</style>
background-color css
<style>
a { background-color: #E1A403; }
a { background-color: rgb(225,164,3); }
div.DivClassName
{
background-color: #E1A403;
}
.BgClassName
{
background-color: #E1A403;
}
</style>
border-color css
<style>
span { border-color: #E1A403; }
span { border-color: rgb(225,164,3); }
td.TdClassName
{
border-color: #E1A403;
}
.TagClassName
{
border-color: #E1A403;
}
</style>