Shades of Gamboge #E0940C
Tints of Gamboge #E0940C
RGB
CMYK
RGB Variations
Color information
#E0940C (or 0xE0940C) is known color: Gamboge. HEX triplet: E0, 94 and 0C. RGB value is (224,148,12). Sum of RGB (Red+Green+Blue) = 224+148+12=384 (50% of max value = 765). Red value is 224 (87.89% from 255 or 58.33% from 384); Green value is 148 (58.20% from 255 or 38.54% from 384); Blue value is 12 (5.08% from 255 or 3.12% from 384); Max value from RGB is 224 - color contains mainly: red. Hex color #E0940C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E0940C is #1F6BF3. Grayscale: #9B9B9B. Windows color (decimal): -2059252 or 824544. OLE color: 824544.
HSL color Cylindrical-coordinate representation of color #E0940C: hue angle of 38.49º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E0940C is Cyan = 0, Magento = 0.34, Yellow = 0.95 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 148 | 12 | - |
| CMYK | 0 | 0.34 | 0.95 | 0.12 |
| HSL | 38.49º | 0.9% | 0.46% | - |
| HSV(B) | 38.49º | 0.95% | 0.88% | - |
| XYZ | 41.4 | 37.05 | 5.32 | - |
| YUV | 155.22 | 47.18 | 177.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 148 | 12 | 0 | 0.34 | 0.95 | 0.12 | 38.49 | 0.9 | 0.46 |
| Hex | E0 | 94 | C | 0 | 22 | 5F | C | 26 | 5A | 2E |
| Octal | 340 | 224 | 14 | 0 | 42 | 137 | 14 | 46 | 132 | 56 |
| Binary | 11100000 | 10010100 | 1100 | 0 | 100010 | 1011111 | 1100 | 100110 | 1011010 | 101110 |
Color Harmonies of #E0940C
Complementary color
Monochromatic Colors of #E0940C
Black with #E0940C
Text Example
Text Example
White with #E0940C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0940C; }
p { color: rgb(224,148,12); }
H1.HeaderClassName
{
color: #E0940C;
}
.AnyTagClassName
{
color: #E0940C;
}
</style>
background-color css
<style>
a { background-color: #E0940C; }
a { background-color: rgb(224,148,12); }
div.DivClassName
{
background-color: #E0940C;
}
.BgClassName
{
background-color: #E0940C;
}
</style>
border-color css
<style>
span { border-color: #E0940C; }
span { border-color: rgb(224,148,12); }
td.TdClassName
{
border-color: #E0940C;
}
.TagClassName
{
border-color: #E0940C;
}
</style>