#EC7C66

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

Shades of Terra Cotta #EC7C66

Tints of Terra Cotta #EC7C66

Color information

#EC7C66 (or 0xEC7C66) is unknown color: approx Terra Cotta. HEX triplet: EC, 7C and 66. RGB value is (236,124,102). Sum of RGB (Red+Green+Blue) = 236+124+102=462 (61% of max value = 765). Red value is 236 (92.58% from 255 or 51.08% from 462); Green value is 124 (48.83% from 255 or 26.84% from 462); Blue value is 102 (40.23% from 255 or 22.08% from 462); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7C66 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC7C66 is #138399. Grayscale: #9B9B9B. Windows color (decimal): -1278874 or 6716652. OLE color: 6716652.

HSL color Cylindrical-coordinate representation of color #EC7C66: hue angle of 9.85º 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 #EC7C66 is Cyan = 0, Magento = 0.47, Yellow = 0.57 and Black (K on CMYK) = 0.07.

Color convert

RGB236124102-
CMYK00.470.570.07
HSL9.85º77.91%66.27%-
HSV(B)9.85º56.78%92.55%-
XYZ44.233.2116.65-
YUV154.9898.11185.79-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 51.08%
GREEN value IS 124 (48.83% from 255) = 26.84%
BLUE value IS 102 (40.23% from 255) = 22.08%
R=51.08%
G=26.84%
B=22.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.57
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23612410200.470.570.079.8577.9166.27
HexEC7C6602F397a4e42
Octal35417414605771712116102
Binary11101100111110011001100101111111001111101010011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC7C66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC7C66; }

 p { color: rgb(236,124,102); }

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

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

 a { background-color: rgb(236,124,102); }

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

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

 span { border-color: rgb(236,124,102); }

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