Shades of Tahiti Gold #E86D2E
Tints of Tahiti Gold #E86D2E
RGB
CMYK
RGB Variations
Color information
#E86D2E (or 0xE86D2E) is known color: Tahiti Gold. HEX triplet: E8, 6D and 2E. RGB value is (232,109,46). Sum of RGB (Red+Green+Blue) = 232+109+46=387 (51% of max value = 765). Red value is 232 (91.02% from 255 or 59.95% from 387); Green value is 109 (42.97% from 255 or 28.17% from 387); Blue value is 46 (18.36% from 255 or 11.89% from 387); Max value from RGB is 232 - color contains mainly: red. Hex color #E86D2E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E86D2E is #1792D1. Grayscale: #8A8A8A. Windows color (decimal): -1544914 or 3042792. OLE color: 3042792.
HSL color Cylindrical-coordinate representation of color #E86D2E: hue angle of 20.32º degrees, saturation: 0.8, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E86D2E is Cyan = 0, Magento = 0.53, Yellow = 0.80 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 109 | 46 | - |
| CMYK | 0 | 0.53 | 0.80 | 0.09 |
| HSL | 20.32º | 0.8% | 0.55% | - |
| HSV(B) | 20.32º | 0.8% | 0.91% | - |
| XYZ | 39.24 | 28.29 | 5.98 | - |
| YUV | 138.6 | 75.75 | 194.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 109 | 46 | 0 | 0.53 | 0.80 | 0.09 | 20.32 | 0.8 | 0.55 |
| Hex | E8 | 6D | 2E | 0 | 35 | 50 | 9 | 14 | 50 | 37 |
| Octal | 350 | 155 | 56 | 0 | 65 | 120 | 11 | 24 | 120 | 67 |
| Binary | 11101000 | 1101101 | 101110 | 0 | 110101 | 1010000 | 1001 | 10100 | 1010000 | 110111 |
Color Harmonies of #E86D2E
Complementary color
Monochromatic Colors of #E86D2E
Black with #E86D2E
Text Example
Text Example
White with #E86D2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E86D2E; }
p { color: rgb(232,109,46); }
H1.HeaderClassName
{
color: #E86D2E;
}
.AnyTagClassName
{
color: #E86D2E;
}
</style>
background-color css
<style>
a { background-color: #E86D2E; }
a { background-color: rgb(232,109,46); }
div.DivClassName
{
background-color: #E86D2E;
}
.BgClassName
{
background-color: #E86D2E;
}
</style>
border-color css
<style>
span { border-color: #E86D2E; }
span { border-color: rgb(232,109,46); }
td.TdClassName
{
border-color: #E86D2E;
}
.TagClassName
{
border-color: #E86D2E;
}
</style>