#EC745B

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

Shades of Terra Cotta #EC745B

Tints of Terra Cotta #EC745B

Color information

#EC745B (or 0xEC745B) is unknown color: approx Terra Cotta. HEX triplet: EC, 74 and 5B. RGB value is (236,116,91). Sum of RGB (Red+Green+Blue) = 236+116+91=443 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.27% from 443); Green value is 116 (45.70% from 255 or 26.19% from 443); Blue value is 91 (35.94% from 255 or 20.54% from 443); Max value from RGB is 236 - color contains mainly: red. Hex color #EC745B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC745B is #138BA4. Grayscale: #959595. Windows color (decimal): -1280933 or 5993708. OLE color: 5993708.

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

Color convert

RGB23611691-
CMYK00.510.610.07
HSL10.34º79.23%64.12%-
HSV(B)10.34º61.44%92.55%-
XYZ42.7331.0813.64-
YUV149.0395.26190.03-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 53.27%
GREEN value IS 116 (45.70% from 255) = 26.19%
BLUE value IS 91 (35.94% from 255) = 20.54%
R=53.27%
G=26.19%
B=20.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.61
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2361169100.510.610.0710.3479.2364.12
HexEC745B0333D7a4f40
Octal35416413306375712117100
Binary11101100111010010110110110011111101111101010011111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC745B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC745B; }

 p { color: rgb(236,116,91); }

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

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

 a { background-color: rgb(236,116,91); }

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

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

 span { border-color: rgb(236,116,91); }

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