Shades of Terra Cotta #E2715B
Tints of Terra Cotta #E2715B
RGB
CMYK
RGB Variations
Color information
#E2715B (or 0xE2715B) is known color: Terra Cotta. HEX triplet: E2, 71 and 5B. RGB value is (226,113,91). Sum of RGB (Red+Green+Blue) = 226+113+91=430 (56% of max value = 765). Red value is 226 (88.67% from 255 or 52.56% from 430); Green value is 113 (44.53% from 255 or 26.28% from 430); Blue value is 91 (35.94% from 255 or 21.16% from 430); Max value from RGB is 226 - color contains mainly: red. Hex color #E2715B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E2715B is #1D8EA4. Grayscale: #909090. Windows color (decimal): -1937061 or 5992930. OLE color: 5992930.
HSL color Cylindrical-coordinate representation of color #E2715B: hue angle of 9.78º degrees, saturation: 0.7, 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 #E2715B is Cyan = 0, Magento = 0.5, Yellow = 0.60 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 113 | 91 | - |
| CMYK | 0 | 0.5 | 0.60 | 0.11 |
| HSL | 9.78º | 0.7% | 0.62% | - |
| HSV(B) | 9.78º | 0.6% | 0.89% | - |
| XYZ | 39.16 | 28.73 | 13.38 | - |
| YUV | 144.28 | 97.94 | 186.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 113 | 91 | 0 | 0.5 | 0.60 | 0.11 | 9.78 | 0.7 | 0.62 |
| Hex | E2 | 71 | 5B | 0 | 32 | 3C | B | A | 46 | 3E |
| Octal | 342 | 161 | 133 | 0 | 62 | 74 | 13 | 12 | 106 | 76 |
| Binary | 11100010 | 1110001 | 1011011 | 0 | 110010 | 111100 | 1011 | 1010 | 1000110 | 111110 |
Color Harmonies of #E2715B
Complementary color
Monochromatic Colors of #E2715B
Black with #E2715B
Text Example
Text Example
White with #E2715B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2715B; }
p { color: rgb(226,113,91); }
H1.HeaderClassName
{
color: #E2715B;
}
.AnyTagClassName
{
color: #E2715B;
}
</style>
background-color css
<style>
a { background-color: #E2715B; }
a { background-color: rgb(226,113,91); }
div.DivClassName
{
background-color: #E2715B;
}
.BgClassName
{
background-color: #E2715B;
}
</style>
border-color css
<style>
span { border-color: #E2715B; }
span { border-color: rgb(226,113,91); }
td.TdClassName
{
border-color: #E2715B;
}
.TagClassName
{
border-color: #E2715B;
}
</style>