Shades of Tahiti Gold #E86C28
Tints of Tahiti Gold #E86C28
RGB
CMYK
RGB Variations
Color information
#E86C28 (or 0xE86C28) is known color: Tahiti Gold. HEX triplet: E8, 6C and 28. RGB value is (232,108,40). Sum of RGB (Red+Green+Blue) = 232+108+40=380 (50% of max value = 765). Red value is 232 (91.02% from 255 or 61.05% from 380); Green value is 108 (42.58% from 255 or 28.42% from 380); Blue value is 40 (16.02% from 255 or 10.53% from 380); Max value from RGB is 232 - color contains mainly: red. Hex color #E86C28 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E86C28 is #1793D7. Grayscale: #898989. Windows color (decimal): -1545176 or 2649320. OLE color: 2649320.
HSL color Cylindrical-coordinate representation of color #E86C28: hue angle of 21.25º degrees, saturation: 0.81, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E86C28 is Cyan = 0, Magento = 0.53, Yellow = 0.83 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 108 | 40 | - |
| CMYK | 0 | 0.53 | 0.83 | 0.09 |
| HSL | 21.25º | 0.81% | 0.53% | - |
| HSV(B) | 21.25º | 0.83% | 0.91% | - |
| XYZ | 39.02 | 28.03 | 5.36 | - |
| YUV | 137.32 | 73.08 | 195.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 108 | 40 | 0 | 0.53 | 0.83 | 0.09 | 21.25 | 0.81 | 0.53 |
| Hex | E8 | 6C | 28 | 0 | 35 | 53 | 9 | 15 | 51 | 35 |
| Octal | 350 | 154 | 50 | 0 | 65 | 123 | 11 | 25 | 121 | 65 |
| Binary | 11101000 | 1101100 | 101000 | 0 | 110101 | 1010011 | 1001 | 10101 | 1010001 | 110101 |
Color Harmonies of #E86C28
Complementary color
Monochromatic Colors of #E86C28
Black with #E86C28
Text Example
Text Example
White with #E86C28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E86C28; }
p { color: rgb(232,108,40); }
H1.HeaderClassName
{
color: #E86C28;
}
.AnyTagClassName
{
color: #E86C28;
}
</style>
background-color css
<style>
a { background-color: #E86C28; }
a { background-color: rgb(232,108,40); }
div.DivClassName
{
background-color: #E86C28;
}
.BgClassName
{
background-color: #E86C28;
}
</style>
border-color css
<style>
span { border-color: #E86C28; }
span { border-color: rgb(232,108,40); }
td.TdClassName
{
border-color: #E86C28;
}
.TagClassName
{
border-color: #E86C28;
}
</style>