Shades of Gamboge #E08C0A
Tints of Gamboge #E08C0A
RGB
CMYK
RGB Variations
Color information
#E08C0A (or 0xE08C0A) is known color: Gamboge. HEX triplet: E0, 8C and 0A. RGB value is (224,140,10). Sum of RGB (Red+Green+Blue) = 224+140+10=374 (49% of max value = 765). Red value is 224 (87.89% from 255 or 59.89% from 374); Green value is 140 (55.08% from 255 or 37.43% from 374); Blue value is 10 (4.30% from 255 or 2.67% from 374); Max value from RGB is 224 - color contains mainly: red. Hex color #E08C0A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E08C0A is #1F73F5. Grayscale: #969696. Windows color (decimal): -2061302 or 691424. OLE color: 691424.
HSL color Cylindrical-coordinate representation of color #E08C0A: hue angle of 36.45º 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 #E08C0A is Cyan = 0, Magento = 0.38, Yellow = 0.96 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 140 | 10 | - |
| CMYK | 0 | 0.38 | 0.96 | 0.12 |
| HSL | 36.45º | 0.91% | 0.46% | - |
| HSV(B) | 36.45º | 0.96% | 0.88% | - |
| XYZ | 40.17 | 34.63 | 4.85 | - |
| YUV | 150.3 | 48.83 | 180.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 140 | 10 | 0 | 0.38 | 0.96 | 0.12 | 36.45 | 0.91 | 0.46 |
| Hex | E0 | 8C | A | 0 | 26 | 60 | C | 24 | 5B | 2E |
| Octal | 340 | 214 | 12 | 0 | 46 | 140 | 14 | 44 | 133 | 56 |
| Binary | 11100000 | 10001100 | 1010 | 0 | 100110 | 1100000 | 1100 | 100100 | 1011011 | 101110 |
Color Harmonies of #E08C0A
Complementary color
Monochromatic Colors of #E08C0A
Black with #E08C0A
Text Example
Text Example
White with #E08C0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E08C0A; }
p { color: rgb(224,140,10); }
H1.HeaderClassName
{
color: #E08C0A;
}
.AnyTagClassName
{
color: #E08C0A;
}
</style>
background-color css
<style>
a { background-color: #E08C0A; }
a { background-color: rgb(224,140,10); }
div.DivClassName
{
background-color: #E08C0A;
}
.BgClassName
{
background-color: #E08C0A;
}
</style>
border-color css
<style>
span { border-color: #E08C0A; }
span { border-color: rgb(224,140,10); }
td.TdClassName
{
border-color: #E08C0A;
}
.TagClassName
{
border-color: #E08C0A;
}
</style>