Shades of Gamboge #E0A70C
Tints of Gamboge #E0A70C
RGB
CMYK
RGB Variations
Color information
#E0A70C (or 0xE0A70C) is known color: Gamboge. HEX triplet: E0, A7 and 0C. RGB value is (224,167,12). Sum of RGB (Red+Green+Blue) = 224+167+12=403 (53% of max value = 765). Red value is 224 (87.89% from 255 or 55.58% from 403); Green value is 167 (65.62% from 255 or 41.44% from 403); Blue value is 12 (5.08% from 255 or 2.98% from 403); Max value from RGB is 224 - color contains mainly: red. Hex color #E0A70C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E0A70C is #1F58F3. Grayscale: #A7A7A7. Windows color (decimal): -2054388 or 829408. OLE color: 829408.
HSL color Cylindrical-coordinate representation of color #E0A70C: hue angle of 43.87º degrees, saturation: 0.9, 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 #E0A70C is Cyan = 0, Magento = 0.25, Yellow = 0.95 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 167 | 12 | - |
| CMYK | 0 | 0.25 | 0.95 | 0.12 |
| HSL | 43.87º | 0.9% | 0.46% | - |
| HSV(B) | 43.87º | 0.95% | 0.88% | - |
| XYZ | 44.63 | 43.51 | 6.39 | - |
| YUV | 166.37 | 40.88 | 169.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 167 | 12 | 0 | 0.25 | 0.95 | 0.12 | 43.87 | 0.9 | 0.46 |
| Hex | E0 | A7 | C | 0 | 19 | 5F | C | 2C | 5A | 2E |
| Octal | 340 | 247 | 14 | 0 | 31 | 137 | 14 | 54 | 132 | 56 |
| Binary | 11100000 | 10100111 | 1100 | 0 | 11001 | 1011111 | 1100 | 101100 | 1011010 | 101110 |
Color Harmonies of #E0A70C
Complementary color
Monochromatic Colors of #E0A70C
Black with #E0A70C
Text Example
Text Example
White with #E0A70C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0A70C; }
p { color: rgb(224,167,12); }
H1.HeaderClassName
{
color: #E0A70C;
}
.AnyTagClassName
{
color: #E0A70C;
}
</style>
background-color css
<style>
a { background-color: #E0A70C; }
a { background-color: rgb(224,167,12); }
div.DivClassName
{
background-color: #E0A70C;
}
.BgClassName
{
background-color: #E0A70C;
}
</style>
border-color css
<style>
span { border-color: #E0A70C; }
span { border-color: rgb(224,167,12); }
td.TdClassName
{
border-color: #E0A70C;
}
.TagClassName
{
border-color: #E0A70C;
}
</style>