Shades of Terra Cotta #EA6A62
Tints of Terra Cotta #EA6A62
RGB
CMYK
RGB Variations
Color information
#EA6A62 (or 0xEA6A62) is known color: Terra Cotta. HEX triplet: EA, 6A and 62. RGB value is (234,106,98). Sum of RGB (Red+Green+Blue) = 234+106+98=438 (58% of max value = 765). Red value is 234 (91.80% from 255 or 53.42% from 438); Green value is 106 (41.80% from 255 or 24.20% from 438); Blue value is 98 (38.67% from 255 or 22.37% from 438); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6A62 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA6A62 is #15959D. Grayscale: #8F8F8F. Windows color (decimal): -1414558 or 6449898. OLE color: 6449898.
HSL color Cylindrical-coordinate representation of color #EA6A62: hue angle of 3.53º 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 #EA6A62 is Cyan = 0, Magento = 0.55, Yellow = 0.58 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 106 | 98 | - |
| CMYK | 0 | 0.55 | 0.58 | 0.08 |
| HSL | 3.53º | 0.76% | 0.65% | - |
| HSV(B) | 3.53º | 0.58% | 0.92% | - |
| XYZ | 41.29 | 28.68 | 14.92 | - |
| YUV | 143.36 | 102.41 | 192.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 106 | 98 | 0 | 0.55 | 0.58 | 0.08 | 3.53 | 0.76 | 0.65 |
| Hex | EA | 6A | 62 | 0 | 37 | 3A | 8 | 4 | 4C | 41 |
| Octal | 352 | 152 | 142 | 0 | 67 | 72 | 10 | 4 | 114 | 101 |
| Binary | 11101010 | 1101010 | 1100010 | 0 | 110111 | 111010 | 1000 | 100 | 1001100 | 1000001 |
Color Harmonies of #EA6A62
Complementary color
Monochromatic Colors of #EA6A62
Black with #EA6A62
Text Example
Text Example
White with #EA6A62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA6A62; }
p { color: rgb(234,106,98); }
H1.HeaderClassName
{
color: #EA6A62;
}
.AnyTagClassName
{
color: #EA6A62;
}
</style>
background-color css
<style>
a { background-color: #EA6A62; }
a { background-color: rgb(234,106,98); }
div.DivClassName
{
background-color: #EA6A62;
}
.BgClassName
{
background-color: #EA6A62;
}
</style>
border-color css
<style>
span { border-color: #EA6A62; }
span { border-color: rgb(234,106,98); }
td.TdClassName
{
border-color: #EA6A62;
}
.TagClassName
{
border-color: #EA6A62;
}
</style>