Shades of Tahiti Gold #E16C2E
Tints of Tahiti Gold #E16C2E
RGB
CMYK
RGB Variations
Color information
#E16C2E (or 0xE16C2E) is known color: Tahiti Gold. HEX triplet: E1, 6C and 2E. RGB value is (225,108,46). Sum of RGB (Red+Green+Blue) = 225+108+46=379 (50% of max value = 765). Red value is 225 (88.28% from 255 or 59.37% from 379); Green value is 108 (42.58% from 255 or 28.50% from 379); Blue value is 46 (18.36% from 255 or 12.14% from 379); Max value from RGB is 225 - color contains mainly: red. Hex color #E16C2E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E16C2E is #1E93D1. Grayscale: #888888. Windows color (decimal): -2003922 or 3042529. OLE color: 3042529.
HSL color Cylindrical-coordinate representation of color #E16C2E: hue angle of 20.78º degrees, saturation: 0.75, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E16C2E is Cyan = 0, Magento = 0.52, Yellow = 0.80 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 108 | 46 | - |
| CMYK | 0 | 0.52 | 0.80 | 0.12 |
| HSL | 20.78º | 0.75% | 0.53% | - |
| HSV(B) | 20.78º | 0.8% | 0.88% | - |
| XYZ | 36.91 | 26.93 | 5.84 | - |
| YUV | 135.92 | 77.26 | 191.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 108 | 46 | 0 | 0.52 | 0.80 | 0.12 | 20.78 | 0.75 | 0.53 |
| Hex | E1 | 6C | 2E | 0 | 34 | 50 | C | 15 | 4B | 35 |
| Octal | 341 | 154 | 56 | 0 | 64 | 120 | 14 | 25 | 113 | 65 |
| Binary | 11100001 | 1101100 | 101110 | 0 | 110100 | 1010000 | 1100 | 10101 | 1001011 | 110101 |
Color Harmonies of #E16C2E
Complementary color
Monochromatic Colors of #E16C2E
Black with #E16C2E
Text Example
Text Example
White with #E16C2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E16C2E; }
p { color: rgb(225,108,46); }
H1.HeaderClassName
{
color: #E16C2E;
}
.AnyTagClassName
{
color: #E16C2E;
}
</style>
background-color css
<style>
a { background-color: #E16C2E; }
a { background-color: rgb(225,108,46); }
div.DivClassName
{
background-color: #E16C2E;
}
.BgClassName
{
background-color: #E16C2E;
}
</style>
border-color css
<style>
span { border-color: #E16C2E; }
span { border-color: rgb(225,108,46); }
td.TdClassName
{
border-color: #E16C2E;
}
.TagClassName
{
border-color: #E16C2E;
}
</style>