#EC745F

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

Shades of Terra Cotta #EC745F

Tints of Terra Cotta #EC745F

Color information

#EC745F (or 0xEC745F) is unknown color: approx Terra Cotta. HEX triplet: EC, 74 and 5F. RGB value is (236,116,95). Sum of RGB (Red+Green+Blue) = 236+116+95=447 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.80% from 447); Green value is 116 (45.70% from 255 or 25.95% from 447); Blue value is 95 (37.5% from 255 or 21.25% from 447); Max value from RGB is 236 - color contains mainly: red. Hex color #EC745F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC745F is #138BA0. Grayscale: #959595. Windows color (decimal): -1280929 or 6255852. OLE color: 6255852.

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

Color convert

RGB23611695-
CMYK00.510.600.07
HSL8.94º78.77%64.9%-
HSV(B)8.94º59.75%92.55%-
XYZ42.931.1514.58-
YUV149.4997.26189.71-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 52.80%
GREEN value IS 116 (45.70% from 255) = 25.95%
BLUE value IS 95 (37.5% from 255) = 21.25%
R=52.80%
G=25.95%
B=21.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.60
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2361169500.510.600.078.9478.7764.9
HexEC745F0333C794f41
Octal35416413706374711117101
Binary11101100111010010111110110011111100111100110011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC745F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC745F; }

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

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

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

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

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

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

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

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