Shades of Gamboge #E08E10
Tints of Gamboge #E08E10
RGB
CMYK
RGB Variations
Color information
#E08E10 (or 0xE08E10) is known color: Gamboge. HEX triplet: E0, 8E and 10. RGB value is (224,142,16). Sum of RGB (Red+Green+Blue) = 224+142+16=382 (50% of max value = 765). Red value is 224 (87.89% from 255 or 58.64% from 382); Green value is 142 (55.86% from 255 or 37.17% from 382); Blue value is 16 (6.64% from 255 or 4.19% from 382); Max value from RGB is 224 - color contains mainly: red. Hex color #E08E10 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E08E10 is #1F71EF. Grayscale: #989898. Windows color (decimal): -2060784 or 1085152. OLE color: 1085152.
HSL color Cylindrical-coordinate representation of color #E08E10: hue angle of 36.35º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E08E10 is Cyan = 0, Magento = 0.37, Yellow = 0.93 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 142 | 16 | - |
| CMYK | 0 | 0.37 | 0.93 | 0.12 |
| HSL | 36.35º | 0.87% | 0.47% | - |
| HSV(B) | 36.35º | 0.93% | 0.88% | - |
| XYZ | 40.51 | 35.23 | 5.16 | - |
| YUV | 152.15 | 51.17 | 179.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 142 | 16 | 0 | 0.37 | 0.93 | 0.12 | 36.35 | 0.87 | 0.47 |
| Hex | E0 | 8E | 10 | 0 | 25 | 5D | C | 24 | 57 | 2F |
| Octal | 340 | 216 | 20 | 0 | 45 | 135 | 14 | 44 | 127 | 57 |
| Binary | 11100000 | 10001110 | 10000 | 0 | 100101 | 1011101 | 1100 | 100100 | 1010111 | 101111 |
Color Harmonies of #E08E10
Complementary color
Monochromatic Colors of #E08E10
Black with #E08E10
Text Example
Text Example
White with #E08E10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E08E10; }
p { color: rgb(224,142,16); }
H1.HeaderClassName
{
color: #E08E10;
}
.AnyTagClassName
{
color: #E08E10;
}
</style>
background-color css
<style>
a { background-color: #E08E10; }
a { background-color: rgb(224,142,16); }
div.DivClassName
{
background-color: #E08E10;
}
.BgClassName
{
background-color: #E08E10;
}
</style>
border-color css
<style>
span { border-color: #E08E10; }
span { border-color: rgb(224,142,16); }
td.TdClassName
{
border-color: #E08E10;
}
.TagClassName
{
border-color: #E08E10;
}
</style>