Shades of Gamboge #E0950D
Tints of Gamboge #E0950D
RGB
CMYK
RGB Variations
Color information
#E0950D (or 0xE0950D) is known color: Gamboge. HEX triplet: E0, 95 and 0D. RGB value is (224,149,13). Sum of RGB (Red+Green+Blue) = 224+149+13=386 (51% of max value = 765). Red value is 224 (87.89% from 255 or 58.03% from 386); Green value is 149 (58.59% from 255 or 38.60% from 386); Blue value is 13 (5.47% from 255 or 3.37% from 386); Max value from RGB is 224 - color contains mainly: red. Hex color #E0950D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E0950D is #1F6AF2. Grayscale: #9C9C9C. Windows color (decimal): -2058995 or 890336. OLE color: 890336.
HSL color Cylindrical-coordinate representation of color #E0950D: hue angle of 38.67º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E0950D is Cyan = 0, Magento = 0.33, Yellow = 0.94 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 149 | 13 | - |
| CMYK | 0 | 0.33 | 0.94 | 0.12 |
| HSL | 38.67º | 0.89% | 0.46% | - |
| HSV(B) | 38.67º | 0.94% | 0.88% | - |
| XYZ | 41.56 | 37.37 | 5.4 | - |
| YUV | 155.92 | 47.35 | 176.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 149 | 13 | 0 | 0.33 | 0.94 | 0.12 | 38.67 | 0.89 | 0.46 |
| Hex | E0 | 95 | D | 0 | 21 | 5E | C | 27 | 59 | 2E |
| Octal | 340 | 225 | 15 | 0 | 41 | 136 | 14 | 47 | 131 | 56 |
| Binary | 11100000 | 10010101 | 1101 | 0 | 100001 | 1011110 | 1100 | 100111 | 1011001 | 101110 |
Color Harmonies of #E0950D
Complementary color
Monochromatic Colors of #E0950D
Black with #E0950D
Text Example
Text Example
White with #E0950D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0950D; }
p { color: rgb(224,149,13); }
H1.HeaderClassName
{
color: #E0950D;
}
.AnyTagClassName
{
color: #E0950D;
}
</style>
background-color css
<style>
a { background-color: #E0950D; }
a { background-color: rgb(224,149,13); }
div.DivClassName
{
background-color: #E0950D;
}
.BgClassName
{
background-color: #E0950D;
}
</style>
border-color css
<style>
span { border-color: #E0950D; }
span { border-color: rgb(224,149,13); }
td.TdClassName
{
border-color: #E0950D;
}
.TagClassName
{
border-color: #E0950D;
}
</style>