Shades of Terra Cotta #EA7262
Tints of Terra Cotta #EA7262
RGB
CMYK
RGB Variations
Color information
#EA7262 (or 0xEA7262) is known color: Terra Cotta. HEX triplet: EA, 72 and 62. RGB value is (234,114,98). Sum of RGB (Red+Green+Blue) = 234+114+98=446 (59% of max value = 765). Red value is 234 (91.80% from 255 or 52.47% from 446); Green value is 114 (44.92% from 255 or 25.56% from 446); Blue value is 98 (38.67% from 255 or 21.97% from 446); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7262 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA7262 is #158D9D. Grayscale: #949494. Windows color (decimal): -1412510 or 6451946. OLE color: 6451946.
HSL color Cylindrical-coordinate representation of color #EA7262: hue angle of 7.06º 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 #EA7262 is Cyan = 0, Magento = 0.51, Yellow = 0.58 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 114 | 98 | - |
| CMYK | 0 | 0.51 | 0.58 | 0.08 |
| HSL | 7.06º | 0.76% | 0.65% | - |
| HSV(B) | 7.06º | 0.58% | 0.92% | - |
| XYZ | 42.15 | 30.41 | 15.2 | - |
| YUV | 148.06 | 99.76 | 189.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 114 | 98 | 0 | 0.51 | 0.58 | 0.08 | 7.06 | 0.76 | 0.65 |
| Hex | EA | 72 | 62 | 0 | 33 | 3A | 8 | 7 | 4C | 41 |
| Octal | 352 | 162 | 142 | 0 | 63 | 72 | 10 | 7 | 114 | 101 |
| Binary | 11101010 | 1110010 | 1100010 | 0 | 110011 | 111010 | 1000 | 111 | 1001100 | 1000001 |
Color Harmonies of #EA7262
Complementary color
Monochromatic Colors of #EA7262
Black with #EA7262
Text Example
Text Example
White with #EA7262
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA7262; }
p { color: rgb(234,114,98); }
H1.HeaderClassName
{
color: #EA7262;
}
.AnyTagClassName
{
color: #EA7262;
}
</style>
background-color css
<style>
a { background-color: #EA7262; }
a { background-color: rgb(234,114,98); }
div.DivClassName
{
background-color: #EA7262;
}
.BgClassName
{
background-color: #EA7262;
}
</style>
border-color css
<style>
span { border-color: #EA7262; }
span { border-color: rgb(234,114,98); }
td.TdClassName
{
border-color: #EA7262;
}
.TagClassName
{
border-color: #EA7262;
}
</style>