Shades of Terra Cotta #E2735F
Tints of Terra Cotta #E2735F
RGB
CMYK
RGB Variations
Color information
#E2735F (or 0xE2735F) is known color: Terra Cotta. HEX triplet: E2, 73 and 5F. RGB value is (226,115,95). Sum of RGB (Red+Green+Blue) = 226+115+95=436 (57% of max value = 765). Red value is 226 (88.67% from 255 or 51.83% from 436); Green value is 115 (45.31% from 255 or 26.38% from 436); Blue value is 95 (37.5% from 255 or 21.79% from 436); Max value from RGB is 226 - color contains mainly: red. Hex color #E2735F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E2735F is #1D8CA0. Grayscale: #929292. Windows color (decimal): -1936545 or 6255586. OLE color: 6255586.
HSL color Cylindrical-coordinate representation of color #E2735F: hue angle of 9.16º degrees, saturation: 0.69, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E2735F is Cyan = 0, Magento = 0.49, Yellow = 0.58 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 115 | 95 | - |
| CMYK | 0 | 0.49 | 0.58 | 0.11 |
| HSL | 9.16º | 0.69% | 0.63% | - |
| HSV(B) | 9.16º | 0.58% | 0.89% | - |
| XYZ | 39.56 | 29.26 | 14.39 | - |
| YUV | 145.91 | 99.27 | 185.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 115 | 95 | 0 | 0.49 | 0.58 | 0.11 | 9.16 | 0.69 | 0.63 |
| Hex | E2 | 73 | 5F | 0 | 31 | 3A | B | 9 | 45 | 3F |
| Octal | 342 | 163 | 137 | 0 | 61 | 72 | 13 | 11 | 105 | 77 |
| Binary | 11100010 | 1110011 | 1011111 | 0 | 110001 | 111010 | 1011 | 1001 | 1000101 | 111111 |
Color Harmonies of #E2735F
Complementary color
Monochromatic Colors of #E2735F
Black with #E2735F
Text Example
Text Example
White with #E2735F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2735F; }
p { color: rgb(226,115,95); }
H1.HeaderClassName
{
color: #E2735F;
}
.AnyTagClassName
{
color: #E2735F;
}
</style>
background-color css
<style>
a { background-color: #E2735F; }
a { background-color: rgb(226,115,95); }
div.DivClassName
{
background-color: #E2735F;
}
.BgClassName
{
background-color: #E2735F;
}
</style>
border-color css
<style>
span { border-color: #E2735F; }
span { border-color: rgb(226,115,95); }
td.TdClassName
{
border-color: #E2735F;
}
.TagClassName
{
border-color: #E2735F;
}
</style>