Shades of Gamboge #E1A701
Tints of Gamboge #E1A701
RGB
CMYK
RGB Variations
Color information
#E1A701 (or 0xE1A701) is known color: Gamboge. HEX triplet: E1, A7 and 01. RGB value is (225,167,1). Sum of RGB (Red+Green+Blue) = 225+167+1=393 (52% of max value = 765). Red value is 225 (88.28% from 255 or 57.25% from 393); Green value is 167 (65.62% from 255 or 42.49% from 393); Blue value is 1 (0.78% from 255 or 0.25% from 393); Max value from RGB is 225 - color contains mainly: red. Hex color #E1A701 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E1A701 is #1E58FE. Grayscale: #A6A6A6. Windows color (decimal): -1988863 or 108513. OLE color: 108513.
HSL color Cylindrical-coordinate representation of color #E1A701: hue angle of 44.46º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E1A701 is Cyan = 0, Magento = 0.26, Yellow = 1.00 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 167 | 1 | - |
| CMYK | 0 | 0.26 | 1.00 | 0.12 |
| HSL | 44.46º | 0.99% | 0.44% | - |
| HSV(B) | 44.46º | 1% | 0.88% | - |
| XYZ | 44.88 | 43.65 | 6.09 | - |
| YUV | 165.42 | 35.22 | 170.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 167 | 1 | 0 | 0.26 | 1.00 | 0.12 | 44.46 | 0.99 | 0.44 |
| Hex | E1 | A7 | 1 | 0 | 1A | 64 | C | 2C | 63 | 2C |
| Octal | 341 | 247 | 1 | 0 | 32 | 144 | 14 | 54 | 143 | 54 |
| Binary | 11100001 | 10100111 | 1 | 0 | 11010 | 1100100 | 1100 | 101100 | 1100011 | 101100 |
Color Harmonies of #E1A701
Complementary color
Monochromatic Colors of #E1A701
Black with #E1A701
Text Example
Text Example
White with #E1A701
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1A701; }
p { color: rgb(225,167,1); }
H1.HeaderClassName
{
color: #E1A701;
}
.AnyTagClassName
{
color: #E1A701;
}
</style>
background-color css
<style>
a { background-color: #E1A701; }
a { background-color: rgb(225,167,1); }
div.DivClassName
{
background-color: #E1A701;
}
.BgClassName
{
background-color: #E1A701;
}
</style>
border-color css
<style>
span { border-color: #E1A701; }
span { border-color: rgb(225,167,1); }
td.TdClassName
{
border-color: #E1A701;
}
.TagClassName
{
border-color: #E1A701;
}
</style>