Shades of Gamboge #E28C0C
Tints of Gamboge #E28C0C
RGB
CMYK
RGB Variations
Color information
#E28C0C (or 0xE28C0C) is known color: Gamboge. HEX triplet: E2, 8C and 0C. RGB value is (226,140,12). Sum of RGB (Red+Green+Blue) = 226+140+12=378 (50% of max value = 765). Red value is 226 (88.67% from 255 or 59.79% from 378); Green value is 140 (55.08% from 255 or 37.04% from 378); Blue value is 12 (5.08% from 255 or 3.17% from 378); Max value from RGB is 226 - color contains mainly: red. Hex color #E28C0C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E28C0C is #1D73F3. Grayscale: #979797. Windows color (decimal): -1930228 or 822498. OLE color: 822498.
HSL color Cylindrical-coordinate representation of color #E28C0C: hue angle of 35.89º degrees, saturation: 0.9, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E28C0C is Cyan = 0, Magento = 0.38, Yellow = 0.95 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 140 | 12 | - |
| CMYK | 0 | 0.38 | 0.95 | 0.11 |
| HSL | 35.89º | 0.9% | 0.47% | - |
| HSV(B) | 35.89º | 0.95% | 0.89% | - |
| XYZ | 40.81 | 34.95 | 4.94 | - |
| YUV | 151.12 | 49.49 | 181.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 140 | 12 | 0 | 0.38 | 0.95 | 0.11 | 35.89 | 0.9 | 0.47 |
| Hex | E2 | 8C | C | 0 | 26 | 5F | B | 24 | 5A | 2F |
| Octal | 342 | 214 | 14 | 0 | 46 | 137 | 13 | 44 | 132 | 57 |
| Binary | 11100010 | 10001100 | 1100 | 0 | 100110 | 1011111 | 1011 | 100100 | 1011010 | 101111 |
Color Harmonies of #E28C0C
Complementary color
Monochromatic Colors of #E28C0C
Black with #E28C0C
Text Example
Text Example
White with #E28C0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E28C0C; }
p { color: rgb(226,140,12); }
H1.HeaderClassName
{
color: #E28C0C;
}
.AnyTagClassName
{
color: #E28C0C;
}
</style>
background-color css
<style>
a { background-color: #E28C0C; }
a { background-color: rgb(226,140,12); }
div.DivClassName
{
background-color: #E28C0C;
}
.BgClassName
{
background-color: #E28C0C;
}
</style>
border-color css
<style>
span { border-color: #E28C0C; }
span { border-color: rgb(226,140,12); }
td.TdClassName
{
border-color: #E28C0C;
}
.TagClassName
{
border-color: #E28C0C;
}
</style>