Shades of Terra Cotta #E4705C
Tints of Terra Cotta #E4705C
RGB
CMYK
RGB Variations
Color information
#E4705C (or 0xE4705C) is known color: Terra Cotta. HEX triplet: E4, 70 and 5C. RGB value is (228,112,92). Sum of RGB (Red+Green+Blue) = 228+112+92=432 (57% of max value = 765). Red value is 228 (89.45% from 255 or 52.78% from 432); Green value is 112 (44.14% from 255 or 25.93% from 432); Blue value is 92 (36.33% from 255 or 21.30% from 432); Max value from RGB is 228 - color contains mainly: red. Hex color #E4705C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E4705C is #1B8FA3. Grayscale: #909090. Windows color (decimal): -1806244 or 6058212. OLE color: 6058212.
HSL color Cylindrical-coordinate representation of color #E4705C: hue angle of 8.82º degrees, saturation: 0.72, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E4705C is Cyan = 0, Magento = 0.51, Yellow = 0.60 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 112 | 92 | - |
| CMYK | 0 | 0.51 | 0.60 | 0.11 |
| HSL | 8.82º | 0.72% | 0.63% | - |
| HSV(B) | 8.82º | 0.6% | 0.89% | - |
| XYZ | 39.72 | 28.86 | 13.6 | - |
| YUV | 144.4 | 98.43 | 187.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 112 | 92 | 0 | 0.51 | 0.60 | 0.11 | 8.82 | 0.72 | 0.63 |
| Hex | E4 | 70 | 5C | 0 | 33 | 3C | B | 9 | 48 | 3F |
| Octal | 344 | 160 | 134 | 0 | 63 | 74 | 13 | 11 | 110 | 77 |
| Binary | 11100100 | 1110000 | 1011100 | 0 | 110011 | 111100 | 1011 | 1001 | 1001000 | 111111 |
Color Harmonies of #E4705C
Complementary color
Monochromatic Colors of #E4705C
Black with #E4705C
Text Example
Text Example
White with #E4705C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4705C; }
p { color: rgb(228,112,92); }
H1.HeaderClassName
{
color: #E4705C;
}
.AnyTagClassName
{
color: #E4705C;
}
</style>
background-color css
<style>
a { background-color: #E4705C; }
a { background-color: rgb(228,112,92); }
div.DivClassName
{
background-color: #E4705C;
}
.BgClassName
{
background-color: #E4705C;
}
</style>
border-color css
<style>
span { border-color: #E4705C; }
span { border-color: rgb(228,112,92); }
td.TdClassName
{
border-color: #E4705C;
}
.TagClassName
{
border-color: #E4705C;
}
</style>