Shades of Terra Cotta #EA6C63
Tints of Terra Cotta #EA6C63
RGB
CMYK
RGB Variations
Color information
#EA6C63 (or 0xEA6C63) is known color: Terra Cotta. HEX triplet: EA, 6C and 63. RGB value is (234,108,99). Sum of RGB (Red+Green+Blue) = 234+108+99=441 (58% of max value = 765). Red value is 234 (91.80% from 255 or 53.06% from 441); Green value is 108 (42.58% from 255 or 24.49% from 441); Blue value is 99 (39.06% from 255 or 22.45% from 441); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6C63 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA6C63 is #15939C. Grayscale: #909090. Windows color (decimal): -1414045 or 6515946. OLE color: 6515946.
HSL color Cylindrical-coordinate representation of color #EA6C63: hue angle of 4º degrees, saturation: 0.76, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #EA6C63 is Cyan = 0, Magento = 0.54, Yellow = 0.58 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 108 | 99 | - |
| CMYK | 0 | 0.54 | 0.58 | 0.08 |
| HSL | 4º | 0.76% | 0.65% | - |
| HSV(B) | 4º | 0.58% | 0.92% | - |
| XYZ | 41.55 | 29.12 | 15.24 | - |
| YUV | 144.65 | 102.24 | 191.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 108 | 99 | 0 | 0.54 | 0.58 | 0.08 | 4 | 0.76 | 0.65 |
| Hex | EA | 6C | 63 | 0 | 36 | 3A | 8 | 4 | 4C | 41 |
| Octal | 352 | 154 | 143 | 0 | 66 | 72 | 10 | 4 | 114 | 101 |
| Binary | 11101010 | 1101100 | 1100011 | 0 | 110110 | 111010 | 1000 | 100 | 1001100 | 1000001 |
Color Harmonies of #EA6C63
Complementary color
Monochromatic Colors of #EA6C63
Black with #EA6C63
Text Example
Text Example
White with #EA6C63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA6C63; }
p { color: rgb(234,108,99); }
H1.HeaderClassName
{
color: #EA6C63;
}
.AnyTagClassName
{
color: #EA6C63;
}
</style>
background-color css
<style>
a { background-color: #EA6C63; }
a { background-color: rgb(234,108,99); }
div.DivClassName
{
background-color: #EA6C63;
}
.BgClassName
{
background-color: #EA6C63;
}
</style>
border-color css
<style>
span { border-color: #EA6C63; }
span { border-color: rgb(234,108,99); }
td.TdClassName
{
border-color: #EA6C63;
}
.TagClassName
{
border-color: #EA6C63;
}
</style>