Shades of Terra Cotta #EA7866
Tints of Terra Cotta #EA7866
RGB
CMYK
RGB Variations
Color information
#EA7866 (or 0xEA7866) is known color: Terra Cotta. HEX triplet: EA, 78 and 66. RGB value is (234,120,102). Sum of RGB (Red+Green+Blue) = 234+120+102=456 (60% of max value = 765). Red value is 234 (91.80% from 255 or 51.32% from 456); Green value is 120 (47.27% from 255 or 26.32% from 456); Blue value is 102 (40.23% from 255 or 22.37% from 456); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7866 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA7866 is #158799. Grayscale: #989898. Windows color (decimal): -1410970 or 6715626. OLE color: 6715626.
HSL color Cylindrical-coordinate representation of color #EA7866: hue angle of 8.18º 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 #EA7866 is Cyan = 0, Magento = 0.49, Yellow = 0.56 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 120 | 102 | - |
| CMYK | 0 | 0.49 | 0.56 | 0.08 |
| HSL | 8.18º | 0.76% | 0.66% | - |
| HSV(B) | 8.18º | 0.56% | 0.92% | - |
| XYZ | 43.05 | 31.88 | 16.46 | - |
| YUV | 152.03 | 99.77 | 186.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 120 | 102 | 0 | 0.49 | 0.56 | 0.08 | 8.18 | 0.76 | 0.66 |
| Hex | EA | 78 | 66 | 0 | 31 | 38 | 8 | 8 | 4C | 42 |
| Octal | 352 | 170 | 146 | 0 | 61 | 70 | 10 | 10 | 114 | 102 |
| Binary | 11101010 | 1111000 | 1100110 | 0 | 110001 | 111000 | 1000 | 1000 | 1001100 | 1000010 |
Color Harmonies of #EA7866
Complementary color
Monochromatic Colors of #EA7866
Black with #EA7866
Text Example
Text Example
White with #EA7866
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA7866; }
p { color: rgb(234,120,102); }
H1.HeaderClassName
{
color: #EA7866;
}
.AnyTagClassName
{
color: #EA7866;
}
</style>
background-color css
<style>
a { background-color: #EA7866; }
a { background-color: rgb(234,120,102); }
div.DivClassName
{
background-color: #EA7866;
}
.BgClassName
{
background-color: #EA7866;
}
</style>
border-color css
<style>
span { border-color: #EA7866; }
span { border-color: rgb(234,120,102); }
td.TdClassName
{
border-color: #EA7866;
}
.TagClassName
{
border-color: #EA7866;
}
</style>