Shades of Tahiti Gold #E1682C
Tints of Tahiti Gold #E1682C
RGB
CMYK
RGB Variations
Color information
#E1682C (or 0xE1682C) is known color: Tahiti Gold. HEX triplet: E1, 68 and 2C. RGB value is (225,104,44). Sum of RGB (Red+Green+Blue) = 225+104+44=373 (49% of max value = 765). Red value is 225 (88.28% from 255 or 60.32% from 373); Green value is 104 (41.02% from 255 or 27.88% from 373); Blue value is 44 (17.58% from 255 or 11.80% from 373); Max value from RGB is 225 - color contains mainly: red. Hex color #E1682C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E1682C is #1E97D3. Grayscale: #858585. Windows color (decimal): -2004948 or 2910433. OLE color: 2910433.
HSL color Cylindrical-coordinate representation of color #E1682C: hue angle of 19.89º 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 #E1682C is Cyan = 0, Magento = 0.54, Yellow = 0.80 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 104 | 44 | - |
| CMYK | 0 | 0.54 | 0.80 | 0.12 |
| HSL | 19.89º | 0.75% | 0.53% | - |
| HSV(B) | 19.89º | 0.8% | 0.88% | - |
| XYZ | 36.46 | 26.09 | 5.5 | - |
| YUV | 133.34 | 77.59 | 193.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 104 | 44 | 0 | 0.54 | 0.80 | 0.12 | 19.89 | 0.75 | 0.53 |
| Hex | E1 | 68 | 2C | 0 | 36 | 50 | C | 14 | 4B | 35 |
| Octal | 341 | 150 | 54 | 0 | 66 | 120 | 14 | 24 | 113 | 65 |
| Binary | 11100001 | 1101000 | 101100 | 0 | 110110 | 1010000 | 1100 | 10100 | 1001011 | 110101 |
Color Harmonies of #E1682C
Complementary color
Monochromatic Colors of #E1682C
Black with #E1682C
Text Example
Text Example
White with #E1682C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1682C; }
p { color: rgb(225,104,44); }
H1.HeaderClassName
{
color: #E1682C;
}
.AnyTagClassName
{
color: #E1682C;
}
</style>
background-color css
<style>
a { background-color: #E1682C; }
a { background-color: rgb(225,104,44); }
div.DivClassName
{
background-color: #E1682C;
}
.BgClassName
{
background-color: #E1682C;
}
</style>
border-color css
<style>
span { border-color: #E1682C; }
span { border-color: rgb(225,104,44); }
td.TdClassName
{
border-color: #E1682C;
}
.TagClassName
{
border-color: #E1682C;
}
</style>