Shades of Terra Cotta #EA6966
Tints of Terra Cotta #EA6966
RGB
CMYK
RGB Variations
Color information
#EA6966 (or 0xEA6966) is known color: Terra Cotta. HEX triplet: EA, 69 and 66. RGB value is (234,105,102). Sum of RGB (Red+Green+Blue) = 234+105+102=441 (58% of max value = 765). Red value is 234 (91.80% from 255 or 53.06% from 441); Green value is 105 (41.41% from 255 or 23.81% from 441); Blue value is 102 (40.23% from 255 or 23.13% from 441); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6966 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA6966 is #159699. Grayscale: #8F8F8F. Windows color (decimal): -1414810 or 6711786. OLE color: 6711786.
HSL color Cylindrical-coordinate representation of color #EA6966: hue angle of 1.36º 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 #EA6966 is Cyan = 0, Magento = 0.55, Yellow = 0.56 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 105 | 102 | - |
| CMYK | 0 | 0.55 | 0.56 | 0.08 |
| HSL | 1.36º | 0.76% | 0.66% | - |
| HSV(B) | 1.36º | 0.56% | 0.92% | - |
| XYZ | 41.38 | 28.55 | 15.9 | - |
| YUV | 143.23 | 104.74 | 192.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 105 | 102 | 0 | 0.55 | 0.56 | 0.08 | 1.36 | 0.76 | 0.66 |
| Hex | EA | 69 | 66 | 0 | 37 | 38 | 8 | 1 | 4C | 42 |
| Octal | 352 | 151 | 146 | 0 | 67 | 70 | 10 | 1 | 114 | 102 |
| Binary | 11101010 | 1101001 | 1100110 | 0 | 110111 | 111000 | 1000 | 1 | 1001100 | 1000010 |
Color Harmonies of #EA6966
Complementary color
Monochromatic Colors of #EA6966
Black with #EA6966
Text Example
Text Example
White with #EA6966
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA6966; }
p { color: rgb(234,105,102); }
H1.HeaderClassName
{
color: #EA6966;
}
.AnyTagClassName
{
color: #EA6966;
}
</style>
background-color css
<style>
a { background-color: #EA6966; }
a { background-color: rgb(234,105,102); }
div.DivClassName
{
background-color: #EA6966;
}
.BgClassName
{
background-color: #EA6966;
}
</style>
border-color css
<style>
span { border-color: #EA6966; }
span { border-color: rgb(234,105,102); }
td.TdClassName
{
border-color: #EA6966;
}
.TagClassName
{
border-color: #EA6966;
}
</style>