Shades of Terra Cotta #E3715A
Tints of Terra Cotta #E3715A
RGB
CMYK
RGB Variations
Color information
#E3715A (or 0xE3715A) is known color: Terra Cotta. HEX triplet: E3, 71 and 5A. RGB value is (227,113,90). Sum of RGB (Red+Green+Blue) = 227+113+90=430 (56% of max value = 765). Red value is 227 (89.06% from 255 or 52.79% from 430); Green value is 113 (44.53% from 255 or 26.28% from 430); Blue value is 90 (35.55% from 255 or 20.93% from 430); Max value from RGB is 227 - color contains mainly: red. Hex color #E3715A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E3715A is #1C8EA5. Grayscale: #909090. Windows color (decimal): -1871526 or 5927395. OLE color: 5927395.
HSL color Cylindrical-coordinate representation of color #E3715A: hue angle of 10.07º degrees, saturation: 0.71, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E3715A is Cyan = 0, Magento = 0.50, Yellow = 0.60 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 113 | 90 | - |
| CMYK | 0 | 0.50 | 0.60 | 0.11 |
| HSL | 10.07º | 0.71% | 0.62% | - |
| HSV(B) | 10.07º | 0.6% | 0.89% | - |
| XYZ | 39.43 | 28.88 | 13.17 | - |
| YUV | 144.46 | 97.27 | 186.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 113 | 90 | 0 | 0.50 | 0.60 | 0.11 | 10.07 | 0.71 | 0.62 |
| Hex | E3 | 71 | 5A | 0 | 32 | 3C | B | A | 47 | 3E |
| Octal | 343 | 161 | 132 | 0 | 62 | 74 | 13 | 12 | 107 | 76 |
| Binary | 11100011 | 1110001 | 1011010 | 0 | 110010 | 111100 | 1011 | 1010 | 1000111 | 111110 |
Color Harmonies of #E3715A
Complementary color
Monochromatic Colors of #E3715A
Black with #E3715A
Text Example
Text Example
White with #E3715A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3715A; }
p { color: rgb(227,113,90); }
H1.HeaderClassName
{
color: #E3715A;
}
.AnyTagClassName
{
color: #E3715A;
}
</style>
background-color css
<style>
a { background-color: #E3715A; }
a { background-color: rgb(227,113,90); }
div.DivClassName
{
background-color: #E3715A;
}
.BgClassName
{
background-color: #E3715A;
}
</style>
border-color css
<style>
span { border-color: #E3715A; }
span { border-color: rgb(227,113,90); }
td.TdClassName
{
border-color: #E3715A;
}
.TagClassName
{
border-color: #E3715A;
}
</style>