#EA6C60

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

Shades of Terra Cotta #EA6C60

Tints of Terra Cotta #EA6C60

Color information

#EA6C60 (or 0xEA6C60) is unknown color: approx Terra Cotta. HEX triplet: EA, 6C and 60. RGB value is (234,108,96). Sum of RGB (Red+Green+Blue) = 234+108+96=438 (58% of max value = 765). Red value is 234 (91.80% from 255 or 53.42% from 438); Green value is 108 (42.58% from 255 or 24.66% from 438); Blue value is 96 (37.89% from 255 or 21.92% from 438); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6C60 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA6C60 is #15939F. Grayscale: #909090. Windows color (decimal): -1414048 or 6319338. OLE color: 6319338.

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

Color convert

RGB23410896-
CMYK00.540.590.08
HSL5.22º76.67%64.71%-
HSV(B)5.22º58.97%91.76%-
XYZ41.4129.0614.49-
YUV144.31100.74191.98-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 53.42%
GREEN value IS 108 (42.58% from 255) = 24.66%
BLUE value IS 96 (37.89% from 255) = 21.92%
R=53.42%
G=24.66%
B=21.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.59
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2341089600.540.590.085.2276.6764.71
HexEA6C600363B854d41
Octal35215414006673105115101
Binary11101010110110011000000110110111011100010110011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA6C60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA6C60; }

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

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

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

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

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

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

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

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