Shades of Terra Cotta #E4745A
Tints of Terra Cotta #E4745A
RGB
CMYK
RGB Variations
Color information
#E4745A (or 0xE4745A) is known color: Terra Cotta. HEX triplet: E4, 74 and 5A. RGB value is (228,116,90). Sum of RGB (Red+Green+Blue) = 228+116+90=434 (57% of max value = 765). Red value is 228 (89.45% from 255 or 52.53% from 434); Green value is 116 (45.70% from 255 or 26.73% from 434); Blue value is 90 (35.55% from 255 or 20.74% from 434); Max value from RGB is 228 - color contains mainly: red. Hex color #E4745A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E4745A is #1B8BA5. Grayscale: #929292. Windows color (decimal): -1805222 or 5928164. OLE color: 5928164.
HSL color Cylindrical-coordinate representation of color #E4745A: hue angle of 11.3º degrees, saturation: 0.72, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E4745A is Cyan = 0, Magento = 0.49, Yellow = 0.61 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 116 | 90 | - |
| CMYK | 0 | 0.49 | 0.61 | 0.11 |
| HSL | 11.3º | 0.72% | 0.62% | - |
| HSV(B) | 11.3º | 0.61% | 0.89% | - |
| XYZ | 40.09 | 29.72 | 13.3 | - |
| YUV | 146.52 | 96.11 | 186.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 116 | 90 | 0 | 0.49 | 0.61 | 0.11 | 11.3 | 0.72 | 0.62 |
| Hex | E4 | 74 | 5A | 0 | 31 | 3D | B | B | 48 | 3E |
| Octal | 344 | 164 | 132 | 0 | 61 | 75 | 13 | 13 | 110 | 76 |
| Binary | 11100100 | 1110100 | 1011010 | 0 | 110001 | 111101 | 1011 | 1011 | 1001000 | 111110 |
Color Harmonies of #E4745A
Complementary color
Monochromatic Colors of #E4745A
Black with #E4745A
Text Example
Text Example
White with #E4745A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4745A; }
p { color: rgb(228,116,90); }
H1.HeaderClassName
{
color: #E4745A;
}
.AnyTagClassName
{
color: #E4745A;
}
</style>
background-color css
<style>
a { background-color: #E4745A; }
a { background-color: rgb(228,116,90); }
div.DivClassName
{
background-color: #E4745A;
}
.BgClassName
{
background-color: #E4745A;
}
</style>
border-color css
<style>
span { border-color: #E4745A; }
span { border-color: rgb(228,116,90); }
td.TdClassName
{
border-color: #E4745A;
}
.TagClassName
{
border-color: #E4745A;
}
</style>