Shades of Gamboge #E0A20B
Tints of Gamboge #E0A20B
RGB
CMYK
RGB Variations
Color information
#E0A20B (or 0xE0A20B) is known color: Gamboge. HEX triplet: E0, A2 and 0B. RGB value is (224,162,11). Sum of RGB (Red+Green+Blue) = 224+162+11=397 (52% of max value = 765). Red value is 224 (87.89% from 255 or 56.42% from 397); Green value is 162 (63.67% from 255 or 40.81% from 397); Blue value is 11 (4.69% from 255 or 2.77% from 397); Max value from RGB is 224 - color contains mainly: red. Hex color #E0A20B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E0A20B is #1F5DF4. Grayscale: #A3A3A3. Windows color (decimal): -2055669 or 762592. OLE color: 762592.
HSL color Cylindrical-coordinate representation of color #E0A20B: hue angle of 42.54º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E0A20B is Cyan = 0, Magento = 0.28, Yellow = 0.95 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 162 | 11 | - |
| CMYK | 0 | 0.28 | 0.95 | 0.12 |
| HSL | 42.54º | 0.91% | 0.46% | - |
| HSV(B) | 42.54º | 0.95% | 0.88% | - |
| XYZ | 43.72 | 41.71 | 6.06 | - |
| YUV | 163.32 | 42.04 | 171.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 162 | 11 | 0 | 0.28 | 0.95 | 0.12 | 42.54 | 0.91 | 0.46 |
| Hex | E0 | A2 | B | 0 | 1C | 5F | C | 2B | 5B | 2E |
| Octal | 340 | 242 | 13 | 0 | 34 | 137 | 14 | 53 | 133 | 56 |
| Binary | 11100000 | 10100010 | 1011 | 0 | 11100 | 1011111 | 1100 | 101011 | 1011011 | 101110 |
Color Harmonies of #E0A20B
Complementary color
Monochromatic Colors of #E0A20B
Black with #E0A20B
Text Example
Text Example
White with #E0A20B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0A20B; }
p { color: rgb(224,162,11); }
H1.HeaderClassName
{
color: #E0A20B;
}
.AnyTagClassName
{
color: #E0A20B;
}
</style>
background-color css
<style>
a { background-color: #E0A20B; }
a { background-color: rgb(224,162,11); }
div.DivClassName
{
background-color: #E0A20B;
}
.BgClassName
{
background-color: #E0A20B;
}
</style>
border-color css
<style>
span { border-color: #E0A20B; }
span { border-color: rgb(224,162,11); }
td.TdClassName
{
border-color: #E0A20B;
}
.TagClassName
{
border-color: #E0A20B;
}
</style>