Shades of Tahiti Gold #E86C2D
Tints of Tahiti Gold #E86C2D
RGB
CMYK
RGB Variations
Color information
#E86C2D (or 0xE86C2D) is known color: Tahiti Gold. HEX triplet: E8, 6C and 2D. RGB value is (232,108,45). Sum of RGB (Red+Green+Blue) = 232+108+45=385 (50% of max value = 765). Red value is 232 (91.02% from 255 or 60.26% from 385); Green value is 108 (42.58% from 255 or 28.05% from 385); Blue value is 45 (17.97% from 255 or 11.69% from 385); Max value from RGB is 232 - color contains mainly: red. Hex color #E86C2D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E86C2D is #1793D2. Grayscale: #8A8A8A. Windows color (decimal): -1545171 or 2977000. OLE color: 2977000.
HSL color Cylindrical-coordinate representation of color #E86C2D: hue angle of 20.21º 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 #E86C2D is Cyan = 0, Magento = 0.53, Yellow = 0.81 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 108 | 45 | - |
| CMYK | 0 | 0.53 | 0.81 | 0.09 |
| HSL | 20.21º | 0.8% | 0.54% | - |
| HSV(B) | 20.21º | 0.81% | 0.91% | - |
| XYZ | 39.11 | 28.07 | 5.84 | - |
| YUV | 137.89 | 75.58 | 195.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 108 | 45 | 0 | 0.53 | 0.81 | 0.09 | 20.21 | 0.8 | 0.54 |
| Hex | E8 | 6C | 2D | 0 | 35 | 51 | 9 | 14 | 50 | 36 |
| Octal | 350 | 154 | 55 | 0 | 65 | 121 | 11 | 24 | 120 | 66 |
| Binary | 11101000 | 1101100 | 101101 | 0 | 110101 | 1010001 | 1001 | 10100 | 1010000 | 110110 |
Color Harmonies of #E86C2D
Complementary color
Monochromatic Colors of #E86C2D
Black with #E86C2D
Text Example
Text Example
White with #E86C2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E86C2D; }
p { color: rgb(232,108,45); }
H1.HeaderClassName
{
color: #E86C2D;
}
.AnyTagClassName
{
color: #E86C2D;
}
</style>
background-color css
<style>
a { background-color: #E86C2D; }
a { background-color: rgb(232,108,45); }
div.DivClassName
{
background-color: #E86C2D;
}
.BgClassName
{
background-color: #E86C2D;
}
</style>
border-color css
<style>
span { border-color: #E86C2D; }
span { border-color: rgb(232,108,45); }
td.TdClassName
{
border-color: #E86C2D;
}
.TagClassName
{
border-color: #E86C2D;
}
</style>