Shades of Gamboge #E9920C
Tints of Gamboge #E9920C
RGB
CMYK
RGB Variations
Color information
#E9920C (or 0xE9920C) is known color: Gamboge. HEX triplet: E9, 92 and 0C. RGB value is (233,146,12). Sum of RGB (Red+Green+Blue) = 233+146+12=391 (51% of max value = 765). Red value is 233 (91.41% from 255 or 59.59% from 391); Green value is 146 (57.42% from 255 or 37.34% from 391); Blue value is 12 (5.08% from 255 or 3.07% from 391); Max value from RGB is 233 - color contains mainly: red. Hex color #E9920C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E9920C is #166DF3. Grayscale: #9D9D9D. Windows color (decimal): -1469940 or 824041. OLE color: 824041.
HSL color Cylindrical-coordinate representation of color #E9920C: hue angle of 36.38º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E9920C is Cyan = 0, Magento = 0.37, Yellow = 0.95 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 146 | 12 | - |
| CMYK | 0 | 0.37 | 0.95 | 0.09 |
| HSL | 36.38º | 0.9% | 0.48% | - |
| HSV(B) | 36.38º | 0.95% | 0.91% | - |
| XYZ | 43.95 | 37.91 | 5.35 | - |
| YUV | 156.74 | 46.32 | 182.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 146 | 12 | 0 | 0.37 | 0.95 | 0.09 | 36.38 | 0.9 | 0.48 |
| Hex | E9 | 92 | C | 0 | 25 | 5F | 9 | 24 | 5A | 30 |
| Octal | 351 | 222 | 14 | 0 | 45 | 137 | 11 | 44 | 132 | 60 |
| Binary | 11101001 | 10010010 | 1100 | 0 | 100101 | 1011111 | 1001 | 100100 | 1011010 | 110000 |
Color Harmonies of #E9920C
Complementary color
Monochromatic Colors of #E9920C
Black with #E9920C
Text Example
Text Example
White with #E9920C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9920C; }
p { color: rgb(233,146,12); }
H1.HeaderClassName
{
color: #E9920C;
}
.AnyTagClassName
{
color: #E9920C;
}
</style>
background-color css
<style>
a { background-color: #E9920C; }
a { background-color: rgb(233,146,12); }
div.DivClassName
{
background-color: #E9920C;
}
.BgClassName
{
background-color: #E9920C;
}
</style>
border-color css
<style>
span { border-color: #E9920C; }
span { border-color: rgb(233,146,12); }
td.TdClassName
{
border-color: #E9920C;
}
.TagClassName
{
border-color: #E9920C;
}
</style>