Shades of Gamboge #E0AB07
Tints of Gamboge #E0AB07
RGB
CMYK
RGB Variations
Color information
#E0AB07 (or 0xE0AB07) is known color: Gamboge. HEX triplet: E0, AB and 07. RGB value is (224,171,7). Sum of RGB (Red+Green+Blue) = 224+171+7=402 (53% of max value = 765). Red value is 224 (87.89% from 255 or 55.72% from 402); Green value is 171 (67.19% from 255 or 42.54% from 402); Blue value is 7 (3.12% from 255 or 1.74% from 402); Max value from RGB is 224 - color contains mainly: red. Hex color #E0AB07 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E0AB07 is #1F54F8. Grayscale: #A8A8A8. Windows color (decimal): -2053369 or 502752. OLE color: 502752.
HSL color Cylindrical-coordinate representation of color #E0AB07: hue angle of 45.35º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E0AB07 is Cyan = 0, Magento = 0.24, Yellow = 0.97 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 171 | 7 | - |
| CMYK | 0 | 0.24 | 0.97 | 0.12 |
| HSL | 45.35º | 0.94% | 0.45% | - |
| HSV(B) | 45.35º | 0.97% | 0.88% | - |
| XYZ | 45.34 | 44.99 | 6.49 | - |
| YUV | 168.15 | 37.06 | 167.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 171 | 7 | 0 | 0.24 | 0.97 | 0.12 | 45.35 | 0.94 | 0.45 |
| Hex | E0 | AB | 7 | 0 | 18 | 61 | C | 2D | 5E | 2D |
| Octal | 340 | 253 | 7 | 0 | 30 | 141 | 14 | 55 | 136 | 55 |
| Binary | 11100000 | 10101011 | 111 | 0 | 11000 | 1100001 | 1100 | 101101 | 1011110 | 101101 |
Color Harmonies of #E0AB07
Complementary color
Monochromatic Colors of #E0AB07
Black with #E0AB07
Text Example
Text Example
White with #E0AB07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0AB07; }
p { color: rgb(224,171,7); }
H1.HeaderClassName
{
color: #E0AB07;
}
.AnyTagClassName
{
color: #E0AB07;
}
</style>
background-color css
<style>
a { background-color: #E0AB07; }
a { background-color: rgb(224,171,7); }
div.DivClassName
{
background-color: #E0AB07;
}
.BgClassName
{
background-color: #E0AB07;
}
</style>
border-color css
<style>
span { border-color: #E0AB07; }
span { border-color: rgb(224,171,7); }
td.TdClassName
{
border-color: #E0AB07;
}
.TagClassName
{
border-color: #E0AB07;
}
</style>