Shades of Gamboge #E78E10
Tints of Gamboge #E78E10
RGB
CMYK
RGB Variations
Color information
#E78E10 (or 0xE78E10) is known color: Gamboge. HEX triplet: E7, 8E and 10. RGB value is (231,142,16). Sum of RGB (Red+Green+Blue) = 231+142+16=389 (51% of max value = 765). Red value is 231 (90.62% from 255 or 59.38% from 389); Green value is 142 (55.86% from 255 or 36.50% from 389); Blue value is 16 (6.64% from 255 or 4.11% from 389); Max value from RGB is 231 - color contains mainly: red. Hex color #E78E10 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E78E10 is #1871EF. Grayscale: #9A9A9A. Windows color (decimal): -1602032 or 1085159. OLE color: 1085159.
HSL color Cylindrical-coordinate representation of color #E78E10: hue angle of 35.16º degrees, saturation: 0.87, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E78E10 is Cyan = 0, Magento = 0.39, Yellow = 0.93 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 142 | 16 | - |
| CMYK | 0 | 0.39 | 0.93 | 0.09 |
| HSL | 35.16º | 0.87% | 0.48% | - |
| HSV(B) | 35.16º | 0.93% | 0.91% | - |
| XYZ | 42.72 | 36.37 | 5.26 | - |
| YUV | 154.25 | 49.99 | 182.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 142 | 16 | 0 | 0.39 | 0.93 | 0.09 | 35.16 | 0.87 | 0.48 |
| Hex | E7 | 8E | 10 | 0 | 27 | 5D | 9 | 23 | 57 | 30 |
| Octal | 347 | 216 | 20 | 0 | 47 | 135 | 11 | 43 | 127 | 60 |
| Binary | 11100111 | 10001110 | 10000 | 0 | 100111 | 1011101 | 1001 | 100011 | 1010111 | 110000 |
Color Harmonies of #E78E10
Complementary color
Monochromatic Colors of #E78E10
Black with #E78E10
Text Example
Text Example
White with #E78E10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E78E10; }
p { color: rgb(231,142,16); }
H1.HeaderClassName
{
color: #E78E10;
}
.AnyTagClassName
{
color: #E78E10;
}
</style>
background-color css
<style>
a { background-color: #E78E10; }
a { background-color: rgb(231,142,16); }
div.DivClassName
{
background-color: #E78E10;
}
.BgClassName
{
background-color: #E78E10;
}
</style>
border-color css
<style>
span { border-color: #E78E10; }
span { border-color: rgb(231,142,16); }
td.TdClassName
{
border-color: #E78E10;
}
.TagClassName
{
border-color: #E78E10;
}
</style>