Shades of Gamboge #E1AA03
Tints of Gamboge #E1AA03
RGB
CMYK
RGB Variations
Color information
#E1AA03 (or 0xE1AA03) is known color: Gamboge. HEX triplet: E1, AA and 03. RGB value is (225,170,3). Sum of RGB (Red+Green+Blue) = 225+170+3=398 (52% of max value = 765). Red value is 225 (88.28% from 255 or 56.53% from 398); Green value is 170 (66.80% from 255 or 42.71% from 398); Blue value is 3 (1.56% from 255 or 0.75% from 398); Max value from RGB is 225 - color contains mainly: red. Hex color #E1AA03 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E1AA03 is #1E55FC. Grayscale: #A8A8A8. Windows color (decimal): -1988093 or 240353. OLE color: 240353.
HSL color Cylindrical-coordinate representation of color #E1AA03: hue angle of 45.14º 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 #E1AA03 is Cyan = 0, Magento = 0.24, Yellow = 0.99 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 170 | 3 | - |
| CMYK | 0 | 0.24 | 0.99 | 0.12 |
| HSL | 45.14º | 0.97% | 0.45% | - |
| HSV(B) | 45.14º | 0.99% | 0.88% | - |
| XYZ | 45.44 | 44.76 | 6.33 | - |
| YUV | 167.41 | 35.22 | 169.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 170 | 3 | 0 | 0.24 | 0.99 | 0.12 | 45.14 | 0.97 | 0.45 |
| Hex | E1 | AA | 3 | 0 | 18 | 63 | C | 2D | 61 | 2D |
| Octal | 341 | 252 | 3 | 0 | 30 | 143 | 14 | 55 | 141 | 55 |
| Binary | 11100001 | 10101010 | 11 | 0 | 11000 | 1100011 | 1100 | 101101 | 1100001 | 101101 |
Color Harmonies of #E1AA03
Complementary color
Monochromatic Colors of #E1AA03
Black with #E1AA03
Text Example
Text Example
White with #E1AA03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1AA03; }
p { color: rgb(225,170,3); }
H1.HeaderClassName
{
color: #E1AA03;
}
.AnyTagClassName
{
color: #E1AA03;
}
</style>
background-color css
<style>
a { background-color: #E1AA03; }
a { background-color: rgb(225,170,3); }
div.DivClassName
{
background-color: #E1AA03;
}
.BgClassName
{
background-color: #E1AA03;
}
</style>
border-color css
<style>
span { border-color: #E1AA03; }
span { border-color: rgb(225,170,3); }
td.TdClassName
{
border-color: #E1AA03;
}
.TagClassName
{
border-color: #E1AA03;
}
</style>