Shades of Gamboge #E1920A
Tints of Gamboge #E1920A
RGB
CMYK
RGB Variations
Color information
#E1920A (or 0xE1920A) is known color: Gamboge. HEX triplet: E1, 92 and 0A. RGB value is (225,146,10). Sum of RGB (Red+Green+Blue) = 225+146+10=381 (50% of max value = 765). Red value is 225 (88.28% from 255 or 59.06% from 381); Green value is 146 (57.42% from 255 or 38.32% from 381); Blue value is 10 (4.30% from 255 or 2.62% from 381); Max value from RGB is 225 - color contains mainly: red. Hex color #E1920A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E1920A is #1E6DF5. Grayscale: #9A9A9A. Windows color (decimal): -1994230 or 692961. OLE color: 692961.
HSL color Cylindrical-coordinate representation of color #E1920A: hue angle of 37.95º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E1920A is Cyan = 0, Magento = 0.35, Yellow = 0.96 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 146 | 10 | - |
| CMYK | 0 | 0.35 | 0.96 | 0.12 |
| HSL | 37.95º | 0.91% | 0.46% | - |
| HSV(B) | 37.95º | 0.96% | 0.88% | - |
| XYZ | 41.39 | 36.59 | 5.17 | - |
| YUV | 154.12 | 46.67 | 178.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 146 | 10 | 0 | 0.35 | 0.96 | 0.12 | 37.95 | 0.91 | 0.46 |
| Hex | E1 | 92 | A | 0 | 23 | 60 | C | 26 | 5B | 2E |
| Octal | 341 | 222 | 12 | 0 | 43 | 140 | 14 | 46 | 133 | 56 |
| Binary | 11100001 | 10010010 | 1010 | 0 | 100011 | 1100000 | 1100 | 100110 | 1011011 | 101110 |
Color Harmonies of #E1920A
Complementary color
Monochromatic Colors of #E1920A
Black with #E1920A
Text Example
Text Example
White with #E1920A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1920A; }
p { color: rgb(225,146,10); }
H1.HeaderClassName
{
color: #E1920A;
}
.AnyTagClassName
{
color: #E1920A;
}
</style>
background-color css
<style>
a { background-color: #E1920A; }
a { background-color: rgb(225,146,10); }
div.DivClassName
{
background-color: #E1920A;
}
.BgClassName
{
background-color: #E1920A;
}
</style>
border-color css
<style>
span { border-color: #E1920A; }
span { border-color: rgb(225,146,10); }
td.TdClassName
{
border-color: #E1920A;
}
.TagClassName
{
border-color: #E1920A;
}
</style>