#EA6D61

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

Shades of Terra Cotta #EA6D61

Tints of Terra Cotta #EA6D61

Color information

#EA6D61 (or 0xEA6D61) is unknown color: approx Terra Cotta. HEX triplet: EA, 6D and 61. RGB value is (234,109,97). Sum of RGB (Red+Green+Blue) = 234+109+97=440 (58% of max value = 765). Red value is 234 (91.80% from 255 or 53.18% from 440); Green value is 109 (42.97% from 255 or 24.77% from 440); Blue value is 97 (38.28% from 255 or 22.05% from 440); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6D61 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA6D61 is #15929E. Grayscale: #919191. Windows color (decimal): -1413791 or 6385130. OLE color: 6385130.

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

Color convert

RGB23410997-
CMYK00.530.590.08
HSL5.26º76.54%64.9%-
HSV(B)5.26º58.55%91.76%-
XYZ41.5629.2914.77-
YUV145.01100.91191.48-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 53.18%
GREEN value IS 109 (42.97% from 255) = 24.77%
BLUE value IS 97 (38.28% from 255) = 22.05%
R=53.18%
G=24.77%
B=22.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.59
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2341099700.530.590.085.2676.5464.9
HexEA6D610353B854d41
Octal35215514106573105115101
Binary11101010110110111000010110101111011100010110011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA6D61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA6D61; }

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

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

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

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

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

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

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

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