Shades of Gamboge #E78F05
Tints of Gamboge #E78F05
RGB
CMYK
RGB Variations
Color information
#E78F05 (or 0xE78F05) is known color: Gamboge. HEX triplet: E7, 8F and 05. RGB value is (231,143,5). Sum of RGB (Red+Green+Blue) = 231+143+5=379 (50% of max value = 765). Red value is 231 (90.62% from 255 or 60.95% from 379); Green value is 143 (56.25% from 255 or 37.73% from 379); Blue value is 5 (2.34% from 255 or 1.32% from 379); Max value from RGB is 231 - color contains mainly: red. Hex color #E78F05 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E78F05 is #1870FA. Grayscale: #9A9A9A. Windows color (decimal): -1601787 or 364519. OLE color: 364519.
HSL color Cylindrical-coordinate representation of color #E78F05: hue angle of 36.64º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E78F05 is Cyan = 0, Magento = 0.38, Yellow = 0.98 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 143 | 5 | - |
| CMYK | 0 | 0.38 | 0.98 | 0.09 |
| HSL | 36.64º | 0.96% | 0.46% | - |
| HSV(B) | 36.64º | 0.98% | 0.91% | - |
| XYZ | 42.8 | 36.64 | 4.96 | - |
| YUV | 153.58 | 44.15 | 183.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 143 | 5 | 0 | 0.38 | 0.98 | 0.09 | 36.64 | 0.96 | 0.46 |
| Hex | E7 | 8F | 5 | 0 | 26 | 62 | 9 | 25 | 60 | 2E |
| Octal | 347 | 217 | 5 | 0 | 46 | 142 | 11 | 45 | 140 | 56 |
| Binary | 11100111 | 10001111 | 101 | 0 | 100110 | 1100010 | 1001 | 100101 | 1100000 | 101110 |
Color Harmonies of #E78F05
Complementary color
Monochromatic Colors of #E78F05
Black with #E78F05
Text Example
Text Example
White with #E78F05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E78F05; }
p { color: rgb(231,143,5); }
H1.HeaderClassName
{
color: #E78F05;
}
.AnyTagClassName
{
color: #E78F05;
}
</style>
background-color css
<style>
a { background-color: #E78F05; }
a { background-color: rgb(231,143,5); }
div.DivClassName
{
background-color: #E78F05;
}
.BgClassName
{
background-color: #E78F05;
}
</style>
border-color css
<style>
span { border-color: #E78F05; }
span { border-color: rgb(231,143,5); }
td.TdClassName
{
border-color: #E78F05;
}
.TagClassName
{
border-color: #E78F05;
}
</style>