Shades of Gamboge #E78F0D
Tints of Gamboge #E78F0D
RGB
CMYK
RGB Variations
Color information
#E78F0D (or 0xE78F0D) is known color: Gamboge. HEX triplet: E7, 8F and 0D. RGB value is (231,143,13). Sum of RGB (Red+Green+Blue) = 231+143+13=387 (51% of max value = 765). Red value is 231 (90.62% from 255 or 59.69% from 387); Green value is 143 (56.25% from 255 or 36.95% from 387); Blue value is 13 (5.47% from 255 or 3.36% from 387); Max value from RGB is 231 - color contains mainly: red. Hex color #E78F0D is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E78F0D is #1870F2. Grayscale: #9B9B9B. Windows color (decimal): -1601779 or 888807. OLE color: 888807.
HSL color Cylindrical-coordinate representation of color #E78F0D: hue angle of 35.78º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E78F0D is Cyan = 0, Magento = 0.38, Yellow = 0.94 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 143 | 13 | - |
| CMYK | 0 | 0.38 | 0.94 | 0.09 |
| HSL | 35.78º | 0.89% | 0.48% | - |
| HSV(B) | 35.78º | 0.94% | 0.91% | - |
| XYZ | 42.85 | 36.66 | 5.2 | - |
| YUV | 154.49 | 48.15 | 182.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 143 | 13 | 0 | 0.38 | 0.94 | 0.09 | 35.78 | 0.89 | 0.48 |
| Hex | E7 | 8F | D | 0 | 26 | 5E | 9 | 24 | 59 | 30 |
| Octal | 347 | 217 | 15 | 0 | 46 | 136 | 11 | 44 | 131 | 60 |
| Binary | 11100111 | 10001111 | 1101 | 0 | 100110 | 1011110 | 1001 | 100100 | 1011001 | 110000 |
Color Harmonies of #E78F0D
Complementary color
Monochromatic Colors of #E78F0D
Black with #E78F0D
Text Example
Text Example
White with #E78F0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E78F0D; }
p { color: rgb(231,143,13); }
H1.HeaderClassName
{
color: #E78F0D;
}
.AnyTagClassName
{
color: #E78F0D;
}
</style>
background-color css
<style>
a { background-color: #E78F0D; }
a { background-color: rgb(231,143,13); }
div.DivClassName
{
background-color: #E78F0D;
}
.BgClassName
{
background-color: #E78F0D;
}
</style>
border-color css
<style>
span { border-color: #E78F0D; }
span { border-color: rgb(231,143,13); }
td.TdClassName
{
border-color: #E78F0D;
}
.TagClassName
{
border-color: #E78F0D;
}
</style>