Shades of Gamboge #E18E06
Tints of Gamboge #E18E06
RGB
CMYK
RGB Variations
Color information
#E18E06 (or 0xE18E06) is known color: Gamboge. HEX triplet: E1, 8E and 06. RGB value is (225,142,6). Sum of RGB (Red+Green+Blue) = 225+142+6=373 (49% of max value = 765). Red value is 225 (88.28% from 255 or 60.32% from 373); Green value is 142 (55.86% from 255 or 38.07% from 373); Blue value is 6 (2.73% from 255 or 1.61% from 373); Max value from RGB is 225 - color contains mainly: red. Hex color #E18E06 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E18E06 is #1E71F9. Grayscale: #979797. Windows color (decimal): -1995258 or 429793. OLE color: 429793.
HSL color Cylindrical-coordinate representation of color #E18E06: hue angle of 37.26º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E18E06 is Cyan = 0, Magento = 0.37, Yellow = 0.97 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 142 | 6 | - |
| CMYK | 0 | 0.37 | 0.97 | 0.12 |
| HSL | 37.26º | 0.95% | 0.45% | - |
| HSV(B) | 37.26º | 0.97% | 0.88% | - |
| XYZ | 40.76 | 35.37 | 4.85 | - |
| YUV | 151.31 | 46 | 180.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 142 | 6 | 0 | 0.37 | 0.97 | 0.12 | 37.26 | 0.95 | 0.45 |
| Hex | E1 | 8E | 6 | 0 | 25 | 61 | C | 25 | 5F | 2D |
| Octal | 341 | 216 | 6 | 0 | 45 | 141 | 14 | 45 | 137 | 55 |
| Binary | 11100001 | 10001110 | 110 | 0 | 100101 | 1100001 | 1100 | 100101 | 1011111 | 101101 |
Color Harmonies of #E18E06
Complementary color
Monochromatic Colors of #E18E06
Black with #E18E06
Text Example
Text Example
White with #E18E06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E18E06; }
p { color: rgb(225,142,6); }
H1.HeaderClassName
{
color: #E18E06;
}
.AnyTagClassName
{
color: #E18E06;
}
</style>
background-color css
<style>
a { background-color: #E18E06; }
a { background-color: rgb(225,142,6); }
div.DivClassName
{
background-color: #E18E06;
}
.BgClassName
{
background-color: #E18E06;
}
</style>
border-color css
<style>
span { border-color: #E18E06; }
span { border-color: rgb(225,142,6); }
td.TdClassName
{
border-color: #E18E06;
}
.TagClassName
{
border-color: #E18E06;
}
</style>