Shades of Tahiti Gold #E86C1D
Tints of Tahiti Gold #E86C1D
RGB
CMYK
RGB Variations
Color information
#E86C1D (or 0xE86C1D) is known color: Tahiti Gold. HEX triplet: E8, 6C and 1D. RGB value is (232,108,29). Sum of RGB (Red+Green+Blue) = 232+108+29=369 (48% of max value = 765). Red value is 232 (91.02% from 255 or 62.87% from 369); Green value is 108 (42.58% from 255 or 29.27% from 369); Blue value is 29 (11.72% from 255 or 7.86% from 369); Max value from RGB is 232 - color contains mainly: red. Hex color #E86C1D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E86C1D is #1793E2. Grayscale: #888888. Windows color (decimal): -1545187 or 1928424. OLE color: 1928424.
HSL color Cylindrical-coordinate representation of color #E86C1D: hue angle of 23.35º degrees, saturation: 0.82, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E86C1D is Cyan = 0, Magento = 0.53, Yellow = 0.88 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 108 | 29 | - |
| CMYK | 0 | 0.53 | 0.88 | 0.09 |
| HSL | 23.35º | 0.82% | 0.51% | - |
| HSV(B) | 23.35º | 0.88% | 0.91% | - |
| XYZ | 38.86 | 27.97 | 4.51 | - |
| YUV | 136.07 | 67.58 | 196.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 108 | 29 | 0 | 0.53 | 0.88 | 0.09 | 23.35 | 0.82 | 0.51 |
| Hex | E8 | 6C | 1D | 0 | 35 | 58 | 9 | 17 | 52 | 33 |
| Octal | 350 | 154 | 35 | 0 | 65 | 130 | 11 | 27 | 122 | 63 |
| Binary | 11101000 | 1101100 | 11101 | 0 | 110101 | 1011000 | 1001 | 10111 | 1010010 | 110011 |
Color Harmonies of #E86C1D
Complementary color
Monochromatic Colors of #E86C1D
Black with #E86C1D
Text Example
Text Example
White with #E86C1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E86C1D; }
p { color: rgb(232,108,29); }
H1.HeaderClassName
{
color: #E86C1D;
}
.AnyTagClassName
{
color: #E86C1D;
}
</style>
background-color css
<style>
a { background-color: #E86C1D; }
a { background-color: rgb(232,108,29); }
div.DivClassName
{
background-color: #E86C1D;
}
.BgClassName
{
background-color: #E86C1D;
}
</style>
border-color css
<style>
span { border-color: #E86C1D; }
span { border-color: rgb(232,108,29); }
td.TdClassName
{
border-color: #E86C1D;
}
.TagClassName
{
border-color: #E86C1D;
}
</style>