Shades of Terra Cotta #EA6E5D
Tints of Terra Cotta #EA6E5D
RGB
CMYK
RGB Variations
Color information
#EA6E5D (or 0xEA6E5D) is known color: Terra Cotta. HEX triplet: EA, 6E and 5D. RGB value is (234,110,93). Sum of RGB (Red+Green+Blue) = 234+110+93=437 (57% of max value = 765). Red value is 234 (91.80% from 255 or 53.55% from 437); Green value is 110 (43.36% from 255 or 25.17% from 437); Blue value is 93 (36.72% from 255 or 21.28% from 437); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6E5D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA6E5D is #1591A2. Grayscale: #919191. Windows color (decimal): -1413539 or 6123242. OLE color: 6123242.
HSL color Cylindrical-coordinate representation of color #EA6E5D: hue angle of 7.23º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EA6E5D is Cyan = 0, Magento = 0.53, Yellow = 0.60 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 110 | 93 | - |
| CMYK | 0 | 0.53 | 0.60 | 0.08 |
| HSL | 7.23º | 0.77% | 0.64% | - |
| HSV(B) | 7.23º | 0.6% | 0.92% | - |
| XYZ | 41.48 | 29.43 | 13.85 | - |
| YUV | 145.14 | 98.58 | 191.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 110 | 93 | 0 | 0.53 | 0.60 | 0.08 | 7.23 | 0.77 | 0.64 |
| Hex | EA | 6E | 5D | 0 | 35 | 3C | 8 | 7 | 4D | 40 |
| Octal | 352 | 156 | 135 | 0 | 65 | 74 | 10 | 7 | 115 | 100 |
| Binary | 11101010 | 1101110 | 1011101 | 0 | 110101 | 111100 | 1000 | 111 | 1001101 | 1000000 |
Color Harmonies of #EA6E5D
Complementary color
Monochromatic Colors of #EA6E5D
Black with #EA6E5D
Text Example
Text Example
White with #EA6E5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA6E5D; }
p { color: rgb(234,110,93); }
H1.HeaderClassName
{
color: #EA6E5D;
}
.AnyTagClassName
{
color: #EA6E5D;
}
</style>
background-color css
<style>
a { background-color: #EA6E5D; }
a { background-color: rgb(234,110,93); }
div.DivClassName
{
background-color: #EA6E5D;
}
.BgClassName
{
background-color: #EA6E5D;
}
</style>
border-color css
<style>
span { border-color: #EA6E5D; }
span { border-color: rgb(234,110,93); }
td.TdClassName
{
border-color: #EA6E5D;
}
.TagClassName
{
border-color: #EA6E5D;
}
</style>