Shades of Terra Cotta #E2705C
Tints of Terra Cotta #E2705C
RGB
CMYK
RGB Variations
Color information
#E2705C (or 0xE2705C) is known color: Terra Cotta. HEX triplet: E2, 70 and 5C. RGB value is (226,112,92). Sum of RGB (Red+Green+Blue) = 226+112+92=430 (56% of max value = 765). Red value is 226 (88.67% from 255 or 52.56% from 430); Green value is 112 (44.14% from 255 or 26.05% from 430); Blue value is 92 (36.33% from 255 or 21.40% from 430); Max value from RGB is 226 - color contains mainly: red. Hex color #E2705C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E2705C is #1D8FA3. Grayscale: #909090. Windows color (decimal): -1937316 or 6058210. OLE color: 6058210.
HSL color Cylindrical-coordinate representation of color #E2705C: hue angle of 8.96º degrees, saturation: 0.7, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E2705C is Cyan = 0, Magento = 0.50, Yellow = 0.59 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 112 | 92 | - |
| CMYK | 0 | 0.50 | 0.59 | 0.11 |
| HSL | 8.96º | 0.7% | 0.62% | - |
| HSV(B) | 8.96º | 0.59% | 0.89% | - |
| XYZ | 39.09 | 28.53 | 13.57 | - |
| YUV | 143.81 | 98.77 | 186.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 112 | 92 | 0 | 0.50 | 0.59 | 0.11 | 8.96 | 0.7 | 0.62 |
| Hex | E2 | 70 | 5C | 0 | 32 | 3B | B | 9 | 46 | 3E |
| Octal | 342 | 160 | 134 | 0 | 62 | 73 | 13 | 11 | 106 | 76 |
| Binary | 11100010 | 1110000 | 1011100 | 0 | 110010 | 111011 | 1011 | 1001 | 1000110 | 111110 |
Color Harmonies of #E2705C
Complementary color
Monochromatic Colors of #E2705C
Black with #E2705C
Text Example
Text Example
White with #E2705C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2705C; }
p { color: rgb(226,112,92); }
H1.HeaderClassName
{
color: #E2705C;
}
.AnyTagClassName
{
color: #E2705C;
}
</style>
background-color css
<style>
a { background-color: #E2705C; }
a { background-color: rgb(226,112,92); }
div.DivClassName
{
background-color: #E2705C;
}
.BgClassName
{
background-color: #E2705C;
}
</style>
border-color css
<style>
span { border-color: #E2705C; }
span { border-color: rgb(226,112,92); }
td.TdClassName
{
border-color: #E2705C;
}
.TagClassName
{
border-color: #E2705C;
}
</style>