Shades of Gamboge #E1920D
Tints of Gamboge #E1920D
RGB
CMYK
RGB Variations
Color information
#E1920D (or 0xE1920D) is known color: Gamboge. HEX triplet: E1, 92 and 0D. RGB value is (225,146,13). Sum of RGB (Red+Green+Blue) = 225+146+13=384 (50% of max value = 765). Red value is 225 (88.28% from 255 or 58.59% from 384); Green value is 146 (57.42% from 255 or 38.02% from 384); Blue value is 13 (5.47% from 255 or 3.39% from 384); Max value from RGB is 225 - color contains mainly: red. Hex color #E1920D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E1920D is #1E6DF2. Grayscale: #9B9B9B. Windows color (decimal): -1994227 or 889569. OLE color: 889569.
HSL color Cylindrical-coordinate representation of color #E1920D: hue angle of 37.64º degrees, saturation: 0.89, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E1920D is Cyan = 0, Magento = 0.35, Yellow = 0.94 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 146 | 13 | - |
| CMYK | 0 | 0.35 | 0.94 | 0.12 |
| HSL | 37.64º | 0.89% | 0.47% | - |
| HSV(B) | 37.64º | 0.94% | 0.88% | - |
| XYZ | 41.4 | 36.59 | 5.26 | - |
| YUV | 154.46 | 48.17 | 178.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 146 | 13 | 0 | 0.35 | 0.94 | 0.12 | 37.64 | 0.89 | 0.47 |
| Hex | E1 | 92 | D | 0 | 23 | 5E | C | 26 | 59 | 2F |
| Octal | 341 | 222 | 15 | 0 | 43 | 136 | 14 | 46 | 131 | 57 |
| Binary | 11100001 | 10010010 | 1101 | 0 | 100011 | 1011110 | 1100 | 100110 | 1011001 | 101111 |
Color Harmonies of #E1920D
Complementary color
Monochromatic Colors of #E1920D
Black with #E1920D
Text Example
Text Example
White with #E1920D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1920D; }
p { color: rgb(225,146,13); }
H1.HeaderClassName
{
color: #E1920D;
}
.AnyTagClassName
{
color: #E1920D;
}
</style>
background-color css
<style>
a { background-color: #E1920D; }
a { background-color: rgb(225,146,13); }
div.DivClassName
{
background-color: #E1920D;
}
.BgClassName
{
background-color: #E1920D;
}
</style>
border-color css
<style>
span { border-color: #E1920D; }
span { border-color: rgb(225,146,13); }
td.TdClassName
{
border-color: #E1920D;
}
.TagClassName
{
border-color: #E1920D;
}
</style>