Shades of Terra Cotta #EA6761
Tints of Terra Cotta #EA6761
RGB
CMYK
RGB Variations
Color information
#EA6761 (or 0xEA6761) is known color: Terra Cotta. HEX triplet: EA, 67 and 61. RGB value is (234,103,97). Sum of RGB (Red+Green+Blue) = 234+103+97=434 (57% of max value = 765). Red value is 234 (91.80% from 255 or 53.92% from 434); Green value is 103 (40.62% from 255 or 23.73% from 434); Blue value is 97 (38.28% from 255 or 22.35% from 434); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6761 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA6761 is #15989E. Grayscale: #8D8D8D. Windows color (decimal): -1415327 or 6383594. OLE color: 6383594.
HSL color Cylindrical-coordinate representation of color #EA6761: hue angle of 2.63º 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 #EA6761 is Cyan = 0, Magento = 0.56, Yellow = 0.59 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 103 | 97 | - |
| CMYK | 0 | 0.56 | 0.59 | 0.08 |
| HSL | 2.63º | 0.77% | 0.65% | - |
| HSV(B) | 2.63º | 0.59% | 0.92% | - |
| XYZ | 40.94 | 28.06 | 14.57 | - |
| YUV | 141.49 | 102.9 | 193.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 103 | 97 | 0 | 0.56 | 0.59 | 0.08 | 2.63 | 0.77 | 0.65 |
| Hex | EA | 67 | 61 | 0 | 38 | 3B | 8 | 3 | 4D | 41 |
| Octal | 352 | 147 | 141 | 0 | 70 | 73 | 10 | 3 | 115 | 101 |
| Binary | 11101010 | 1100111 | 1100001 | 0 | 111000 | 111011 | 1000 | 11 | 1001101 | 1000001 |
Color Harmonies of #EA6761
Complementary color
Monochromatic Colors of #EA6761
Black with #EA6761
Text Example
Text Example
White with #EA6761
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA6761; }
p { color: rgb(234,103,97); }
H1.HeaderClassName
{
color: #EA6761;
}
.AnyTagClassName
{
color: #EA6761;
}
</style>
background-color css
<style>
a { background-color: #EA6761; }
a { background-color: rgb(234,103,97); }
div.DivClassName
{
background-color: #EA6761;
}
.BgClassName
{
background-color: #EA6761;
}
</style>
border-color css
<style>
span { border-color: #EA6761; }
span { border-color: rgb(234,103,97); }
td.TdClassName
{
border-color: #EA6761;
}
.TagClassName
{
border-color: #EA6761;
}
</style>