Shades of Terra Cotta #EA6959
Tints of Terra Cotta #EA6959
RGB
CMYK
RGB Variations
Color information
#EA6959 (or 0xEA6959) is known color: Terra Cotta. HEX triplet: EA, 69 and 59. RGB value is (234,105,89). Sum of RGB (Red+Green+Blue) = 234+105+89=428 (56% of max value = 765). Red value is 234 (91.80% from 255 or 54.67% from 428); Green value is 105 (41.41% from 255 or 24.53% from 428); Blue value is 89 (35.16% from 255 or 20.79% from 428); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6959 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA6959 is #1596A6. Grayscale: #8D8D8D. Windows color (decimal): -1414823 or 5859818. OLE color: 5859818.
HSL color Cylindrical-coordinate representation of color #EA6959: hue angle of 6.62º degrees, saturation: 0.78, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #EA6959 is Cyan = 0, Magento = 0.55, Yellow = 0.62 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 105 | 89 | - |
| CMYK | 0 | 0.55 | 0.62 | 0.08 |
| HSL | 6.62º | 0.78% | 0.63% | - |
| HSV(B) | 6.62º | 0.62% | 0.92% | - |
| XYZ | 40.79 | 28.32 | 12.77 | - |
| YUV | 141.75 | 98.24 | 193.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 105 | 89 | 0 | 0.55 | 0.62 | 0.08 | 6.62 | 0.78 | 0.63 |
| Hex | EA | 69 | 59 | 0 | 37 | 3E | 8 | 7 | 4E | 3F |
| Octal | 352 | 151 | 131 | 0 | 67 | 76 | 10 | 7 | 116 | 77 |
| Binary | 11101010 | 1101001 | 1011001 | 0 | 110111 | 111110 | 1000 | 111 | 1001110 | 111111 |
Color Harmonies of #EA6959
Complementary color
Monochromatic Colors of #EA6959
Black with #EA6959
Text Example
Text Example
White with #EA6959
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA6959; }
p { color: rgb(234,105,89); }
H1.HeaderClassName
{
color: #EA6959;
}
.AnyTagClassName
{
color: #EA6959;
}
</style>
background-color css
<style>
a { background-color: #EA6959; }
a { background-color: rgb(234,105,89); }
div.DivClassName
{
background-color: #EA6959;
}
.BgClassName
{
background-color: #EA6959;
}
</style>
border-color css
<style>
span { border-color: #EA6959; }
span { border-color: rgb(234,105,89); }
td.TdClassName
{
border-color: #EA6959;
}
.TagClassName
{
border-color: #EA6959;
}
</style>