Shades of Gamboge #E18F13
Tints of Gamboge #E18F13
RGB
CMYK
RGB Variations
Color information
#E18F13 (or 0xE18F13) is known color: Gamboge. HEX triplet: E1, 8F and 13. RGB value is (225,143,19). Sum of RGB (Red+Green+Blue) = 225+143+19=387 (51% of max value = 765). Red value is 225 (88.28% from 255 or 58.14% from 387); Green value is 143 (56.25% from 255 or 36.95% from 387); Blue value is 19 (7.81% from 255 or 4.91% from 387); Max value from RGB is 225 - color contains mainly: red. Hex color #E18F13 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E18F13 is #1E70EC. Grayscale: #999999. Windows color (decimal): -1994989 or 1282017. OLE color: 1282017.
HSL color Cylindrical-coordinate representation of color #E18F13: hue angle of 36.12º degrees, saturation: 0.84, 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 #E18F13 is Cyan = 0, Magento = 0.36, Yellow = 0.92 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 143 | 19 | - |
| CMYK | 0 | 0.36 | 0.92 | 0.12 |
| HSL | 36.12º | 0.84% | 0.48% | - |
| HSV(B) | 36.12º | 0.92% | 0.88% | - |
| XYZ | 40.99 | 35.7 | 5.35 | - |
| YUV | 153.38 | 52.17 | 179.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 143 | 19 | 0 | 0.36 | 0.92 | 0.12 | 36.12 | 0.84 | 0.48 |
| Hex | E1 | 8F | 13 | 0 | 24 | 5C | C | 24 | 54 | 30 |
| Octal | 341 | 217 | 23 | 0 | 44 | 134 | 14 | 44 | 124 | 60 |
| Binary | 11100001 | 10001111 | 10011 | 0 | 100100 | 1011100 | 1100 | 100100 | 1010100 | 110000 |
Color Harmonies of #E18F13
Complementary color
Monochromatic Colors of #E18F13
Black with #E18F13
Text Example
Text Example
White with #E18F13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E18F13; }
p { color: rgb(225,143,19); }
H1.HeaderClassName
{
color: #E18F13;
}
.AnyTagClassName
{
color: #E18F13;
}
</style>
background-color css
<style>
a { background-color: #E18F13; }
a { background-color: rgb(225,143,19); }
div.DivClassName
{
background-color: #E18F13;
}
.BgClassName
{
background-color: #E18F13;
}
</style>
border-color css
<style>
span { border-color: #E18F13; }
span { border-color: rgb(225,143,19); }
td.TdClassName
{
border-color: #E18F13;
}
.TagClassName
{
border-color: #E18F13;
}
</style>