#EC6D5D

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

Shades of Terra Cotta #EC6D5D

Tints of Terra Cotta #EC6D5D

Color information

#EC6D5D (or 0xEC6D5D) is unknown color: approx Terra Cotta. HEX triplet: EC, 6D and 5D. RGB value is (236,109,93). Sum of RGB (Red+Green+Blue) = 236+109+93=438 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.88% from 438); Green value is 109 (42.97% from 255 or 24.89% from 438); Blue value is 93 (36.72% from 255 or 21.23% from 438); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6D5D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC6D5D is #1392A2. Grayscale: #919191. Windows color (decimal): -1282723 or 6122988. OLE color: 6122988.

HSL color Cylindrical-coordinate representation of color #EC6D5D: hue angle of 6.71º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #EC6D5D is Cyan = 0, Magento = 0.54, Yellow = 0.61 and Black (K on CMYK) = 0.07.

Color convert

RGB23610993-
CMYK00.540.610.07
HSL6.71º79.01%64.51%-
HSV(B)6.71º60.59%92.55%-
XYZ42.0429.5613.85-
YUV145.1598.58192.8-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 53.88%
GREEN value IS 109 (42.97% from 255) = 24.89%
BLUE value IS 93 (36.72% from 255) = 21.23%
R=53.88%
G=24.89%
B=21.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.61
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2361099300.540.610.076.7179.0164.51
HexEC6D5D0363D774f41
Octal3541551350667577117101
Binary1110110011011011011101011011011110111111110011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC6D5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC6D5D; }

 p { color: rgb(236,109,93); }

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

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

 a { background-color: rgb(236,109,93); }

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

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

 span { border-color: rgb(236,109,93); }

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