Shades of Gamboge #E18D0B
Tints of Gamboge #E18D0B
RGB
CMYK
RGB Variations
Color information
#E18D0B (or 0xE18D0B) is known color: Gamboge. HEX triplet: E1, 8D and 0B. RGB value is (225,141,11). Sum of RGB (Red+Green+Blue) = 225+141+11=377 (49% of max value = 765). Red value is 225 (88.28% from 255 or 59.68% from 377); Green value is 141 (55.47% from 255 or 37.40% from 377); Blue value is 11 (4.69% from 255 or 2.92% from 377); Max value from RGB is 225 - color contains mainly: red. Hex color #E18D0B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E18D0B is #1E72F4. Grayscale: #979797. Windows color (decimal): -1995509 or 757217. OLE color: 757217.
HSL color Cylindrical-coordinate representation of color #E18D0B: hue angle of 36.45º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E18D0B is Cyan = 0, Magento = 0.37, Yellow = 0.95 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 141 | 11 | - |
| CMYK | 0 | 0.37 | 0.95 | 0.12 |
| HSL | 36.45º | 0.91% | 0.46% | - |
| HSV(B) | 36.45º | 0.95% | 0.88% | - |
| XYZ | 40.64 | 35.08 | 4.95 | - |
| YUV | 151.3 | 48.83 | 180.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 141 | 11 | 0 | 0.37 | 0.95 | 0.12 | 36.45 | 0.91 | 0.46 |
| Hex | E1 | 8D | B | 0 | 25 | 5F | C | 24 | 5B | 2E |
| Octal | 341 | 215 | 13 | 0 | 45 | 137 | 14 | 44 | 133 | 56 |
| Binary | 11100001 | 10001101 | 1011 | 0 | 100101 | 1011111 | 1100 | 100100 | 1011011 | 101110 |
Color Harmonies of #E18D0B
Complementary color
Monochromatic Colors of #E18D0B
Black with #E18D0B
Text Example
Text Example
White with #E18D0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E18D0B; }
p { color: rgb(225,141,11); }
H1.HeaderClassName
{
color: #E18D0B;
}
.AnyTagClassName
{
color: #E18D0B;
}
</style>
background-color css
<style>
a { background-color: #E18D0B; }
a { background-color: rgb(225,141,11); }
div.DivClassName
{
background-color: #E18D0B;
}
.BgClassName
{
background-color: #E18D0B;
}
</style>
border-color css
<style>
span { border-color: #E18D0B; }
span { border-color: rgb(225,141,11); }
td.TdClassName
{
border-color: #E18D0B;
}
.TagClassName
{
border-color: #E18D0B;
}
</style>