Shades of Gamboge #E58D08
Tints of Gamboge #E58D08
RGB
CMYK
RGB Variations
Color information
#E58D08 (or 0xE58D08) is known color: Gamboge. HEX triplet: E5, 8D and 08. RGB value is (229,141,8). Sum of RGB (Red+Green+Blue) = 229+141+8=378 (50% of max value = 765). Red value is 229 (89.84% from 255 or 60.58% from 378); Green value is 141 (55.47% from 255 or 37.30% from 378); Blue value is 8 (3.52% from 255 or 2.12% from 378); Max value from RGB is 229 - color contains mainly: red. Hex color #E58D08 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E58D08 is #1A72F7. Grayscale: #989898. Windows color (decimal): -1733368 or 560613. OLE color: 560613.
HSL color Cylindrical-coordinate representation of color #E58D08: hue angle of 36.11º degrees, saturation: 0.93, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E58D08 is Cyan = 0, Magento = 0.38, Yellow = 0.97 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 141 | 8 | - |
| CMYK | 0 | 0.38 | 0.97 | 0.10 |
| HSL | 36.11º | 0.93% | 0.46% | - |
| HSV(B) | 36.11º | 0.97% | 0.9% | - |
| XYZ | 41.88 | 35.73 | 4.92 | - |
| YUV | 152.15 | 46.65 | 182.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 141 | 8 | 0 | 0.38 | 0.97 | 0.10 | 36.11 | 0.93 | 0.46 |
| Hex | E5 | 8D | 8 | 0 | 26 | 61 | A | 24 | 5D | 2E |
| Octal | 345 | 215 | 10 | 0 | 46 | 141 | 12 | 44 | 135 | 56 |
| Binary | 11100101 | 10001101 | 1000 | 0 | 100110 | 1100001 | 1010 | 100100 | 1011101 | 101110 |
Color Harmonies of #E58D08
Complementary color
Monochromatic Colors of #E58D08
Black with #E58D08
Text Example
Text Example
White with #E58D08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E58D08; }
p { color: rgb(229,141,8); }
H1.HeaderClassName
{
color: #E58D08;
}
.AnyTagClassName
{
color: #E58D08;
}
</style>
background-color css
<style>
a { background-color: #E58D08; }
a { background-color: rgb(229,141,8); }
div.DivClassName
{
background-color: #E58D08;
}
.BgClassName
{
background-color: #E58D08;
}
</style>
border-color css
<style>
span { border-color: #E58D08; }
span { border-color: rgb(229,141,8); }
td.TdClassName
{
border-color: #E58D08;
}
.TagClassName
{
border-color: #E58D08;
}
</style>