Shades of Gamboge #E0A302
Tints of Gamboge #E0A302
RGB
CMYK
RGB Variations
Color information
#E0A302 (or 0xE0A302) is known color: Gamboge. HEX triplet: E0, A3 and 02. RGB value is (224,163,2). Sum of RGB (Red+Green+Blue) = 224+163+2=389 (51% of max value = 765). Red value is 224 (87.89% from 255 or 57.58% from 389); Green value is 163 (64.06% from 255 or 41.90% from 389); Blue value is 2 (1.17% from 255 or 0.51% from 389); Max value from RGB is 224 - color contains mainly: red. Hex color #E0A302 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E0A302 is #1F5CFD. Grayscale: #A3A3A3. Windows color (decimal): -2055422 or 173024. OLE color: 173024.
HSL color Cylindrical-coordinate representation of color #E0A302: hue angle of 43.51º 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 #E0A302 is Cyan = 0, Magento = 0.27, Yellow = 0.99 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 163 | 2 | - |
| CMYK | 0 | 0.27 | 0.99 | 0.12 |
| HSL | 43.51º | 0.98% | 0.44% | - |
| HSV(B) | 43.51º | 0.99% | 0.88% | - |
| XYZ | 43.85 | 42.05 | 5.86 | - |
| YUV | 162.89 | 37.21 | 171.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 163 | 2 | 0 | 0.27 | 0.99 | 0.12 | 43.51 | 0.98 | 0.44 |
| Hex | E0 | A3 | 2 | 0 | 1B | 63 | C | 2C | 62 | 2C |
| Octal | 340 | 243 | 2 | 0 | 33 | 143 | 14 | 54 | 142 | 54 |
| Binary | 11100000 | 10100011 | 10 | 0 | 11011 | 1100011 | 1100 | 101100 | 1100010 | 101100 |
Color Harmonies of #E0A302
Complementary color
Monochromatic Colors of #E0A302
Black with #E0A302
Text Example
Text Example
White with #E0A302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0A302; }
p { color: rgb(224,163,2); }
H1.HeaderClassName
{
color: #E0A302;
}
.AnyTagClassName
{
color: #E0A302;
}
</style>
background-color css
<style>
a { background-color: #E0A302; }
a { background-color: rgb(224,163,2); }
div.DivClassName
{
background-color: #E0A302;
}
.BgClassName
{
background-color: #E0A302;
}
</style>
border-color css
<style>
span { border-color: #E0A302; }
span { border-color: rgb(224,163,2); }
td.TdClassName
{
border-color: #E0A302;
}
.TagClassName
{
border-color: #E0A302;
}
</style>