Shades of Gamboge #E18D0D
Tints of Gamboge #E18D0D
RGB
CMYK
RGB Variations
Color information
#E18D0D (or 0xE18D0D) is known color: Gamboge. HEX triplet: E1, 8D and 0D. RGB value is (225,141,13). Sum of RGB (Red+Green+Blue) = 225+141+13=379 (50% of max value = 765). Red value is 225 (88.28% from 255 or 59.37% from 379); Green value is 141 (55.47% from 255 or 37.20% from 379); Blue value is 13 (5.47% from 255 or 3.43% from 379); Max value from RGB is 225 - color contains mainly: red. Hex color #E18D0D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E18D0D is #1E72F2. Grayscale: #989898. Windows color (decimal): -1995507 or 888289. OLE color: 888289.
HSL color Cylindrical-coordinate representation of color #E18D0D: hue angle of 36.23º 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 #E18D0D is Cyan = 0, Magento = 0.37, Yellow = 0.94 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 141 | 13 | - |
| CMYK | 0 | 0.37 | 0.94 | 0.12 |
| HSL | 36.23º | 0.89% | 0.47% | - |
| HSV(B) | 36.23º | 0.94% | 0.88% | - |
| XYZ | 40.65 | 35.09 | 5.01 | - |
| YUV | 151.52 | 49.83 | 180.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 141 | 13 | 0 | 0.37 | 0.94 | 0.12 | 36.23 | 0.89 | 0.47 |
| Hex | E1 | 8D | D | 0 | 25 | 5E | C | 24 | 59 | 2F |
| Octal | 341 | 215 | 15 | 0 | 45 | 136 | 14 | 44 | 131 | 57 |
| Binary | 11100001 | 10001101 | 1101 | 0 | 100101 | 1011110 | 1100 | 100100 | 1011001 | 101111 |
Color Harmonies of #E18D0D
Complementary color
Monochromatic Colors of #E18D0D
Black with #E18D0D
Text Example
Text Example
White with #E18D0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E18D0D; }
p { color: rgb(225,141,13); }
H1.HeaderClassName
{
color: #E18D0D;
}
.AnyTagClassName
{
color: #E18D0D;
}
</style>
background-color css
<style>
a { background-color: #E18D0D; }
a { background-color: rgb(225,141,13); }
div.DivClassName
{
background-color: #E18D0D;
}
.BgClassName
{
background-color: #E18D0D;
}
</style>
border-color css
<style>
span { border-color: #E18D0D; }
span { border-color: rgb(225,141,13); }
td.TdClassName
{
border-color: #E18D0D;
}
.TagClassName
{
border-color: #E18D0D;
}
</style>