#EA7360

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

Shades of Terra Cotta #EA7360

Tints of Terra Cotta #EA7360

Color information

#EA7360 (or 0xEA7360) is unknown color: approx Terra Cotta. HEX triplet: EA, 73 and 60. RGB value is (234,115,96). Sum of RGB (Red+Green+Blue) = 234+115+96=445 (58% of max value = 765). Red value is 234 (91.80% from 255 or 52.58% from 445); Green value is 115 (45.31% from 255 or 25.84% from 445); Blue value is 96 (37.89% from 255 or 21.57% from 445); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7360 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA7360 is #158C9F. Grayscale: #949494. Windows color (decimal): -1412256 or 6321130. OLE color: 6321130.

HSL color Cylindrical-coordinate representation of color #EA7360: hue angle of 8.26º 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 #EA7360 is Cyan = 0, Magento = 0.51, Yellow = 0.59 and Black (K on CMYK) = 0.08.

Color convert

RGB23411596-
CMYK00.510.590.08
HSL8.26º76.67%64.71%-
HSV(B)8.26º58.97%91.76%-
XYZ42.1730.614.75-
YUV148.4298.42189.04-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 52.58%
GREEN value IS 115 (45.31% from 255) = 25.84%
BLUE value IS 96 (37.89% from 255) = 21.57%
R=52.58%
G=25.84%
B=21.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.59
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2341159600.510.590.088.2676.6764.71
HexEA73600333B884d41
Octal352163140063731010115101
Binary111010101110011110000001100111110111000100010011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA7360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA7360; }

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

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

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

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

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

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

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

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