Shades of Gamboge #E0AA02
Tints of Gamboge #E0AA02
RGB
CMYK
RGB Variations
Color information
#E0AA02 (or 0xE0AA02) is known color: Gamboge. HEX triplet: E0, AA and 02. RGB value is (224,170,2). Sum of RGB (Red+Green+Blue) = 224+170+2=396 (52% of max value = 765). Red value is 224 (87.89% from 255 or 56.57% from 396); Green value is 170 (66.80% from 255 or 42.93% from 396); Blue value is 2 (1.17% from 255 or 0.51% from 396); Max value from RGB is 224 - color contains mainly: red. Hex color #E0AA02 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E0AA02 is #1F55FD. Grayscale: #A7A7A7. Windows color (decimal): -2053630 or 174816. OLE color: 174816.
HSL color Cylindrical-coordinate representation of color #E0AA02: hue angle of 45.41º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E0AA02 is Cyan = 0, Magento = 0.24, Yellow = 0.99 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 170 | 2 | - |
| CMYK | 0 | 0.24 | 0.99 | 0.12 |
| HSL | 45.41º | 0.98% | 0.44% | - |
| HSV(B) | 45.41º | 0.99% | 0.88% | - |
| XYZ | 45.13 | 44.6 | 6.29 | - |
| YUV | 166.99 | 34.89 | 168.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 170 | 2 | 0 | 0.24 | 0.99 | 0.12 | 45.41 | 0.98 | 0.44 |
| Hex | E0 | AA | 2 | 0 | 18 | 63 | C | 2D | 62 | 2C |
| Octal | 340 | 252 | 2 | 0 | 30 | 143 | 14 | 55 | 142 | 54 |
| Binary | 11100000 | 10101010 | 10 | 0 | 11000 | 1100011 | 1100 | 101101 | 1100010 | 101100 |
Color Harmonies of #E0AA02
Complementary color
Monochromatic Colors of #E0AA02
Black with #E0AA02
Text Example
Text Example
White with #E0AA02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0AA02; }
p { color: rgb(224,170,2); }
H1.HeaderClassName
{
color: #E0AA02;
}
.AnyTagClassName
{
color: #E0AA02;
}
</style>
background-color css
<style>
a { background-color: #E0AA02; }
a { background-color: rgb(224,170,2); }
div.DivClassName
{
background-color: #E0AA02;
}
.BgClassName
{
background-color: #E0AA02;
}
</style>
border-color css
<style>
span { border-color: #E0AA02; }
span { border-color: rgb(224,170,2); }
td.TdClassName
{
border-color: #E0AA02;
}
.TagClassName
{
border-color: #E0AA02;
}
</style>