Shades of Terra Cotta #EA6F65
Tints of Terra Cotta #EA6F65
RGB
CMYK
RGB Variations
Color information
#EA6F65 (or 0xEA6F65) is known color: Terra Cotta. HEX triplet: EA, 6F and 65. RGB value is (234,111,101). Sum of RGB (Red+Green+Blue) = 234+111+101=446 (59% of max value = 765). Red value is 234 (91.80% from 255 or 52.47% from 446); Green value is 111 (43.75% from 255 or 24.89% from 446); Blue value is 101 (39.84% from 255 or 22.65% from 446); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6F65 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA6F65 is #15909A. Grayscale: #929292. Windows color (decimal): -1413275 or 6647786. OLE color: 6647786.
HSL color Cylindrical-coordinate representation of color #EA6F65: hue angle of 4.51º degrees, saturation: 0.76, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #EA6F65 is Cyan = 0, Magento = 0.53, Yellow = 0.57 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 111 | 101 | - |
| CMYK | 0 | 0.53 | 0.57 | 0.08 |
| HSL | 4.51º | 0.76% | 0.66% | - |
| HSV(B) | 4.51º | 0.57% | 0.92% | - |
| XYZ | 41.97 | 29.8 | 15.85 | - |
| YUV | 146.64 | 102.25 | 190.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 111 | 101 | 0 | 0.53 | 0.57 | 0.08 | 4.51 | 0.76 | 0.66 |
| Hex | EA | 6F | 65 | 0 | 35 | 39 | 8 | 5 | 4C | 42 |
| Octal | 352 | 157 | 145 | 0 | 65 | 71 | 10 | 5 | 114 | 102 |
| Binary | 11101010 | 1101111 | 1100101 | 0 | 110101 | 111001 | 1000 | 101 | 1001100 | 1000010 |
Color Harmonies of #EA6F65
Complementary color
Monochromatic Colors of #EA6F65
Black with #EA6F65
Text Example
Text Example
White with #EA6F65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA6F65; }
p { color: rgb(234,111,101); }
H1.HeaderClassName
{
color: #EA6F65;
}
.AnyTagClassName
{
color: #EA6F65;
}
</style>
background-color css
<style>
a { background-color: #EA6F65; }
a { background-color: rgb(234,111,101); }
div.DivClassName
{
background-color: #EA6F65;
}
.BgClassName
{
background-color: #EA6F65;
}
</style>
border-color css
<style>
span { border-color: #EA6F65; }
span { border-color: rgb(234,111,101); }
td.TdClassName
{
border-color: #EA6F65;
}
.TagClassName
{
border-color: #EA6F65;
}
</style>