Shades of Gamboge #E78D0A
Tints of Gamboge #E78D0A
RGB
CMYK
RGB Variations
Color information
#E78D0A (or 0xE78D0A) is known color: Gamboge. HEX triplet: E7, 8D and 0A. RGB value is (231,141,10). Sum of RGB (Red+Green+Blue) = 231+141+10=382 (50% of max value = 765). Red value is 231 (90.62% from 255 or 60.47% from 382); Green value is 141 (55.47% from 255 or 36.91% from 382); Blue value is 10 (4.30% from 255 or 2.62% from 382); Max value from RGB is 231 - color contains mainly: red. Hex color #E78D0A is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E78D0A is #1872F5. Grayscale: #999999. Windows color (decimal): -1602294 or 691687. OLE color: 691687.
HSL color Cylindrical-coordinate representation of color #E78D0A: hue angle of 35.57º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E78D0A is Cyan = 0, Magento = 0.39, Yellow = 0.96 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 141 | 10 | - |
| CMYK | 0 | 0.39 | 0.96 | 0.09 |
| HSL | 35.57º | 0.92% | 0.47% | - |
| HSV(B) | 35.57º | 0.96% | 0.91% | - |
| XYZ | 42.53 | 36.06 | 5.01 | - |
| YUV | 152.98 | 47.32 | 183.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 141 | 10 | 0 | 0.39 | 0.96 | 0.09 | 35.57 | 0.92 | 0.47 |
| Hex | E7 | 8D | A | 0 | 27 | 60 | 9 | 24 | 5C | 2F |
| Octal | 347 | 215 | 12 | 0 | 47 | 140 | 11 | 44 | 134 | 57 |
| Binary | 11100111 | 10001101 | 1010 | 0 | 100111 | 1100000 | 1001 | 100100 | 1011100 | 101111 |
Color Harmonies of #E78D0A
Complementary color
Monochromatic Colors of #E78D0A
Black with #E78D0A
Text Example
Text Example
White with #E78D0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E78D0A; }
p { color: rgb(231,141,10); }
H1.HeaderClassName
{
color: #E78D0A;
}
.AnyTagClassName
{
color: #E78D0A;
}
</style>
background-color css
<style>
a { background-color: #E78D0A; }
a { background-color: rgb(231,141,10); }
div.DivClassName
{
background-color: #E78D0A;
}
.BgClassName
{
background-color: #E78D0A;
}
</style>
border-color css
<style>
span { border-color: #E78D0A; }
span { border-color: rgb(231,141,10); }
td.TdClassName
{
border-color: #E78D0A;
}
.TagClassName
{
border-color: #E78D0A;
}
</style>