Shades of Terra Cotta #EA7764
Tints of Terra Cotta #EA7764
RGB
CMYK
RGB Variations
Color information
#EA7764 (or 0xEA7764) is known color: Terra Cotta. HEX triplet: EA, 77 and 64. RGB value is (234,119,100). Sum of RGB (Red+Green+Blue) = 234+119+100=453 (60% of max value = 765). Red value is 234 (91.80% from 255 or 51.66% from 453); Green value is 119 (46.88% from 255 or 26.27% from 453); Blue value is 100 (39.45% from 255 or 22.08% from 453); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7764 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA7764 is #15889B. Grayscale: #979797. Windows color (decimal): -1411228 or 6584298. OLE color: 6584298.
HSL color Cylindrical-coordinate representation of color #EA7764: hue angle of 8.51º degrees, saturation: 0.76, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #EA7764 is Cyan = 0, Magento = 0.49, Yellow = 0.57 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 119 | 100 | - |
| CMYK | 0 | 0.49 | 0.57 | 0.08 |
| HSL | 8.51º | 0.76% | 0.65% | - |
| HSV(B) | 8.51º | 0.57% | 0.92% | - |
| XYZ | 42.83 | 31.61 | 15.9 | - |
| YUV | 151.22 | 99.1 | 187.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 119 | 100 | 0 | 0.49 | 0.57 | 0.08 | 8.51 | 0.76 | 0.65 |
| Hex | EA | 77 | 64 | 0 | 31 | 39 | 8 | 9 | 4C | 41 |
| Octal | 352 | 167 | 144 | 0 | 61 | 71 | 10 | 11 | 114 | 101 |
| Binary | 11101010 | 1110111 | 1100100 | 0 | 110001 | 111001 | 1000 | 1001 | 1001100 | 1000001 |
Color Harmonies of #EA7764
Complementary color
Monochromatic Colors of #EA7764
Black with #EA7764
Text Example
Text Example
White with #EA7764
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA7764; }
p { color: rgb(234,119,100); }
H1.HeaderClassName
{
color: #EA7764;
}
.AnyTagClassName
{
color: #EA7764;
}
</style>
background-color css
<style>
a { background-color: #EA7764; }
a { background-color: rgb(234,119,100); }
div.DivClassName
{
background-color: #EA7764;
}
.BgClassName
{
background-color: #EA7764;
}
</style>
border-color css
<style>
span { border-color: #EA7764; }
span { border-color: rgb(234,119,100); }
td.TdClassName
{
border-color: #EA7764;
}
.TagClassName
{
border-color: #EA7764;
}
</style>