Shades of Tahiti Gold #E86E2D
Tints of Tahiti Gold #E86E2D
RGB
CMYK
RGB Variations
Color information
#E86E2D (or 0xE86E2D) is known color: Tahiti Gold. HEX triplet: E8, 6E and 2D. RGB value is (232,110,45). Sum of RGB (Red+Green+Blue) = 232+110+45=387 (51% of max value = 765). Red value is 232 (91.02% from 255 or 59.95% from 387); Green value is 110 (43.36% from 255 or 28.42% from 387); Blue value is 45 (17.97% from 255 or 11.63% from 387); Max value from RGB is 232 - color contains mainly: red. Hex color #E86E2D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E86E2D is #1791D2. Grayscale: #8B8B8B. Windows color (decimal): -1544659 or 2977512. OLE color: 2977512.
HSL color Cylindrical-coordinate representation of color #E86E2D: hue angle of 20.86º degrees, saturation: 0.8, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E86E2D is Cyan = 0, Magento = 0.53, Yellow = 0.81 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 110 | 45 | - |
| CMYK | 0 | 0.53 | 0.81 | 0.09 |
| HSL | 20.86º | 0.8% | 0.54% | - |
| HSV(B) | 20.86º | 0.81% | 0.91% | - |
| XYZ | 39.33 | 28.5 | 5.91 | - |
| YUV | 139.07 | 74.92 | 194.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 110 | 45 | 0 | 0.53 | 0.81 | 0.09 | 20.86 | 0.8 | 0.54 |
| Hex | E8 | 6E | 2D | 0 | 35 | 51 | 9 | 15 | 50 | 36 |
| Octal | 350 | 156 | 55 | 0 | 65 | 121 | 11 | 25 | 120 | 66 |
| Binary | 11101000 | 1101110 | 101101 | 0 | 110101 | 1010001 | 1001 | 10101 | 1010000 | 110110 |
Color Harmonies of #E86E2D
Complementary color
Monochromatic Colors of #E86E2D
Black with #E86E2D
Text Example
Text Example
White with #E86E2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E86E2D; }
p { color: rgb(232,110,45); }
H1.HeaderClassName
{
color: #E86E2D;
}
.AnyTagClassName
{
color: #E86E2D;
}
</style>
background-color css
<style>
a { background-color: #E86E2D; }
a { background-color: rgb(232,110,45); }
div.DivClassName
{
background-color: #E86E2D;
}
.BgClassName
{
background-color: #E86E2D;
}
</style>
border-color css
<style>
span { border-color: #E86E2D; }
span { border-color: rgb(232,110,45); }
td.TdClassName
{
border-color: #E86E2D;
}
.TagClassName
{
border-color: #E86E2D;
}
</style>