#EA6A61

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

Shades of Terra Cotta #EA6A61

Tints of Terra Cotta #EA6A61

Color information

#EA6A61 (or 0xEA6A61) is unknown color: approx Terra Cotta. HEX triplet: EA, 6A and 61. RGB value is (234,106,97). Sum of RGB (Red+Green+Blue) = 234+106+97=437 (57% of max value = 765). Red value is 234 (91.80% from 255 or 53.55% from 437); Green value is 106 (41.80% from 255 or 24.26% from 437); Blue value is 97 (38.28% from 255 or 22.20% from 437); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6A61 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA6A61 is #15959E. Grayscale: #8F8F8F. Windows color (decimal): -1414559 or 6384362. OLE color: 6384362.

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

Color convert

RGB23410697-
CMYK00.550.590.08
HSL3.94º76.54%64.9%-
HSV(B)3.94º58.55%91.76%-
XYZ41.2428.6614.67-
YUV143.25101.91192.73-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 53.55%
GREEN value IS 106 (41.80% from 255) = 24.26%
BLUE value IS 97 (38.28% from 255) = 22.20%
R=53.55%
G=24.26%
B=22.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.59
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2341069700.550.590.083.9476.5464.9
HexEA6A610373B844d41
Octal35215214106773104115101
Binary11101010110101011000010110111111011100010010011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA6A61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA6A61; }

 p { color: rgb(234,106,97); }

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

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

 a { background-color: rgb(234,106,97); }

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

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

 span { border-color: rgb(234,106,97); }

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