Shades of Gamboge #E18D05
Tints of Gamboge #E18D05
RGB
CMYK
RGB Variations
Color information
#E18D05 (or 0xE18D05) is known color: Gamboge. HEX triplet: E1, 8D and 05. RGB value is (225,141,5). Sum of RGB (Red+Green+Blue) = 225+141+5=371 (49% of max value = 765). Red value is 225 (88.28% from 255 or 60.65% from 371); Green value is 141 (55.47% from 255 or 38.01% from 371); Blue value is 5 (2.34% from 255 or 1.35% from 371); Max value from RGB is 225 - color contains mainly: red. Hex color #E18D05 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E18D05 is #1E72FA. Grayscale: #979797. Windows color (decimal): -1995515 or 364001. OLE color: 364001.
HSL color Cylindrical-coordinate representation of color #E18D05: hue angle of 37.09º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E18D05 is Cyan = 0, Magento = 0.37, Yellow = 0.98 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 141 | 5 | - |
| CMYK | 0 | 0.37 | 0.98 | 0.12 |
| HSL | 37.09º | 0.96% | 0.45% | - |
| HSV(B) | 37.09º | 0.98% | 0.88% | - |
| XYZ | 40.6 | 35.07 | 4.77 | - |
| YUV | 150.61 | 45.83 | 181.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 141 | 5 | 0 | 0.37 | 0.98 | 0.12 | 37.09 | 0.96 | 0.45 |
| Hex | E1 | 8D | 5 | 0 | 25 | 62 | C | 25 | 60 | 2D |
| Octal | 341 | 215 | 5 | 0 | 45 | 142 | 14 | 45 | 140 | 55 |
| Binary | 11100001 | 10001101 | 101 | 0 | 100101 | 1100010 | 1100 | 100101 | 1100000 | 101101 |
Color Harmonies of #E18D05
Complementary color
Monochromatic Colors of #E18D05
Black with #E18D05
Text Example
Text Example
White with #E18D05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E18D05; }
p { color: rgb(225,141,5); }
H1.HeaderClassName
{
color: #E18D05;
}
.AnyTagClassName
{
color: #E18D05;
}
</style>
background-color css
<style>
a { background-color: #E18D05; }
a { background-color: rgb(225,141,5); }
div.DivClassName
{
background-color: #E18D05;
}
.BgClassName
{
background-color: #E18D05;
}
</style>
border-color css
<style>
span { border-color: #E18D05; }
span { border-color: rgb(225,141,5); }
td.TdClassName
{
border-color: #E18D05;
}
.TagClassName
{
border-color: #E18D05;
}
</style>