#EA7160

Color #EA7160 Terra Cotta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Terra Cotta #EA7160

Tints of Terra Cotta #EA7160

Color information

#EA7160 (or 0xEA7160) is unknown color: approx Terra Cotta. HEX triplet: EA, 71 and 60. RGB value is (234,113,96). Sum of RGB (Red+Green+Blue) = 234+113+96=443 (58% of max value = 765). Red value is 234 (91.80% from 255 or 52.82% from 443); Green value is 113 (44.53% from 255 or 25.51% from 443); Blue value is 96 (37.89% from 255 or 21.67% from 443); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7160 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA7160 is #158E9F. Grayscale: #939393. Windows color (decimal): -1412768 or 6320618. OLE color: 6320618.

HSL color Cylindrical-coordinate representation of color #EA7160: hue angle of 7.39º degrees, saturation: 0.77, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #EA7160 is Cyan = 0, Magento = 0.52, Yellow = 0.59 and Black (K on CMYK) = 0.08.

Color convert

RGB23411396-
CMYK00.520.590.08
HSL7.39º76.67%64.71%-
HSV(B)7.39º58.97%91.76%-
XYZ41.9530.1514.67-
YUV147.2499.09189.88-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 234 (91.80% from 255) = 52.82%
GREEN value IS 113 (44.53% from 255) = 25.51%
BLUE value IS 96 (37.89% from 255) = 21.67%
R=52.82%
G=25.51%
B=21.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.59
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2341139600.520.590.087.3976.6764.71
HexEA71600343B874d41
Octal35216114006473107115101
Binary11101010111000111000000110100111011100011110011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA7160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA7160; }

 p { color: rgb(234,113,96); }

 H1.HeaderClassName
 {
   color: #EA7160;
 }
 .AnyTagClassName
 {
   color: #EA7160;
 }
</style>
background-color css

<style>
 a { background-color: #EA7160; }

 a { background-color: rgb(234,113,96); }

 div.DivClassName
 {
   background-color: #EA7160;
 }
 .BgClassName
 {
   background-color: #EA7160;
 }
</style>
border-color css

<style>
 span { border-color: #EA7160; }

 span { border-color: rgb(234,113,96); }

 td.TdClassName
 {
   border-color: #EA7160;
 }
 .TagClassName
 {
   border-color: #EA7160;
 }
</style>