Shades of Terra Cotta #E4705A
Tints of Terra Cotta #E4705A
RGB
CMYK
RGB Variations
Color information
#E4705A (or 0xE4705A) is known color: Terra Cotta. HEX triplet: E4, 70 and 5A. RGB value is (228,112,90). Sum of RGB (Red+Green+Blue) = 228+112+90=430 (56% of max value = 765). Red value is 228 (89.45% from 255 or 53.02% from 430); Green value is 112 (44.14% from 255 or 26.05% from 430); Blue value is 90 (35.55% from 255 or 20.93% from 430); Max value from RGB is 228 - color contains mainly: red. Hex color #E4705A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E4705A is #1B8FA5. Grayscale: #909090. Windows color (decimal): -1806246 or 5927140. OLE color: 5927140.
HSL color Cylindrical-coordinate representation of color #E4705A: hue angle of 9.57º 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 #E4705A is Cyan = 0, Magento = 0.51, Yellow = 0.61 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 112 | 90 | - |
| CMYK | 0 | 0.51 | 0.61 | 0.11 |
| HSL | 9.57º | 0.72% | 0.62% | - |
| HSV(B) | 9.57º | 0.61% | 0.89% | - |
| XYZ | 39.63 | 28.82 | 13.15 | - |
| YUV | 144.18 | 97.43 | 187.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 112 | 90 | 0 | 0.51 | 0.61 | 0.11 | 9.57 | 0.72 | 0.62 |
| Hex | E4 | 70 | 5A | 0 | 33 | 3D | B | A | 48 | 3E |
| Octal | 344 | 160 | 132 | 0 | 63 | 75 | 13 | 12 | 110 | 76 |
| Binary | 11100100 | 1110000 | 1011010 | 0 | 110011 | 111101 | 1011 | 1010 | 1001000 | 111110 |
Color Harmonies of #E4705A
Complementary color
Monochromatic Colors of #E4705A
Black with #E4705A
Text Example
Text Example
White with #E4705A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4705A; }
p { color: rgb(228,112,90); }
H1.HeaderClassName
{
color: #E4705A;
}
.AnyTagClassName
{
color: #E4705A;
}
</style>
background-color css
<style>
a { background-color: #E4705A; }
a { background-color: rgb(228,112,90); }
div.DivClassName
{
background-color: #E4705A;
}
.BgClassName
{
background-color: #E4705A;
}
</style>
border-color css
<style>
span { border-color: #E4705A; }
span { border-color: rgb(228,112,90); }
td.TdClassName
{
border-color: #E4705A;
}
.TagClassName
{
border-color: #E4705A;
}
</style>