#EC6E5F

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

Shades of Terra Cotta #EC6E5F

Tints of Terra Cotta #EC6E5F

Color information

#EC6E5F (or 0xEC6E5F) is unknown color: approx Terra Cotta. HEX triplet: EC, 6E and 5F. RGB value is (236,110,95). Sum of RGB (Red+Green+Blue) = 236+110+95=441 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.51% from 441); Green value is 110 (43.36% from 255 or 24.94% from 441); Blue value is 95 (37.5% from 255 or 21.54% from 441); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6E5F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC6E5F is #1391A0. Grayscale: #929292. Windows color (decimal): -1282465 or 6254316. OLE color: 6254316.

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

Color convert

RGB23611095-
CMYK00.530.600.07
HSL6.38º78.77%64.9%-
HSV(B)6.38º59.75%92.55%-
XYZ42.2329.8114.35-
YUV145.9699.24192.22-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 53.51%
GREEN value IS 110 (43.36% from 255) = 24.94%
BLUE value IS 95 (37.5% from 255) = 21.54%
R=53.51%
G=24.94%
B=21.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.60
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2361109500.530.600.076.3878.7764.9
HexEC6E5F0353C764f41
Octal3541561370657476117101
Binary1110110011011101011111011010111110011111010011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC6E5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC6E5F; }

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

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

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

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

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

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

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

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