Shades of Gamboge #E4AA03
Tints of Gamboge #E4AA03
RGB
CMYK
RGB Variations
Color information
#E4AA03 (or 0xE4AA03) is known color: Gamboge. HEX triplet: E4, AA and 03. RGB value is (228,170,3). Sum of RGB (Red+Green+Blue) = 228+170+3=401 (53% of max value = 765). Red value is 228 (89.45% from 255 or 56.86% from 401); Green value is 170 (66.80% from 255 or 42.39% from 401); Blue value is 3 (1.56% from 255 or 0.75% from 401); Max value from RGB is 228 - color contains mainly: red. Hex color #E4AA03 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E4AA03 is #1B55FC. Grayscale: #A9A9A9. Windows color (decimal): -1791485 or 240356. OLE color: 240356.
HSL color Cylindrical-coordinate representation of color #E4AA03: hue angle of 44.53º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E4AA03 is Cyan = 0, Magento = 0.25, Yellow = 0.99 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 170 | 3 | - |
| CMYK | 0 | 0.25 | 0.99 | 0.11 |
| HSL | 44.53º | 0.97% | 0.45% | - |
| HSV(B) | 44.53º | 0.99% | 0.89% | - |
| XYZ | 46.39 | 45.25 | 6.38 | - |
| YUV | 168.3 | 34.72 | 170.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 170 | 3 | 0 | 0.25 | 0.99 | 0.11 | 44.53 | 0.97 | 0.45 |
| Hex | E4 | AA | 3 | 0 | 19 | 63 | B | 2D | 61 | 2D |
| Octal | 344 | 252 | 3 | 0 | 31 | 143 | 13 | 55 | 141 | 55 |
| Binary | 11100100 | 10101010 | 11 | 0 | 11001 | 1100011 | 1011 | 101101 | 1100001 | 101101 |
Color Harmonies of #E4AA03
Complementary color
Monochromatic Colors of #E4AA03
Black with #E4AA03
Text Example
Text Example
White with #E4AA03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4AA03; }
p { color: rgb(228,170,3); }
H1.HeaderClassName
{
color: #E4AA03;
}
.AnyTagClassName
{
color: #E4AA03;
}
</style>
background-color css
<style>
a { background-color: #E4AA03; }
a { background-color: rgb(228,170,3); }
div.DivClassName
{
background-color: #E4AA03;
}
.BgClassName
{
background-color: #E4AA03;
}
</style>
border-color css
<style>
span { border-color: #E4AA03; }
span { border-color: rgb(228,170,3); }
td.TdClassName
{
border-color: #E4AA03;
}
.TagClassName
{
border-color: #E4AA03;
}
</style>