Shades of Tahiti Gold #E86C20
Tints of Tahiti Gold #E86C20
RGB
CMYK
RGB Variations
Color information
#E86C20 (or 0xE86C20) is known color: Tahiti Gold. HEX triplet: E8, 6C and 20. RGB value is (232,108,32). Sum of RGB (Red+Green+Blue) = 232+108+32=372 (49% of max value = 765). Red value is 232 (91.02% from 255 or 62.37% from 372); Green value is 108 (42.58% from 255 or 29.03% from 372); Blue value is 32 (12.89% from 255 or 8.60% from 372); Max value from RGB is 232 - color contains mainly: red. Hex color #E86C20 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E86C20 is #1793DF. Grayscale: #888888. Windows color (decimal): -1545184 or 2125032. OLE color: 2125032.
HSL color Cylindrical-coordinate representation of color #E86C20: hue angle of 22.8º degrees, saturation: 0.81, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E86C20 is Cyan = 0, Magento = 0.53, Yellow = 0.86 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 108 | 32 | - |
| CMYK | 0 | 0.53 | 0.86 | 0.09 |
| HSL | 22.8º | 0.81% | 0.52% | - |
| HSV(B) | 22.8º | 0.86% | 0.91% | - |
| XYZ | 38.9 | 27.99 | 4.72 | - |
| YUV | 136.41 | 69.08 | 196.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 108 | 32 | 0 | 0.53 | 0.86 | 0.09 | 22.8 | 0.81 | 0.52 |
| Hex | E8 | 6C | 20 | 0 | 35 | 56 | 9 | 17 | 51 | 34 |
| Octal | 350 | 154 | 40 | 0 | 65 | 126 | 11 | 27 | 121 | 64 |
| Binary | 11101000 | 1101100 | 100000 | 0 | 110101 | 1010110 | 1001 | 10111 | 1010001 | 110100 |
Color Harmonies of #E86C20
Complementary color
Monochromatic Colors of #E86C20
Black with #E86C20
Text Example
Text Example
White with #E86C20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E86C20; }
p { color: rgb(232,108,32); }
H1.HeaderClassName
{
color: #E86C20;
}
.AnyTagClassName
{
color: #E86C20;
}
</style>
background-color css
<style>
a { background-color: #E86C20; }
a { background-color: rgb(232,108,32); }
div.DivClassName
{
background-color: #E86C20;
}
.BgClassName
{
background-color: #E86C20;
}
</style>
border-color css
<style>
span { border-color: #E86C20; }
span { border-color: rgb(232,108,32); }
td.TdClassName
{
border-color: #E86C20;
}
.TagClassName
{
border-color: #E86C20;
}
</style>