Shades of Gamboge #E08D0E
Tints of Gamboge #E08D0E
RGB
CMYK
RGB Variations
Color information
#E08D0E (or 0xE08D0E) is known color: Gamboge. HEX triplet: E0, 8D and 0E. RGB value is (224,141,14). Sum of RGB (Red+Green+Blue) = 224+141+14=379 (50% of max value = 765). Red value is 224 (87.89% from 255 or 59.10% from 379); Green value is 141 (55.47% from 255 or 37.20% from 379); Blue value is 14 (5.86% from 255 or 3.69% from 379); Max value from RGB is 224 - color contains mainly: red. Hex color #E08D0E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E08D0E is #1F72F1. Grayscale: #979797. Windows color (decimal): -2061042 or 953824. OLE color: 953824.
HSL color Cylindrical-coordinate representation of color #E08D0E: hue angle of 36.29º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E08D0E is Cyan = 0, Magento = 0.37, Yellow = 0.94 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 141 | 14 | - |
| CMYK | 0 | 0.37 | 0.94 | 0.12 |
| HSL | 36.29º | 0.88% | 0.47% | - |
| HSV(B) | 36.29º | 0.94% | 0.88% | - |
| XYZ | 40.34 | 34.93 | 5.03 | - |
| YUV | 151.34 | 50.5 | 179.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 141 | 14 | 0 | 0.37 | 0.94 | 0.12 | 36.29 | 0.88 | 0.47 |
| Hex | E0 | 8D | E | 0 | 25 | 5E | C | 24 | 58 | 2F |
| Octal | 340 | 215 | 16 | 0 | 45 | 136 | 14 | 44 | 130 | 57 |
| Binary | 11100000 | 10001101 | 1110 | 0 | 100101 | 1011110 | 1100 | 100100 | 1011000 | 101111 |
Color Harmonies of #E08D0E
Complementary color
Monochromatic Colors of #E08D0E
Black with #E08D0E
Text Example
Text Example
White with #E08D0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E08D0E; }
p { color: rgb(224,141,14); }
H1.HeaderClassName
{
color: #E08D0E;
}
.AnyTagClassName
{
color: #E08D0E;
}
</style>
background-color css
<style>
a { background-color: #E08D0E; }
a { background-color: rgb(224,141,14); }
div.DivClassName
{
background-color: #E08D0E;
}
.BgClassName
{
background-color: #E08D0E;
}
</style>
border-color css
<style>
span { border-color: #E08D0E; }
span { border-color: rgb(224,141,14); }
td.TdClassName
{
border-color: #E08D0E;
}
.TagClassName
{
border-color: #E08D0E;
}
</style>