Shades of Gamboge #E5930D
Tints of Gamboge #E5930D
RGB
CMYK
RGB Variations
Color information
#E5930D (or 0xE5930D) is known color: Gamboge. HEX triplet: E5, 93 and 0D. RGB value is (229,147,13). Sum of RGB (Red+Green+Blue) = 229+147+13=389 (51% of max value = 765). Red value is 229 (89.84% from 255 or 58.87% from 389); Green value is 147 (57.81% from 255 or 37.79% from 389); Blue value is 13 (5.47% from 255 or 3.34% from 389); Max value from RGB is 229 - color contains mainly: red. Hex color #E5930D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E5930D is #1A6CF2. Grayscale: #9C9C9C. Windows color (decimal): -1731827 or 889829. OLE color: 889829.
HSL color Cylindrical-coordinate representation of color #E5930D: hue angle of 37.22º 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 #E5930D is Cyan = 0, Magento = 0.36, Yellow = 0.94 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 147 | 13 | - |
| CMYK | 0 | 0.36 | 0.94 | 0.10 |
| HSL | 37.22º | 0.89% | 0.47% | - |
| HSV(B) | 37.22º | 0.94% | 0.9% | - |
| XYZ | 42.82 | 37.55 | 5.37 | - |
| YUV | 156.24 | 47.17 | 179.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 147 | 13 | 0 | 0.36 | 0.94 | 0.10 | 37.22 | 0.89 | 0.47 |
| Hex | E5 | 93 | D | 0 | 24 | 5E | A | 25 | 59 | 2F |
| Octal | 345 | 223 | 15 | 0 | 44 | 136 | 12 | 45 | 131 | 57 |
| Binary | 11100101 | 10010011 | 1101 | 0 | 100100 | 1011110 | 1010 | 100101 | 1011001 | 101111 |
Color Harmonies of #E5930D
Complementary color
Monochromatic Colors of #E5930D
Black with #E5930D
Text Example
Text Example
White with #E5930D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5930D; }
p { color: rgb(229,147,13); }
H1.HeaderClassName
{
color: #E5930D;
}
.AnyTagClassName
{
color: #E5930D;
}
</style>
background-color css
<style>
a { background-color: #E5930D; }
a { background-color: rgb(229,147,13); }
div.DivClassName
{
background-color: #E5930D;
}
.BgClassName
{
background-color: #E5930D;
}
</style>
border-color css
<style>
span { border-color: #E5930D; }
span { border-color: rgb(229,147,13); }
td.TdClassName
{
border-color: #E5930D;
}
.TagClassName
{
border-color: #E5930D;
}
</style>