Shades of Gamboge #E5950D
Tints of Gamboge #E5950D
RGB
CMYK
RGB Variations
Color information
#E5950D (or 0xE5950D) is known color: Gamboge. HEX triplet: E5, 95 and 0D. RGB value is (229,149,13). Sum of RGB (Red+Green+Blue) = 229+149+13=391 (51% of max value = 765). Red value is 229 (89.84% from 255 or 58.57% from 391); Green value is 149 (58.59% from 255 or 38.11% from 391); Blue value is 13 (5.47% from 255 or 3.32% from 391); Max value from RGB is 229 - color contains mainly: red. Hex color #E5950D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E5950D is #1A6AF2. Grayscale: #9E9E9E. Windows color (decimal): -1731315 or 890341. OLE color: 890341.
HSL color Cylindrical-coordinate representation of color #E5950D: hue angle of 37.78º 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 #E5950D is Cyan = 0, Magento = 0.35, Yellow = 0.94 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 149 | 13 | - |
| CMYK | 0 | 0.35 | 0.94 | 0.10 |
| HSL | 37.78º | 0.89% | 0.47% | - |
| HSV(B) | 37.78º | 0.94% | 0.9% | - |
| XYZ | 43.13 | 38.18 | 5.48 | - |
| YUV | 157.42 | 46.5 | 179.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 149 | 13 | 0 | 0.35 | 0.94 | 0.10 | 37.78 | 0.89 | 0.47 |
| Hex | E5 | 95 | D | 0 | 23 | 5E | A | 26 | 59 | 2F |
| Octal | 345 | 225 | 15 | 0 | 43 | 136 | 12 | 46 | 131 | 57 |
| Binary | 11100101 | 10010101 | 1101 | 0 | 100011 | 1011110 | 1010 | 100110 | 1011001 | 101111 |
Color Harmonies of #E5950D
Complementary color
Monochromatic Colors of #E5950D
Black with #E5950D
Text Example
Text Example
White with #E5950D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5950D; }
p { color: rgb(229,149,13); }
H1.HeaderClassName
{
color: #E5950D;
}
.AnyTagClassName
{
color: #E5950D;
}
</style>
background-color css
<style>
a { background-color: #E5950D; }
a { background-color: rgb(229,149,13); }
div.DivClassName
{
background-color: #E5950D;
}
.BgClassName
{
background-color: #E5950D;
}
</style>
border-color css
<style>
span { border-color: #E5950D; }
span { border-color: rgb(229,149,13); }
td.TdClassName
{
border-color: #E5950D;
}
.TagClassName
{
border-color: #E5950D;
}
</style>