Shades of Gamboge #E78E0C
Tints of Gamboge #E78E0C
RGB
CMYK
RGB Variations
Color information
#E78E0C (or 0xE78E0C) is known color: Gamboge. HEX triplet: E7, 8E and 0C. RGB value is (231,142,12). Sum of RGB (Red+Green+Blue) = 231+142+12=385 (50% of max value = 765). Red value is 231 (90.62% from 255 or 60% from 385); Green value is 142 (55.86% from 255 or 36.88% from 385); Blue value is 12 (5.08% from 255 or 3.12% from 385); Max value from RGB is 231 - color contains mainly: red. Hex color #E78E0C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E78E0C is #1871F3. Grayscale: #9A9A9A. Windows color (decimal): -1602036 or 823015. OLE color: 823015.
HSL color Cylindrical-coordinate representation of color #E78E0C: hue angle of 35.62º 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 #E78E0C is Cyan = 0, Magento = 0.39, Yellow = 0.95 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 142 | 12 | - |
| CMYK | 0 | 0.39 | 0.95 | 0.09 |
| HSL | 35.62º | 0.9% | 0.48% | - |
| HSV(B) | 35.62º | 0.95% | 0.91% | - |
| XYZ | 42.69 | 36.36 | 5.12 | - |
| YUV | 153.79 | 47.99 | 183.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 142 | 12 | 0 | 0.39 | 0.95 | 0.09 | 35.62 | 0.9 | 0.48 |
| Hex | E7 | 8E | C | 0 | 27 | 5F | 9 | 24 | 5A | 30 |
| Octal | 347 | 216 | 14 | 0 | 47 | 137 | 11 | 44 | 132 | 60 |
| Binary | 11100111 | 10001110 | 1100 | 0 | 100111 | 1011111 | 1001 | 100100 | 1011010 | 110000 |
Color Harmonies of #E78E0C
Complementary color
Monochromatic Colors of #E78E0C
Black with #E78E0C
Text Example
Text Example
White with #E78E0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E78E0C; }
p { color: rgb(231,142,12); }
H1.HeaderClassName
{
color: #E78E0C;
}
.AnyTagClassName
{
color: #E78E0C;
}
</style>
background-color css
<style>
a { background-color: #E78E0C; }
a { background-color: rgb(231,142,12); }
div.DivClassName
{
background-color: #E78E0C;
}
.BgClassName
{
background-color: #E78E0C;
}
</style>
border-color css
<style>
span { border-color: #E78E0C; }
span { border-color: rgb(231,142,12); }
td.TdClassName
{
border-color: #E78E0C;
}
.TagClassName
{
border-color: #E78E0C;
}
</style>