Shades of Terra Cotta #EA7D61
Tints of Terra Cotta #EA7D61
RGB
CMYK
RGB Variations
Color information
#EA7D61 (or 0xEA7D61) is known color: Terra Cotta. HEX triplet: EA, 7D and 61. RGB value is (234,125,97). Sum of RGB (Red+Green+Blue) = 234+125+97=456 (60% of max value = 765). Red value is 234 (91.80% from 255 or 51.32% from 456); Green value is 125 (49.22% from 255 or 27.41% from 456); Blue value is 97 (38.28% from 255 or 21.27% from 456); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7D61 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA7D61 is #15829E. Grayscale: #9A9A9A. Windows color (decimal): -1409695 or 6389226. OLE color: 6389226.
HSL color Cylindrical-coordinate representation of color #EA7D61: hue angle of 12.26º 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 #EA7D61 is Cyan = 0, Magento = 0.47, Yellow = 0.59 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 125 | 97 | - |
| CMYK | 0 | 0.47 | 0.59 | 0.08 |
| HSL | 12.26º | 0.77% | 0.65% | - |
| HSV(B) | 12.26º | 0.59% | 0.92% | - |
| XYZ | 43.42 | 33.02 | 15.39 | - |
| YUV | 154.4 | 95.61 | 184.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 125 | 97 | 0 | 0.47 | 0.59 | 0.08 | 12.26 | 0.77 | 0.65 |
| Hex | EA | 7D | 61 | 0 | 2F | 3B | 8 | C | 4D | 41 |
| Octal | 352 | 175 | 141 | 0 | 57 | 73 | 10 | 14 | 115 | 101 |
| Binary | 11101010 | 1111101 | 1100001 | 0 | 101111 | 111011 | 1000 | 1100 | 1001101 | 1000001 |
Color Harmonies of #EA7D61
Complementary color
Monochromatic Colors of #EA7D61
Black with #EA7D61
Text Example
Text Example
White with #EA7D61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA7D61; }
p { color: rgb(234,125,97); }
H1.HeaderClassName
{
color: #EA7D61;
}
.AnyTagClassName
{
color: #EA7D61;
}
</style>
background-color css
<style>
a { background-color: #EA7D61; }
a { background-color: rgb(234,125,97); }
div.DivClassName
{
background-color: #EA7D61;
}
.BgClassName
{
background-color: #EA7D61;
}
</style>
border-color css
<style>
span { border-color: #EA7D61; }
span { border-color: rgb(234,125,97); }
td.TdClassName
{
border-color: #EA7D61;
}
.TagClassName
{
border-color: #EA7D61;
}
</style>