Shades of Gamboge #E08B0A
Tints of Gamboge #E08B0A
RGB
CMYK
RGB Variations
Color information
#E08B0A (or 0xE08B0A) is known color: Gamboge. HEX triplet: E0, 8B and 0A. RGB value is (224,139,10). Sum of RGB (Red+Green+Blue) = 224+139+10=373 (49% of max value = 765). Red value is 224 (87.89% from 255 or 60.05% from 373); Green value is 139 (54.69% from 255 or 37.27% from 373); Blue value is 10 (4.30% from 255 or 2.68% from 373); Max value from RGB is 224 - color contains mainly: red. Hex color #E08B0A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E08B0A is #1F74F5. Grayscale: #969696. Windows color (decimal): -2061558 or 691168. OLE color: 691168.
HSL color Cylindrical-coordinate representation of color #E08B0A: hue angle of 36.17º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E08B0A is Cyan = 0, Magento = 0.38, Yellow = 0.96 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 139 | 10 | - |
| CMYK | 0 | 0.38 | 0.96 | 0.12 |
| HSL | 36.17º | 0.91% | 0.46% | - |
| HSV(B) | 36.17º | 0.96% | 0.88% | - |
| XYZ | 40.03 | 34.33 | 4.8 | - |
| YUV | 149.71 | 49.16 | 180.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 139 | 10 | 0 | 0.38 | 0.96 | 0.12 | 36.17 | 0.91 | 0.46 |
| Hex | E0 | 8B | A | 0 | 26 | 60 | C | 24 | 5B | 2E |
| Octal | 340 | 213 | 12 | 0 | 46 | 140 | 14 | 44 | 133 | 56 |
| Binary | 11100000 | 10001011 | 1010 | 0 | 100110 | 1100000 | 1100 | 100100 | 1011011 | 101110 |
Color Harmonies of #E08B0A
Complementary color
Monochromatic Colors of #E08B0A
Black with #E08B0A
Text Example
Text Example
White with #E08B0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E08B0A; }
p { color: rgb(224,139,10); }
H1.HeaderClassName
{
color: #E08B0A;
}
.AnyTagClassName
{
color: #E08B0A;
}
</style>
background-color css
<style>
a { background-color: #E08B0A; }
a { background-color: rgb(224,139,10); }
div.DivClassName
{
background-color: #E08B0A;
}
.BgClassName
{
background-color: #E08B0A;
}
</style>
border-color css
<style>
span { border-color: #E08B0A; }
span { border-color: rgb(224,139,10); }
td.TdClassName
{
border-color: #E08B0A;
}
.TagClassName
{
border-color: #E08B0A;
}
</style>