Shades of Terra Cotta #E1715B
Tints of Terra Cotta #E1715B
RGB
CMYK
RGB Variations
Color information
#E1715B (or 0xE1715B) is known color: Terra Cotta. HEX triplet: E1, 71 and 5B. RGB value is (225,113,91). Sum of RGB (Red+Green+Blue) = 225+113+91=429 (56% of max value = 765). Red value is 225 (88.28% from 255 or 52.45% from 429); Green value is 113 (44.53% from 255 or 26.34% from 429); Blue value is 91 (35.94% from 255 or 21.21% from 429); Max value from RGB is 225 - color contains mainly: red. Hex color #E1715B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E1715B is #1E8EA4. Grayscale: #909090. Windows color (decimal): -2002597 or 5992929. OLE color: 5992929.
HSL color Cylindrical-coordinate representation of color #E1715B: hue angle of 9.85º 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 #E1715B is Cyan = 0, Magento = 0.50, Yellow = 0.60 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 113 | 91 | - |
| CMYK | 0 | 0.50 | 0.60 | 0.12 |
| HSL | 9.85º | 0.69% | 0.62% | - |
| HSV(B) | 9.85º | 0.6% | 0.88% | - |
| XYZ | 38.84 | 28.57 | 13.37 | - |
| YUV | 143.98 | 98.11 | 185.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 113 | 91 | 0 | 0.50 | 0.60 | 0.12 | 9.85 | 0.69 | 0.62 |
| Hex | E1 | 71 | 5B | 0 | 32 | 3C | C | A | 45 | 3E |
| Octal | 341 | 161 | 133 | 0 | 62 | 74 | 14 | 12 | 105 | 76 |
| Binary | 11100001 | 1110001 | 1011011 | 0 | 110010 | 111100 | 1100 | 1010 | 1000101 | 111110 |
Color Harmonies of #E1715B
Complementary color
Monochromatic Colors of #E1715B
Black with #E1715B
Text Example
Text Example
White with #E1715B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1715B; }
p { color: rgb(225,113,91); }
H1.HeaderClassName
{
color: #E1715B;
}
.AnyTagClassName
{
color: #E1715B;
}
</style>
background-color css
<style>
a { background-color: #E1715B; }
a { background-color: rgb(225,113,91); }
div.DivClassName
{
background-color: #E1715B;
}
.BgClassName
{
background-color: #E1715B;
}
</style>
border-color css
<style>
span { border-color: #E1715B; }
span { border-color: rgb(225,113,91); }
td.TdClassName
{
border-color: #E1715B;
}
.TagClassName
{
border-color: #E1715B;
}
</style>