Shades of Gamboge #E18E00
Tints of Gamboge #E18E00
RGB
CMYK
RGB Variations
Color information
#E18E00 (or 0xE18E00) is known color: Gamboge. HEX triplet: E1, 8E and 00. RGB value is (225,142,0). Sum of RGB (Red+Green+Blue) = 225+142+0=367 (48% of max value = 765). Red value is 225 (88.28% from 255 or 61.31% from 367); Green value is 142 (55.86% from 255 or 38.69% from 367); Blue value is 0 (0.39% from 255 or 0% from 367); Max value from RGB is 225 - color contains mainly: red. Hex color #E18E00 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E18E00 is #1E71FF. Grayscale: #979797. Windows color (decimal): -1995264 or 36577. OLE color: 36577.
HSL color Cylindrical-coordinate representation of color #E18E00: hue angle of 37.87º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E18E00 is Cyan = 0, Magento = 0.37, Yellow = 1 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 142 | 0 | - |
| CMYK | 0 | 0.37 | 1 | 0.12 |
| HSL | 37.87º | 1% | 0.44% | - |
| HSV(B) | 37.87º | 1% | 0.88% | - |
| XYZ | 40.72 | 35.35 | 4.68 | - |
| YUV | 150.63 | 43 | 181.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 142 | 0 | 0 | 0.37 | 1 | 0.12 | 37.87 | 1 | 0.44 |
| Hex | E1 | 8E | 0 | 0 | 25 | 64 | C | 26 | 64 | 2C |
| Octal | 341 | 216 | 0 | 0 | 45 | 144 | 14 | 46 | 144 | 54 |
| Binary | 11100001 | 10001110 | 0 | 0 | 100101 | 1100100 | 1100 | 100110 | 1100100 | 101100 |
Color Harmonies of #E18E00
Complementary color
Monochromatic Colors of #E18E00
Black with #E18E00
Text Example
Text Example
White with #E18E00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E18E00; }
p { color: rgb(225,142,0); }
H1.HeaderClassName
{
color: #E18E00;
}
.AnyTagClassName
{
color: #E18E00;
}
</style>
background-color css
<style>
a { background-color: #E18E00; }
a { background-color: rgb(225,142,0); }
div.DivClassName
{
background-color: #E18E00;
}
.BgClassName
{
background-color: #E18E00;
}
</style>
border-color css
<style>
span { border-color: #E18E00; }
span { border-color: rgb(225,142,0); }
td.TdClassName
{
border-color: #E18E00;
}
.TagClassName
{
border-color: #E18E00;
}
</style>