Shades of Gamboge #E18F0D
Tints of Gamboge #E18F0D
RGB
CMYK
RGB Variations
Color information
#E18F0D (or 0xE18F0D) is known color: Gamboge. HEX triplet: E1, 8F and 0D. RGB value is (225,143,13). Sum of RGB (Red+Green+Blue) = 225+143+13=381 (50% of max value = 765). Red value is 225 (88.28% from 255 or 59.06% from 381); Green value is 143 (56.25% from 255 or 37.53% from 381); Blue value is 13 (5.47% from 255 or 3.41% from 381); Max value from RGB is 225 - color contains mainly: red. Hex color #E18F0D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E18F0D is #1E70F2. Grayscale: #999999. Windows color (decimal): -1994995 or 888801. OLE color: 888801.
HSL color Cylindrical-coordinate representation of color #E18F0D: hue angle of 36.79º degrees, saturation: 0.89, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E18F0D is Cyan = 0, Magento = 0.36, Yellow = 0.94 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 143 | 13 | - |
| CMYK | 0 | 0.36 | 0.94 | 0.12 |
| HSL | 36.79º | 0.89% | 0.47% | - |
| HSV(B) | 36.79º | 0.94% | 0.88% | - |
| XYZ | 40.95 | 35.68 | 5.11 | - |
| YUV | 152.7 | 49.17 | 179.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 143 | 13 | 0 | 0.36 | 0.94 | 0.12 | 36.79 | 0.89 | 0.47 |
| Hex | E1 | 8F | D | 0 | 24 | 5E | C | 25 | 59 | 2F |
| Octal | 341 | 217 | 15 | 0 | 44 | 136 | 14 | 45 | 131 | 57 |
| Binary | 11100001 | 10001111 | 1101 | 0 | 100100 | 1011110 | 1100 | 100101 | 1011001 | 101111 |
Color Harmonies of #E18F0D
Complementary color
Monochromatic Colors of #E18F0D
Black with #E18F0D
Text Example
Text Example
White with #E18F0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E18F0D; }
p { color: rgb(225,143,13); }
H1.HeaderClassName
{
color: #E18F0D;
}
.AnyTagClassName
{
color: #E18F0D;
}
</style>
background-color css
<style>
a { background-color: #E18F0D; }
a { background-color: rgb(225,143,13); }
div.DivClassName
{
background-color: #E18F0D;
}
.BgClassName
{
background-color: #E18F0D;
}
</style>
border-color css
<style>
span { border-color: #E18F0D; }
span { border-color: rgb(225,143,13); }
td.TdClassName
{
border-color: #E18F0D;
}
.TagClassName
{
border-color: #E18F0D;
}
</style>