Shades of Terra Cotta #EA6A67
Tints of Terra Cotta #EA6A67
RGB
CMYK
RGB Variations
Color information
#EA6A67 (or 0xEA6A67) is known color: Terra Cotta. HEX triplet: EA, 6A and 67. RGB value is (234,106,103). Sum of RGB (Red+Green+Blue) = 234+106+103=443 (58% of max value = 765). Red value is 234 (91.80% from 255 or 52.82% from 443); Green value is 106 (41.80% from 255 or 23.93% from 443); Blue value is 103 (40.62% from 255 or 23.25% from 443); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6A67 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA6A67 is #159598. Grayscale: #909090. Windows color (decimal): -1414553 or 6777578. OLE color: 6777578.
HSL color Cylindrical-coordinate representation of color #EA6A67: hue angle of 1.37º degrees, saturation: 0.76, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #EA6A67 is Cyan = 0, Magento = 0.55, Yellow = 0.56 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 106 | 103 | - |
| CMYK | 0 | 0.55 | 0.56 | 0.08 |
| HSL | 1.37º | 0.76% | 0.66% | - |
| HSV(B) | 1.37º | 0.56% | 0.92% | - |
| XYZ | 41.53 | 28.78 | 16.2 | - |
| YUV | 143.93 | 104.91 | 192.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 106 | 103 | 0 | 0.55 | 0.56 | 0.08 | 1.37 | 0.76 | 0.66 |
| Hex | EA | 6A | 67 | 0 | 37 | 38 | 8 | 1 | 4C | 42 |
| Octal | 352 | 152 | 147 | 0 | 67 | 70 | 10 | 1 | 114 | 102 |
| Binary | 11101010 | 1101010 | 1100111 | 0 | 110111 | 111000 | 1000 | 1 | 1001100 | 1000010 |
Color Harmonies of #EA6A67
Complementary color
Monochromatic Colors of #EA6A67
Black with #EA6A67
Text Example
Text Example
White with #EA6A67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA6A67; }
p { color: rgb(234,106,103); }
H1.HeaderClassName
{
color: #EA6A67;
}
.AnyTagClassName
{
color: #EA6A67;
}
</style>
background-color css
<style>
a { background-color: #EA6A67; }
a { background-color: rgb(234,106,103); }
div.DivClassName
{
background-color: #EA6A67;
}
.BgClassName
{
background-color: #EA6A67;
}
</style>
border-color css
<style>
span { border-color: #EA6A67; }
span { border-color: rgb(234,106,103); }
td.TdClassName
{
border-color: #EA6A67;
}
.TagClassName
{
border-color: #EA6A67;
}
</style>