Shades of Terra Cotta #EA705F
Tints of Terra Cotta #EA705F
RGB
CMYK
RGB Variations
Color information
#EA705F (or 0xEA705F) is known color: Terra Cotta. HEX triplet: EA, 70 and 5F. RGB value is (234,112,95). Sum of RGB (Red+Green+Blue) = 234+112+95=441 (58% of max value = 765). Red value is 234 (91.80% from 255 or 53.06% from 441); Green value is 112 (44.14% from 255 or 25.40% from 441); Blue value is 95 (37.5% from 255 or 21.54% from 441); Max value from RGB is 234 - color contains mainly: red. Hex color #EA705F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA705F is #158FA0. Grayscale: #929292. Windows color (decimal): -1413025 or 6254826. OLE color: 6254826.
HSL color Cylindrical-coordinate representation of color #EA705F: hue angle of 7.34º degrees, saturation: 0.77, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #EA705F is Cyan = 0, Magento = 0.52, Yellow = 0.59 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 112 | 95 | - |
| CMYK | 0 | 0.52 | 0.59 | 0.08 |
| HSL | 7.34º | 0.77% | 0.65% | - |
| HSV(B) | 7.34º | 0.59% | 0.92% | - |
| XYZ | 41.79 | 29.91 | 14.4 | - |
| YUV | 146.54 | 98.92 | 190.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 112 | 95 | 0 | 0.52 | 0.59 | 0.08 | 7.34 | 0.77 | 0.65 |
| Hex | EA | 70 | 5F | 0 | 34 | 3B | 8 | 7 | 4D | 41 |
| Octal | 352 | 160 | 137 | 0 | 64 | 73 | 10 | 7 | 115 | 101 |
| Binary | 11101010 | 1110000 | 1011111 | 0 | 110100 | 111011 | 1000 | 111 | 1001101 | 1000001 |
Color Harmonies of #EA705F
Complementary color
Monochromatic Colors of #EA705F
Black with #EA705F
Text Example
Text Example
White with #EA705F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA705F; }
p { color: rgb(234,112,95); }
H1.HeaderClassName
{
color: #EA705F;
}
.AnyTagClassName
{
color: #EA705F;
}
</style>
background-color css
<style>
a { background-color: #EA705F; }
a { background-color: rgb(234,112,95); }
div.DivClassName
{
background-color: #EA705F;
}
.BgClassName
{
background-color: #EA705F;
}
</style>
border-color css
<style>
span { border-color: #EA705F; }
span { border-color: rgb(234,112,95); }
td.TdClassName
{
border-color: #EA705F;
}
.TagClassName
{
border-color: #EA705F;
}
</style>