Shades of Gamboge #E68F0D
Tints of Gamboge #E68F0D
RGB
CMYK
RGB Variations
Color information
#E68F0D (or 0xE68F0D) is known color: Gamboge. HEX triplet: E6, 8F and 0D. RGB value is (230,143,13). Sum of RGB (Red+Green+Blue) = 230+143+13=386 (51% of max value = 765). Red value is 230 (90.23% from 255 or 59.59% from 386); Green value is 143 (56.25% from 255 or 37.05% from 386); Blue value is 13 (5.47% from 255 or 3.37% from 386); Max value from RGB is 230 - color contains mainly: red. Hex color #E68F0D is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E68F0D is #1970F2. Grayscale: #9A9A9A. Windows color (decimal): -1667315 or 888806. OLE color: 888806.
HSL color Cylindrical-coordinate representation of color #E68F0D: hue angle of 35.94º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E68F0D is Cyan = 0, Magento = 0.38, Yellow = 0.94 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 143 | 13 | - |
| CMYK | 0 | 0.38 | 0.94 | 0.10 |
| HSL | 35.94º | 0.89% | 0.48% | - |
| HSV(B) | 35.94º | 0.94% | 0.9% | - |
| XYZ | 42.53 | 36.5 | 5.18 | - |
| YUV | 154.19 | 48.32 | 182.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 143 | 13 | 0 | 0.38 | 0.94 | 0.10 | 35.94 | 0.89 | 0.48 |
| Hex | E6 | 8F | D | 0 | 26 | 5E | A | 24 | 59 | 30 |
| Octal | 346 | 217 | 15 | 0 | 46 | 136 | 12 | 44 | 131 | 60 |
| Binary | 11100110 | 10001111 | 1101 | 0 | 100110 | 1011110 | 1010 | 100100 | 1011001 | 110000 |
Color Harmonies of #E68F0D
Complementary color
Monochromatic Colors of #E68F0D
Black with #E68F0D
Text Example
Text Example
White with #E68F0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E68F0D; }
p { color: rgb(230,143,13); }
H1.HeaderClassName
{
color: #E68F0D;
}
.AnyTagClassName
{
color: #E68F0D;
}
</style>
background-color css
<style>
a { background-color: #E68F0D; }
a { background-color: rgb(230,143,13); }
div.DivClassName
{
background-color: #E68F0D;
}
.BgClassName
{
background-color: #E68F0D;
}
</style>
border-color css
<style>
span { border-color: #E68F0D; }
span { border-color: rgb(230,143,13); }
td.TdClassName
{
border-color: #E68F0D;
}
.TagClassName
{
border-color: #E68F0D;
}
</style>