Shades of Gamboge #E18F11
Tints of Gamboge #E18F11
RGB
CMYK
RGB Variations
Color information
#E18F11 (or 0xE18F11) is known color: Gamboge. HEX triplet: E1, 8F and 11. RGB value is (225,143,17). Sum of RGB (Red+Green+Blue) = 225+143+17=385 (50% of max value = 765). Red value is 225 (88.28% from 255 or 58.44% from 385); Green value is 143 (56.25% from 255 or 37.14% from 385); Blue value is 17 (7.03% from 255 or 4.42% from 385); Max value from RGB is 225 - color contains mainly: red. Hex color #E18F11 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E18F11 is #1E70EE. Grayscale: #999999. Windows color (decimal): -1994991 or 1150945. OLE color: 1150945.
HSL color Cylindrical-coordinate representation of color #E18F11: hue angle of 36.35º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E18F11 is Cyan = 0, Magento = 0.36, Yellow = 0.92 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 143 | 17 | - |
| CMYK | 0 | 0.36 | 0.92 | 0.12 |
| HSL | 36.35º | 0.86% | 0.47% | - |
| HSV(B) | 36.35º | 0.92% | 0.88% | - |
| XYZ | 40.97 | 35.69 | 5.26 | - |
| YUV | 153.15 | 51.17 | 179.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 143 | 17 | 0 | 0.36 | 0.92 | 0.12 | 36.35 | 0.86 | 0.47 |
| Hex | E1 | 8F | 11 | 0 | 24 | 5C | C | 24 | 56 | 2F |
| Octal | 341 | 217 | 21 | 0 | 44 | 134 | 14 | 44 | 126 | 57 |
| Binary | 11100001 | 10001111 | 10001 | 0 | 100100 | 1011100 | 1100 | 100100 | 1010110 | 101111 |
Color Harmonies of #E18F11
Complementary color
Monochromatic Colors of #E18F11
Black with #E18F11
Text Example
Text Example
White with #E18F11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E18F11; }
p { color: rgb(225,143,17); }
H1.HeaderClassName
{
color: #E18F11;
}
.AnyTagClassName
{
color: #E18F11;
}
</style>
background-color css
<style>
a { background-color: #E18F11; }
a { background-color: rgb(225,143,17); }
div.DivClassName
{
background-color: #E18F11;
}
.BgClassName
{
background-color: #E18F11;
}
</style>
border-color css
<style>
span { border-color: #E18F11; }
span { border-color: rgb(225,143,17); }
td.TdClassName
{
border-color: #E18F11;
}
.TagClassName
{
border-color: #E18F11;
}
</style>