#EA7159

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

Shades of Terra Cotta #EA7159

Tints of Terra Cotta #EA7159

Color information

#EA7159 (or 0xEA7159) is unknown color: approx Terra Cotta. HEX triplet: EA, 71 and 59. RGB value is (234,113,89). Sum of RGB (Red+Green+Blue) = 234+113+89=436 (57% of max value = 765). Red value is 234 (91.80% from 255 or 53.67% from 436); Green value is 113 (44.53% from 255 or 25.92% from 436); Blue value is 89 (35.16% from 255 or 20.41% from 436); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7159 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA7159 is #158EA6. Grayscale: #929292. Windows color (decimal): -1412775 or 5861866. OLE color: 5861866.

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

Color convert

RGB23411389-
CMYK00.520.620.08
HSL9.93º77.54%63.33%-
HSV(B)9.93º61.97%91.76%-
XYZ41.6430.0213.05-
YUV146.4495.59190.45-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 53.67%
GREEN value IS 113 (44.53% from 255) = 25.92%
BLUE value IS 89 (35.16% from 255) = 20.41%
R=53.67%
G=25.92%
B=20.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.62
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2341138900.520.620.089.9377.5463.33
HexEA71590343E8a4e3f
Octal35216113106476101211677
Binary11101010111000110110010110100111110100010101001110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA7159

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA7159; }

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

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

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

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

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

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

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

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