#EA6D64

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

Shades of Terra Cotta #EA6D64

Tints of Terra Cotta #EA6D64

Color information

#EA6D64 (or 0xEA6D64) is unknown color: approx Terra Cotta. HEX triplet: EA, 6D and 64. RGB value is (234,109,100). Sum of RGB (Red+Green+Blue) = 234+109+100=443 (58% of max value = 765). Red value is 234 (91.80% from 255 or 52.82% from 443); Green value is 109 (42.97% from 255 or 24.60% from 443); Blue value is 100 (39.45% from 255 or 22.57% from 443); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6D64 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA6D64 is #15929B. Grayscale: #919191. Windows color (decimal): -1413788 or 6581738. OLE color: 6581738.

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

Color convert

RGB234109100-
CMYK00.530.570.08
HSL4.03º76.14%65.49%-
HSV(B)4.03º57.26%91.76%-
XYZ41.729.3515.52-
YUV145.35102.41191.23-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 52.82%
GREEN value IS 109 (42.97% from 255) = 24.60%
BLUE value IS 100 (39.45% from 255) = 22.57%
R=52.82%
G=24.60%
B=22.57%

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
Decimal23410910000.530.570.084.0376.1465.49
HexEA6D6403539844c41
Octal35215514406571104114101
Binary11101010110110111001000110101111001100010010011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA6D64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA6D64; }

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

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

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

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

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

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

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

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