#EC6B60

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

Shades of Terra Cotta #EC6B60

Tints of Terra Cotta #EC6B60

Color information

#EC6B60 (or 0xEC6B60) is unknown color: approx Terra Cotta. HEX triplet: EC, 6B and 60. RGB value is (236,107,96). Sum of RGB (Red+Green+Blue) = 236+107+96=439 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.76% from 439); Green value is 107 (42.19% from 255 or 24.37% from 439); Blue value is 96 (37.89% from 255 or 21.87% from 439); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6B60 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC6B60 is #13949F. Grayscale: #909090. Windows color (decimal): -1283232 or 6319084. OLE color: 6319084.

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

Color convert

RGB23610796-
CMYK00.550.590.07
HSL4.71º78.65%65.1%-
HSV(B)4.71º59.32%92.55%-
XYZ41.9629.1914.49-
YUV144.32100.74193.39-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 53.76%
GREEN value IS 107 (42.19% from 255) = 24.37%
BLUE value IS 96 (37.89% from 255) = 21.87%
R=53.76%
G=24.37%
B=21.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.59
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2361079600.550.590.074.7178.6565.1
HexEC6B600373B754f41
Octal3541531400677375117101
Binary1110110011010111100000011011111101111110110011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC6B60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC6B60; }

 p { color: rgb(236,107,96); }

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

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

 a { background-color: rgb(236,107,96); }

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

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

 span { border-color: rgb(236,107,96); }

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