Shades of Gamboge #E0A30B
Tints of Gamboge #E0A30B
RGB
CMYK
RGB Variations
Color information
#E0A30B (or 0xE0A30B) is known color: Gamboge. HEX triplet: E0, A3 and 0B. RGB value is (224,163,11). Sum of RGB (Red+Green+Blue) = 224+163+11=398 (52% of max value = 765). Red value is 224 (87.89% from 255 or 56.28% from 398); Green value is 163 (64.06% from 255 or 40.95% from 398); Blue value is 11 (4.69% from 255 or 2.76% from 398); Max value from RGB is 224 - color contains mainly: red. Hex color #E0A30B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E0A30B is #1F5CF4. Grayscale: #A4A4A4. Windows color (decimal): -2055413 or 762848. OLE color: 762848.
HSL color Cylindrical-coordinate representation of color #E0A30B: hue angle of 42.82º 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 #E0A30B is Cyan = 0, Magento = 0.27, Yellow = 0.95 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 163 | 11 | - |
| CMYK | 0 | 0.27 | 0.95 | 0.12 |
| HSL | 42.82º | 0.91% | 0.46% | - |
| HSV(B) | 42.82º | 0.95% | 0.88% | - |
| XYZ | 43.9 | 42.07 | 6.12 | - |
| YUV | 163.91 | 41.71 | 170.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 163 | 11 | 0 | 0.27 | 0.95 | 0.12 | 42.82 | 0.91 | 0.46 |
| Hex | E0 | A3 | B | 0 | 1B | 5F | C | 2B | 5B | 2E |
| Octal | 340 | 243 | 13 | 0 | 33 | 137 | 14 | 53 | 133 | 56 |
| Binary | 11100000 | 10100011 | 1011 | 0 | 11011 | 1011111 | 1100 | 101011 | 1011011 | 101110 |
Color Harmonies of #E0A30B
Complementary color
Monochromatic Colors of #E0A30B
Black with #E0A30B
Text Example
Text Example
White with #E0A30B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0A30B; }
p { color: rgb(224,163,11); }
H1.HeaderClassName
{
color: #E0A30B;
}
.AnyTagClassName
{
color: #E0A30B;
}
</style>
background-color css
<style>
a { background-color: #E0A30B; }
a { background-color: rgb(224,163,11); }
div.DivClassName
{
background-color: #E0A30B;
}
.BgClassName
{
background-color: #E0A30B;
}
</style>
border-color css
<style>
span { border-color: #E0A30B; }
span { border-color: rgb(224,163,11); }
td.TdClassName
{
border-color: #E0A30B;
}
.TagClassName
{
border-color: #E0A30B;
}
</style>