Shades of Terra Cotta #EA7A5E
Tints of Terra Cotta #EA7A5E
RGB
CMYK
RGB Variations
Color information
#EA7A5E (or 0xEA7A5E) is known color: Terra Cotta. HEX triplet: EA, 7A and 5E. RGB value is (234,122,94). Sum of RGB (Red+Green+Blue) = 234+122+94=450 (59% of max value = 765). Red value is 234 (91.80% from 255 or 52% from 450); Green value is 122 (48.05% from 255 or 27.11% from 450); Blue value is 94 (37.11% from 255 or 20.89% from 450); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7A5E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA7A5E is #1585A1. Grayscale: #989898. Windows color (decimal): -1410466 or 6191850. OLE color: 6191850.
HSL color Cylindrical-coordinate representation of color #EA7A5E: hue angle of 12º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EA7A5E is Cyan = 0, Magento = 0.48, Yellow = 0.60 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 122 | 94 | - |
| CMYK | 0 | 0.48 | 0.60 | 0.08 |
| HSL | 12º | 0.77% | 0.64% | - |
| HSV(B) | 12º | 0.6% | 0.92% | - |
| XYZ | 42.91 | 32.22 | 14.55 | - |
| YUV | 152.3 | 95.11 | 186.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 122 | 94 | 0 | 0.48 | 0.60 | 0.08 | 12 | 0.77 | 0.64 |
| Hex | EA | 7A | 5E | 0 | 30 | 3C | 8 | C | 4D | 40 |
| Octal | 352 | 172 | 136 | 0 | 60 | 74 | 10 | 14 | 115 | 100 |
| Binary | 11101010 | 1111010 | 1011110 | 0 | 110000 | 111100 | 1000 | 1100 | 1001101 | 1000000 |
Color Harmonies of #EA7A5E
Complementary color
Monochromatic Colors of #EA7A5E
Black with #EA7A5E
Text Example
Text Example
White with #EA7A5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA7A5E; }
p { color: rgb(234,122,94); }
H1.HeaderClassName
{
color: #EA7A5E;
}
.AnyTagClassName
{
color: #EA7A5E;
}
</style>
background-color css
<style>
a { background-color: #EA7A5E; }
a { background-color: rgb(234,122,94); }
div.DivClassName
{
background-color: #EA7A5E;
}
.BgClassName
{
background-color: #EA7A5E;
}
</style>
border-color css
<style>
span { border-color: #EA7A5E; }
span { border-color: rgb(234,122,94); }
td.TdClassName
{
border-color: #EA7A5E;
}
.TagClassName
{
border-color: #EA7A5E;
}
</style>