#EC6A65

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

Shades of Terra Cotta #EC6A65

Tints of Terra Cotta #EC6A65

Color information

#EC6A65 (or 0xEC6A65) is unknown color: approx Terra Cotta. HEX triplet: EC, 6A and 65. RGB value is (236,106,101). Sum of RGB (Red+Green+Blue) = 236+106+101=443 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.27% from 443); Green value is 106 (41.80% from 255 or 23.93% from 443); Blue value is 101 (39.84% from 255 or 22.80% from 443); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6A65 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC6A65 is #13959A. Grayscale: #909090. Windows color (decimal): -1283483 or 6646508. OLE color: 6646508.

HSL color Cylindrical-coordinate representation of color #EC6A65: hue angle of 2.22º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #EC6A65 is Cyan = 0, Magento = 0.55, Yellow = 0.57 and Black (K on CMYK) = 0.07.

Color convert

RGB236106101-
CMYK00.550.570.07
HSL2.22º78.03%66.08%-
HSV(B)2.22º57.2%92.55%-
XYZ42.129.0815.71-
YUV144.3103.57193.41-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 53.27%
GREEN value IS 106 (41.80% from 255) = 23.93%
BLUE value IS 101 (39.84% from 255) = 22.80%
R=53.27%
G=23.93%
B=22.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.57
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23610610100.550.570.072.2278.0366.08
HexEC6A6503739724e42
Octal3541521450677172116102
Binary111011001101010110010101101111110011111010011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC6A65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC6A65; }

 p { color: rgb(236,106,101); }

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

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

 a { background-color: rgb(236,106,101); }

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

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

 span { border-color: rgb(236,106,101); }

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