Shades of Gamboge #E18C0E
Tints of Gamboge #E18C0E
RGB
CMYK
RGB Variations
Color information
#E18C0E (or 0xE18C0E) is known color: Gamboge. HEX triplet: E1, 8C and 0E. RGB value is (225,140,14). Sum of RGB (Red+Green+Blue) = 225+140+14=379 (50% of max value = 765). Red value is 225 (88.28% from 255 or 59.37% from 379); Green value is 140 (55.08% from 255 or 36.94% from 379); Blue value is 14 (5.86% from 255 or 3.69% from 379); Max value from RGB is 225 - color contains mainly: red. Hex color #E18C0E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E18C0E is #1E73F1. Grayscale: #979797. Windows color (decimal): -1995762 or 953569. OLE color: 953569.
HSL color Cylindrical-coordinate representation of color #E18C0E: hue angle of 35.83º 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 #E18C0E is Cyan = 0, Magento = 0.38, Yellow = 0.94 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 140 | 14 | - |
| CMYK | 0 | 0.38 | 0.94 | 0.12 |
| HSL | 35.83º | 0.88% | 0.47% | - |
| HSV(B) | 35.83º | 0.94% | 0.88% | - |
| XYZ | 40.51 | 34.8 | 5 | - |
| YUV | 151.05 | 50.66 | 180.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 140 | 14 | 0 | 0.38 | 0.94 | 0.12 | 35.83 | 0.88 | 0.47 |
| Hex | E1 | 8C | E | 0 | 26 | 5E | C | 24 | 58 | 2F |
| Octal | 341 | 214 | 16 | 0 | 46 | 136 | 14 | 44 | 130 | 57 |
| Binary | 11100001 | 10001100 | 1110 | 0 | 100110 | 1011110 | 1100 | 100100 | 1011000 | 101111 |
Color Harmonies of #E18C0E
Complementary color
Monochromatic Colors of #E18C0E
Black with #E18C0E
Text Example
Text Example
White with #E18C0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E18C0E; }
p { color: rgb(225,140,14); }
H1.HeaderClassName
{
color: #E18C0E;
}
.AnyTagClassName
{
color: #E18C0E;
}
</style>
background-color css
<style>
a { background-color: #E18C0E; }
a { background-color: rgb(225,140,14); }
div.DivClassName
{
background-color: #E18C0E;
}
.BgClassName
{
background-color: #E18C0E;
}
</style>
border-color css
<style>
span { border-color: #E18C0E; }
span { border-color: rgb(225,140,14); }
td.TdClassName
{
border-color: #E18C0E;
}
.TagClassName
{
border-color: #E18C0E;
}
</style>