Shades of Terra Cotta #E1695A
Tints of Terra Cotta #E1695A
RGB
CMYK
RGB Variations
Color information
#E1695A (or 0xE1695A) is known color: Terra Cotta. HEX triplet: E1, 69 and 5A. RGB value is (225,105,90). Sum of RGB (Red+Green+Blue) = 225+105+90=420 (55% of max value = 765). Red value is 225 (88.28% from 255 or 53.57% from 420); Green value is 105 (41.41% from 255 or 25% from 420); Blue value is 90 (35.55% from 255 or 21.43% from 420); Max value from RGB is 225 - color contains mainly: red. Hex color #E1695A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E1695A is #1E96A5. Grayscale: #8B8B8B. Windows color (decimal): -2004646 or 5925345. OLE color: 5925345.
HSL color Cylindrical-coordinate representation of color #E1695A: hue angle of 6.67º degrees, saturation: 0.69, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E1695A is Cyan = 0, Magento = 0.53, Yellow = 0.60 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 105 | 90 | - |
| CMYK | 0 | 0.53 | 0.60 | 0.12 |
| HSL | 6.67º | 0.69% | 0.62% | - |
| HSV(B) | 6.67º | 0.6% | 0.88% | - |
| XYZ | 37.95 | 26.85 | 12.86 | - |
| YUV | 139.17 | 100.26 | 189.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 105 | 90 | 0 | 0.53 | 0.60 | 0.12 | 6.67 | 0.69 | 0.62 |
| Hex | E1 | 69 | 5A | 0 | 35 | 3C | C | 7 | 45 | 3E |
| Octal | 341 | 151 | 132 | 0 | 65 | 74 | 14 | 7 | 105 | 76 |
| Binary | 11100001 | 1101001 | 1011010 | 0 | 110101 | 111100 | 1100 | 111 | 1000101 | 111110 |
Color Harmonies of #E1695A
Complementary color
Monochromatic Colors of #E1695A
Black with #E1695A
Text Example
Text Example
White with #E1695A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1695A; }
p { color: rgb(225,105,90); }
H1.HeaderClassName
{
color: #E1695A;
}
.AnyTagClassName
{
color: #E1695A;
}
</style>
background-color css
<style>
a { background-color: #E1695A; }
a { background-color: rgb(225,105,90); }
div.DivClassName
{
background-color: #E1695A;
}
.BgClassName
{
background-color: #E1695A;
}
</style>
border-color css
<style>
span { border-color: #E1695A; }
span { border-color: rgb(225,105,90); }
td.TdClassName
{
border-color: #E1695A;
}
.TagClassName
{
border-color: #E1695A;
}
</style>