Shades of Terra Cotta #EA7A60
Tints of Terra Cotta #EA7A60
RGB
CMYK
RGB Variations
Color information
#EA7A60 (or 0xEA7A60) is known color: Terra Cotta. HEX triplet: EA, 7A and 60. RGB value is (234,122,96). Sum of RGB (Red+Green+Blue) = 234+122+96=452 (59% of max value = 765). Red value is 234 (91.80% from 255 or 51.77% from 452); Green value is 122 (48.05% from 255 or 26.99% from 452); Blue value is 96 (37.89% from 255 or 21.24% from 452); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7A60 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA7A60 is #15859F. Grayscale: #989898. Windows color (decimal): -1410464 or 6322922. OLE color: 6322922.
HSL color Cylindrical-coordinate representation of color #EA7A60: hue angle of 11.3º 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 #EA7A60 is Cyan = 0, Magento = 0.48, Yellow = 0.59 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 122 | 96 | - |
| CMYK | 0 | 0.48 | 0.59 | 0.08 |
| HSL | 11.3º | 0.77% | 0.65% | - |
| HSV(B) | 11.3º | 0.59% | 0.92% | - |
| XYZ | 43 | 32.26 | 15.03 | - |
| YUV | 152.52 | 96.11 | 186.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 122 | 96 | 0 | 0.48 | 0.59 | 0.08 | 11.3 | 0.77 | 0.65 |
| Hex | EA | 7A | 60 | 0 | 30 | 3B | 8 | B | 4D | 41 |
| Octal | 352 | 172 | 140 | 0 | 60 | 73 | 10 | 13 | 115 | 101 |
| Binary | 11101010 | 1111010 | 1100000 | 0 | 110000 | 111011 | 1000 | 1011 | 1001101 | 1000001 |
Color Harmonies of #EA7A60
Complementary color
Monochromatic Colors of #EA7A60
Black with #EA7A60
Text Example
Text Example
White with #EA7A60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA7A60; }
p { color: rgb(234,122,96); }
H1.HeaderClassName
{
color: #EA7A60;
}
.AnyTagClassName
{
color: #EA7A60;
}
</style>
background-color css
<style>
a { background-color: #EA7A60; }
a { background-color: rgb(234,122,96); }
div.DivClassName
{
background-color: #EA7A60;
}
.BgClassName
{
background-color: #EA7A60;
}
</style>
border-color css
<style>
span { border-color: #EA7A60; }
span { border-color: rgb(234,122,96); }
td.TdClassName
{
border-color: #EA7A60;
}
.TagClassName
{
border-color: #EA7A60;
}
</style>