Shades of Gamboge #E18E14
Tints of Gamboge #E18E14
RGB
CMYK
RGB Variations
Color information
#E18E14 (or 0xE18E14) is known color: Gamboge. HEX triplet: E1, 8E and 14. RGB value is (225,142,20). Sum of RGB (Red+Green+Blue) = 225+142+20=387 (51% of max value = 765). Red value is 225 (88.28% from 255 or 58.14% from 387); Green value is 142 (55.86% from 255 or 36.69% from 387); Blue value is 20 (8.20% from 255 or 5.17% from 387); Max value from RGB is 225 - color contains mainly: red. Hex color #E18E14 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E18E14 is #1E71EB. Grayscale: #999999. Windows color (decimal): -1995244 or 1347297. OLE color: 1347297.
HSL color Cylindrical-coordinate representation of color #E18E14: hue angle of 35.71º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E18E14 is Cyan = 0, Magento = 0.37, Yellow = 0.91 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 142 | 20 | - |
| CMYK | 0 | 0.37 | 0.91 | 0.12 |
| HSL | 35.71º | 0.84% | 0.48% | - |
| HSV(B) | 35.71º | 0.91% | 0.88% | - |
| XYZ | 40.85 | 35.4 | 5.34 | - |
| YUV | 152.91 | 53 | 179.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 142 | 20 | 0 | 0.37 | 0.91 | 0.12 | 35.71 | 0.84 | 0.48 |
| Hex | E1 | 8E | 14 | 0 | 25 | 5B | C | 24 | 54 | 30 |
| Octal | 341 | 216 | 24 | 0 | 45 | 133 | 14 | 44 | 124 | 60 |
| Binary | 11100001 | 10001110 | 10100 | 0 | 100101 | 1011011 | 1100 | 100100 | 1010100 | 110000 |
Color Harmonies of #E18E14
Complementary color
Monochromatic Colors of #E18E14
Black with #E18E14
Text Example
Text Example
White with #E18E14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E18E14; }
p { color: rgb(225,142,20); }
H1.HeaderClassName
{
color: #E18E14;
}
.AnyTagClassName
{
color: #E18E14;
}
</style>
background-color css
<style>
a { background-color: #E18E14; }
a { background-color: rgb(225,142,20); }
div.DivClassName
{
background-color: #E18E14;
}
.BgClassName
{
background-color: #E18E14;
}
</style>
border-color css
<style>
span { border-color: #E18E14; }
span { border-color: rgb(225,142,20); }
td.TdClassName
{
border-color: #E18E14;
}
.TagClassName
{
border-color: #E18E14;
}
</style>