Shades of Gamboge #E58E05
Tints of Gamboge #E58E05
RGB
CMYK
RGB Variations
Color information
#E58E05 (or 0xE58E05) is known color: Gamboge. HEX triplet: E5, 8E and 05. RGB value is (229,142,5). Sum of RGB (Red+Green+Blue) = 229+142+5=376 (49% of max value = 765). Red value is 229 (89.84% from 255 or 60.90% from 376); Green value is 142 (55.86% from 255 or 37.77% from 376); Blue value is 5 (2.34% from 255 or 1.33% from 376); Max value from RGB is 229 - color contains mainly: red. Hex color #E58E05 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E58E05 is #1A71FA. Grayscale: #999999. Windows color (decimal): -1733115 or 364261. OLE color: 364261.
HSL color Cylindrical-coordinate representation of color #E58E05: hue angle of 36.7º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E58E05 is Cyan = 0, Magento = 0.38, Yellow = 0.98 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 142 | 5 | - |
| CMYK | 0 | 0.38 | 0.98 | 0.10 |
| HSL | 36.7º | 0.96% | 0.46% | - |
| HSV(B) | 36.7º | 0.98% | 0.9% | - |
| XYZ | 42.01 | 36.01 | 4.88 | - |
| YUV | 152.4 | 44.82 | 182.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 142 | 5 | 0 | 0.38 | 0.98 | 0.10 | 36.7 | 0.96 | 0.46 |
| Hex | E5 | 8E | 5 | 0 | 26 | 62 | A | 25 | 60 | 2E |
| Octal | 345 | 216 | 5 | 0 | 46 | 142 | 12 | 45 | 140 | 56 |
| Binary | 11100101 | 10001110 | 101 | 0 | 100110 | 1100010 | 1010 | 100101 | 1100000 | 101110 |
Color Harmonies of #E58E05
Complementary color
Monochromatic Colors of #E58E05
Black with #E58E05
Text Example
Text Example
White with #E58E05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E58E05; }
p { color: rgb(229,142,5); }
H1.HeaderClassName
{
color: #E58E05;
}
.AnyTagClassName
{
color: #E58E05;
}
</style>
background-color css
<style>
a { background-color: #E58E05; }
a { background-color: rgb(229,142,5); }
div.DivClassName
{
background-color: #E58E05;
}
.BgClassName
{
background-color: #E58E05;
}
</style>
border-color css
<style>
span { border-color: #E58E05; }
span { border-color: rgb(229,142,5); }
td.TdClassName
{
border-color: #E58E05;
}
.TagClassName
{
border-color: #E58E05;
}
</style>