Shades of Gamboge #E5910D
Tints of Gamboge #E5910D
RGB
CMYK
RGB Variations
Color information
#E5910D (or 0xE5910D) is known color: Gamboge. HEX triplet: E5, 91 and 0D. RGB value is (229,145,13). Sum of RGB (Red+Green+Blue) = 229+145+13=387 (51% of max value = 765). Red value is 229 (89.84% from 255 or 59.17% from 387); Green value is 145 (57.03% from 255 or 37.47% from 387); Blue value is 13 (5.47% from 255 or 3.36% from 387); Max value from RGB is 229 - color contains mainly: red. Hex color #E5910D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E5910D is #1A6EF2. Grayscale: #9B9B9B. Windows color (decimal): -1732339 or 889317. OLE color: 889317.
HSL color Cylindrical-coordinate representation of color #E5910D: hue angle of 36.67º degrees, saturation: 0.89, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E5910D is Cyan = 0, Magento = 0.37, Yellow = 0.94 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 145 | 13 | - |
| CMYK | 0 | 0.37 | 0.94 | 0.10 |
| HSL | 36.67º | 0.89% | 0.47% | - |
| HSV(B) | 36.67º | 0.94% | 0.9% | - |
| XYZ | 42.51 | 36.94 | 5.27 | - |
| YUV | 155.07 | 47.83 | 180.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 145 | 13 | 0 | 0.37 | 0.94 | 0.10 | 36.67 | 0.89 | 0.47 |
| Hex | E5 | 91 | D | 0 | 25 | 5E | A | 25 | 59 | 2F |
| Octal | 345 | 221 | 15 | 0 | 45 | 136 | 12 | 45 | 131 | 57 |
| Binary | 11100101 | 10010001 | 1101 | 0 | 100101 | 1011110 | 1010 | 100101 | 1011001 | 101111 |
Color Harmonies of #E5910D
Complementary color
Monochromatic Colors of #E5910D
Black with #E5910D
Text Example
Text Example
White with #E5910D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5910D; }
p { color: rgb(229,145,13); }
H1.HeaderClassName
{
color: #E5910D;
}
.AnyTagClassName
{
color: #E5910D;
}
</style>
background-color css
<style>
a { background-color: #E5910D; }
a { background-color: rgb(229,145,13); }
div.DivClassName
{
background-color: #E5910D;
}
.BgClassName
{
background-color: #E5910D;
}
</style>
border-color css
<style>
span { border-color: #E5910D; }
span { border-color: rgb(229,145,13); }
td.TdClassName
{
border-color: #E5910D;
}
.TagClassName
{
border-color: #E5910D;
}
</style>