Shades of Gamboge #E5920C
Tints of Gamboge #E5920C
RGB
CMYK
RGB Variations
Color information
#E5920C (or 0xE5920C) is known color: Gamboge. HEX triplet: E5, 92 and 0C. RGB value is (229,146,12). Sum of RGB (Red+Green+Blue) = 229+146+12=387 (51% of max value = 765). Red value is 229 (89.84% from 255 or 59.17% from 387); Green value is 146 (57.42% from 255 or 37.73% from 387); Blue value is 12 (5.08% from 255 or 3.10% from 387); Max value from RGB is 229 - color contains mainly: red. Hex color #E5920C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E5920C is #1A6DF3. Grayscale: #9C9C9C. Windows color (decimal): -1732084 or 824037. OLE color: 824037.
HSL color Cylindrical-coordinate representation of color #E5920C: hue angle of 37.05º degrees, saturation: 0.9, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E5920C is Cyan = 0, Magento = 0.36, Yellow = 0.95 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 146 | 12 | - |
| CMYK | 0 | 0.36 | 0.95 | 0.10 |
| HSL | 37.05º | 0.9% | 0.47% | - |
| HSV(B) | 37.05º | 0.95% | 0.9% | - |
| XYZ | 42.66 | 37.24 | 5.29 | - |
| YUV | 155.54 | 47 | 180.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 146 | 12 | 0 | 0.36 | 0.95 | 0.10 | 37.05 | 0.9 | 0.47 |
| Hex | E5 | 92 | C | 0 | 24 | 5F | A | 25 | 5A | 2F |
| Octal | 345 | 222 | 14 | 0 | 44 | 137 | 12 | 45 | 132 | 57 |
| Binary | 11100101 | 10010010 | 1100 | 0 | 100100 | 1011111 | 1010 | 100101 | 1011010 | 101111 |
Color Harmonies of #E5920C
Complementary color
Monochromatic Colors of #E5920C
Black with #E5920C
Text Example
Text Example
White with #E5920C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5920C; }
p { color: rgb(229,146,12); }
H1.HeaderClassName
{
color: #E5920C;
}
.AnyTagClassName
{
color: #E5920C;
}
</style>
background-color css
<style>
a { background-color: #E5920C; }
a { background-color: rgb(229,146,12); }
div.DivClassName
{
background-color: #E5920C;
}
.BgClassName
{
background-color: #E5920C;
}
</style>
border-color css
<style>
span { border-color: #E5920C; }
span { border-color: rgb(229,146,12); }
td.TdClassName
{
border-color: #E5920C;
}
.TagClassName
{
border-color: #E5920C;
}
</style>