#EA6D66

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

Shades of Terra Cotta #EA6D66

Tints of Terra Cotta #EA6D66

Color information

#EA6D66 (or 0xEA6D66) is unknown color: approx Terra Cotta. HEX triplet: EA, 6D and 66. RGB value is (234,109,102). Sum of RGB (Red+Green+Blue) = 234+109+102=445 (58% of max value = 765). Red value is 234 (91.80% from 255 or 52.58% from 445); Green value is 109 (42.97% from 255 or 24.49% from 445); Blue value is 102 (40.23% from 255 or 22.92% from 445); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6D66 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA6D66 is #159299. Grayscale: #919191. Windows color (decimal): -1413786 or 6712810. OLE color: 6712810.

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

Color convert

RGB234109102-
CMYK00.530.560.08
HSL3.18º75.86%65.88%-
HSV(B)3.18º56.41%91.76%-
XYZ41.829.3916.04-
YUV145.58103.41191.07-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 52.58%
GREEN value IS 109 (42.97% from 255) = 24.49%
BLUE value IS 102 (40.23% from 255) = 22.92%
R=52.58%
G=24.49%
B=22.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.56
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23410910200.530.560.083.1875.8665.88
HexEA6D6603538834c42
Octal35215514606570103114102
Binary1110101011011011100110011010111100010001110011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA6D66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA6D66; }

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

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

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

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

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

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

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

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