Shades of Terra Cotta #EA7465
Tints of Terra Cotta #EA7465
RGB
CMYK
RGB Variations
Color information
#EA7465 (or 0xEA7465) is known color: Terra Cotta. HEX triplet: EA, 74 and 65. RGB value is (234,116,101). Sum of RGB (Red+Green+Blue) = 234+116+101=451 (59% of max value = 765). Red value is 234 (91.80% from 255 or 51.88% from 451); Green value is 116 (45.70% from 255 or 25.72% from 451); Blue value is 101 (39.84% from 255 or 22.39% from 451); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7465 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA7465 is #158B9A. Grayscale: #959595. Windows color (decimal): -1411995 or 6649066. OLE color: 6649066.
HSL color Cylindrical-coordinate representation of color #EA7465: hue angle of 6.77º 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 #EA7465 is Cyan = 0, Magento = 0.50, Yellow = 0.57 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 116 | 101 | - |
| CMYK | 0 | 0.50 | 0.57 | 0.08 |
| HSL | 6.77º | 0.76% | 0.66% | - |
| HSV(B) | 6.77º | 0.57% | 0.92% | - |
| XYZ | 42.53 | 30.92 | 16.04 | - |
| YUV | 149.57 | 100.59 | 188.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 116 | 101 | 0 | 0.50 | 0.57 | 0.08 | 6.77 | 0.76 | 0.66 |
| Hex | EA | 74 | 65 | 0 | 32 | 39 | 8 | 7 | 4C | 42 |
| Octal | 352 | 164 | 145 | 0 | 62 | 71 | 10 | 7 | 114 | 102 |
| Binary | 11101010 | 1110100 | 1100101 | 0 | 110010 | 111001 | 1000 | 111 | 1001100 | 1000010 |
Color Harmonies of #EA7465
Complementary color
Monochromatic Colors of #EA7465
Black with #EA7465
Text Example
Text Example
White with #EA7465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA7465; }
p { color: rgb(234,116,101); }
H1.HeaderClassName
{
color: #EA7465;
}
.AnyTagClassName
{
color: #EA7465;
}
</style>
background-color css
<style>
a { background-color: #EA7465; }
a { background-color: rgb(234,116,101); }
div.DivClassName
{
background-color: #EA7465;
}
.BgClassName
{
background-color: #EA7465;
}
</style>
border-color css
<style>
span { border-color: #EA7465; }
span { border-color: rgb(234,116,101); }
td.TdClassName
{
border-color: #EA7465;
}
.TagClassName
{
border-color: #EA7465;
}
</style>