Shades of Gamboge #E18F12
Tints of Gamboge #E18F12
RGB
CMYK
RGB Variations
Color information
#E18F12 (or 0xE18F12) is known color: Gamboge. HEX triplet: E1, 8F and 12. RGB value is (225,143,18). Sum of RGB (Red+Green+Blue) = 225+143+18=386 (51% of max value = 765). Red value is 225 (88.28% from 255 or 58.29% from 386); Green value is 143 (56.25% from 255 or 37.05% from 386); Blue value is 18 (7.42% from 255 or 4.66% from 386); Max value from RGB is 225 - color contains mainly: red. Hex color #E18F12 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E18F12 is #1E70ED. Grayscale: #999999. Windows color (decimal): -1994990 or 1216481. OLE color: 1216481.
HSL color Cylindrical-coordinate representation of color #E18F12: hue angle of 36.23º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E18F12 is Cyan = 0, Magento = 0.36, Yellow = 0.92 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 143 | 18 | - |
| CMYK | 0 | 0.36 | 0.92 | 0.12 |
| HSL | 36.23º | 0.85% | 0.48% | - |
| HSV(B) | 36.23º | 0.92% | 0.88% | - |
| XYZ | 40.98 | 35.7 | 5.3 | - |
| YUV | 153.27 | 51.67 | 179.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 143 | 18 | 0 | 0.36 | 0.92 | 0.12 | 36.23 | 0.85 | 0.48 |
| Hex | E1 | 8F | 12 | 0 | 24 | 5C | C | 24 | 55 | 30 |
| Octal | 341 | 217 | 22 | 0 | 44 | 134 | 14 | 44 | 125 | 60 |
| Binary | 11100001 | 10001111 | 10010 | 0 | 100100 | 1011100 | 1100 | 100100 | 1010101 | 110000 |
Color Harmonies of #E18F12
Complementary color
Monochromatic Colors of #E18F12
Black with #E18F12
Text Example
Text Example
White with #E18F12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E18F12; }
p { color: rgb(225,143,18); }
H1.HeaderClassName
{
color: #E18F12;
}
.AnyTagClassName
{
color: #E18F12;
}
</style>
background-color css
<style>
a { background-color: #E18F12; }
a { background-color: rgb(225,143,18); }
div.DivClassName
{
background-color: #E18F12;
}
.BgClassName
{
background-color: #E18F12;
}
</style>
border-color css
<style>
span { border-color: #E18F12; }
span { border-color: rgb(225,143,18); }
td.TdClassName
{
border-color: #E18F12;
}
.TagClassName
{
border-color: #E18F12;
}
</style>