#EA6E65

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

Shades of Terra Cotta #EA6E65

Tints of Terra Cotta #EA6E65

Color information

#EA6E65 (or 0xEA6E65) is unknown color: approx Terra Cotta. HEX triplet: EA, 6E and 65. RGB value is (234,110,101). Sum of RGB (Red+Green+Blue) = 234+110+101=445 (58% of max value = 765). Red value is 234 (91.80% from 255 or 52.58% from 445); Green value is 110 (43.36% from 255 or 24.72% from 445); Blue value is 101 (39.84% from 255 or 22.70% from 445); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6E65 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA6E65 is #15919A. Grayscale: #929292. Windows color (decimal): -1413531 or 6647530. OLE color: 6647530.

HSL color Cylindrical-coordinate representation of color #EA6E65: hue angle of 4.06º degrees, saturation: 0.76, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #EA6E65 is Cyan = 0, Magento = 0.53, Yellow = 0.57 and Black (K on CMYK) = 0.08.

Color convert

RGB234110101-
CMYK00.530.570.08
HSL4.06º76%65.69%-
HSV(B)4.06º56.84%91.76%-
XYZ41.8629.5815.82-
YUV146.05102.58190.73-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 52.58%
GREEN value IS 110 (43.36% from 255) = 24.72%
BLUE value IS 101 (39.84% from 255) = 22.70%
R=52.58%
G=24.72%
B=22.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.57
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23411010100.530.570.084.067665.69
HexEA6E6503539844c42
Octal35215614506571104114102
Binary11101010110111011001010110101111001100010010011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA6E65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA6E65; }

 p { color: rgb(234,110,101); }

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

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

 a { background-color: rgb(234,110,101); }

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

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

 span { border-color: rgb(234,110,101); }

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