#EC6E67

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

Shades of Terra Cotta #EC6E67

Tints of Terra Cotta #EC6E67

Color information

#EC6E67 (or 0xEC6E67) is unknown color: approx Terra Cotta. HEX triplet: EC, 6E and 67. RGB value is (236,110,103). Sum of RGB (Red+Green+Blue) = 236+110+103=449 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.56% from 449); Green value is 110 (43.36% from 255 or 24.50% from 449); Blue value is 103 (40.62% from 255 or 22.94% from 449); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6E67 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC6E67 is #139198. Grayscale: #939393. Windows color (decimal): -1282457 or 6778604. OLE color: 6778604.

HSL color Cylindrical-coordinate representation of color #EC6E67: hue angle of 3.16º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #EC6E67 is Cyan = 0, Magento = 0.53, Yellow = 0.56 and Black (K on CMYK) = 0.07.

Color convert

RGB236110103-
CMYK00.530.560.07
HSL3.16º77.78%66.47%-
HSV(B)3.16º56.36%92.55%-
XYZ42.6229.9616.37-
YUV146.88103.24191.57-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 52.56%
GREEN value IS 110 (43.36% from 255) = 24.50%
BLUE value IS 103 (40.62% from 255) = 22.94%
R=52.56%
G=24.50%
B=22.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.56
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23611010300.530.560.073.1677.7866.47
HexEC6E6703538734e42
Octal3541561470657073116102
Binary111011001101110110011101101011110001111110011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC6E67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC6E67; }

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

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

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

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

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

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

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

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