Shades of Terra Cotta #EA6763
Tints of Terra Cotta #EA6763
RGB
CMYK
RGB Variations
Color information
#EA6763 (or 0xEA6763) is known color: Terra Cotta. HEX triplet: EA, 67 and 63. RGB value is (234,103,99). Sum of RGB (Red+Green+Blue) = 234+103+99=436 (57% of max value = 765). Red value is 234 (91.80% from 255 or 53.67% from 436); Green value is 103 (40.62% from 255 or 23.62% from 436); Blue value is 99 (39.06% from 255 or 22.71% from 436); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6763 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA6763 is #15989C. Grayscale: #8D8D8D. Windows color (decimal): -1415325 or 6514666. OLE color: 6514666.
HSL color Cylindrical-coordinate representation of color #EA6763: hue angle of 1.78º 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 #EA6763 is Cyan = 0, Magento = 0.56, Yellow = 0.58 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 103 | 99 | - |
| CMYK | 0 | 0.56 | 0.58 | 0.08 |
| HSL | 1.78º | 0.76% | 0.65% | - |
| HSV(B) | 1.78º | 0.58% | 0.92% | - |
| XYZ | 41.03 | 28.09 | 15.06 | - |
| YUV | 141.71 | 103.9 | 193.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 103 | 99 | 0 | 0.56 | 0.58 | 0.08 | 1.78 | 0.76 | 0.65 |
| Hex | EA | 67 | 63 | 0 | 38 | 3A | 8 | 2 | 4C | 41 |
| Octal | 352 | 147 | 143 | 0 | 70 | 72 | 10 | 2 | 114 | 101 |
| Binary | 11101010 | 1100111 | 1100011 | 0 | 111000 | 111010 | 1000 | 10 | 1001100 | 1000001 |
Color Harmonies of #EA6763
Complementary color
Monochromatic Colors of #EA6763
Black with #EA6763
Text Example
Text Example
White with #EA6763
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA6763; }
p { color: rgb(234,103,99); }
H1.HeaderClassName
{
color: #EA6763;
}
.AnyTagClassName
{
color: #EA6763;
}
</style>
background-color css
<style>
a { background-color: #EA6763; }
a { background-color: rgb(234,103,99); }
div.DivClassName
{
background-color: #EA6763;
}
.BgClassName
{
background-color: #EA6763;
}
</style>
border-color css
<style>
span { border-color: #EA6763; }
span { border-color: rgb(234,103,99); }
td.TdClassName
{
border-color: #EA6763;
}
.TagClassName
{
border-color: #EA6763;
}
</style>