Shades of Gamboge #E58E08
Tints of Gamboge #E58E08
RGB
CMYK
RGB Variations
Color information
#E58E08 (or 0xE58E08) is known color: Gamboge. HEX triplet: E5, 8E and 08. RGB value is (229,142,8). Sum of RGB (Red+Green+Blue) = 229+142+8=379 (50% of max value = 765). Red value is 229 (89.84% from 255 or 60.42% from 379); Green value is 142 (55.86% from 255 or 37.47% from 379); Blue value is 8 (3.52% from 255 or 2.11% from 379); Max value from RGB is 229 - color contains mainly: red. Hex color #E58E08 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E58E08 is #1A71F7. Grayscale: #999999. Windows color (decimal): -1733112 or 560869. OLE color: 560869.
HSL color Cylindrical-coordinate representation of color #E58E08: hue angle of 36.38º 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 #E58E08 is Cyan = 0, Magento = 0.38, Yellow = 0.97 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 142 | 8 | - |
| CMYK | 0 | 0.38 | 0.97 | 0.10 |
| HSL | 36.38º | 0.93% | 0.46% | - |
| HSV(B) | 36.38º | 0.97% | 0.9% | - |
| XYZ | 42.03 | 36.02 | 4.97 | - |
| YUV | 152.74 | 46.32 | 182.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 142 | 8 | 0 | 0.38 | 0.97 | 0.10 | 36.38 | 0.93 | 0.46 |
| Hex | E5 | 8E | 8 | 0 | 26 | 61 | A | 24 | 5D | 2E |
| Octal | 345 | 216 | 10 | 0 | 46 | 141 | 12 | 44 | 135 | 56 |
| Binary | 11100101 | 10001110 | 1000 | 0 | 100110 | 1100001 | 1010 | 100100 | 1011101 | 101110 |
Color Harmonies of #E58E08
Complementary color
Monochromatic Colors of #E58E08
Black with #E58E08
Text Example
Text Example
White with #E58E08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E58E08; }
p { color: rgb(229,142,8); }
H1.HeaderClassName
{
color: #E58E08;
}
.AnyTagClassName
{
color: #E58E08;
}
</style>
background-color css
<style>
a { background-color: #E58E08; }
a { background-color: rgb(229,142,8); }
div.DivClassName
{
background-color: #E58E08;
}
.BgClassName
{
background-color: #E58E08;
}
</style>
border-color css
<style>
span { border-color: #E58E08; }
span { border-color: rgb(229,142,8); }
td.TdClassName
{
border-color: #E58E08;
}
.TagClassName
{
border-color: #E58E08;
}
</style>