Shades of Gamboge #E58D0B
Tints of Gamboge #E58D0B
RGB
CMYK
RGB Variations
Color information
#E58D0B (or 0xE58D0B) is known color: Gamboge. HEX triplet: E5, 8D and 0B. RGB value is (229,141,11). Sum of RGB (Red+Green+Blue) = 229+141+11=381 (50% of max value = 765). Red value is 229 (89.84% from 255 or 60.10% from 381); Green value is 141 (55.47% from 255 or 37.01% from 381); Blue value is 11 (4.69% from 255 or 2.89% from 381); Max value from RGB is 229 - color contains mainly: red. Hex color #E58D0B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E58D0B is #1A72F4. Grayscale: #999999. Windows color (decimal): -1733365 or 757221. OLE color: 757221.
HSL color Cylindrical-coordinate representation of color #E58D0B: hue angle of 35.78º degrees, saturation: 0.91, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E58D0B is Cyan = 0, Magento = 0.38, Yellow = 0.95 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 141 | 11 | - |
| CMYK | 0 | 0.38 | 0.95 | 0.10 |
| HSL | 35.78º | 0.91% | 0.47% | - |
| HSV(B) | 35.78º | 0.95% | 0.9% | - |
| XYZ | 41.9 | 35.73 | 5.01 | - |
| YUV | 152.49 | 48.15 | 182.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 141 | 11 | 0 | 0.38 | 0.95 | 0.10 | 35.78 | 0.91 | 0.47 |
| Hex | E5 | 8D | B | 0 | 26 | 5F | A | 24 | 5B | 2F |
| Octal | 345 | 215 | 13 | 0 | 46 | 137 | 12 | 44 | 133 | 57 |
| Binary | 11100101 | 10001101 | 1011 | 0 | 100110 | 1011111 | 1010 | 100100 | 1011011 | 101111 |
Color Harmonies of #E58D0B
Complementary color
Monochromatic Colors of #E58D0B
Black with #E58D0B
Text Example
Text Example
White with #E58D0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E58D0B; }
p { color: rgb(229,141,11); }
H1.HeaderClassName
{
color: #E58D0B;
}
.AnyTagClassName
{
color: #E58D0B;
}
</style>
background-color css
<style>
a { background-color: #E58D0B; }
a { background-color: rgb(229,141,11); }
div.DivClassName
{
background-color: #E58D0B;
}
.BgClassName
{
background-color: #E58D0B;
}
</style>
border-color css
<style>
span { border-color: #E58D0B; }
span { border-color: rgb(229,141,11); }
td.TdClassName
{
border-color: #E58D0B;
}
.TagClassName
{
border-color: #E58D0B;
}
</style>