#EC7F65

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

Shades of Terra Cotta #EC7F65

Tints of Terra Cotta #EC7F65

Color information

#EC7F65 (or 0xEC7F65) is unknown color: approx Terra Cotta. HEX triplet: EC, 7F and 65. RGB value is (236,127,101). Sum of RGB (Red+Green+Blue) = 236+127+101=464 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.86% from 464); Green value is 127 (50% from 255 or 27.37% from 464); Blue value is 101 (39.84% from 255 or 21.77% from 464); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7F65 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC7F65 is #13809A. Grayscale: #9C9C9C. Windows color (decimal): -1278107 or 6651884. OLE color: 6651884.

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

Color convert

RGB236127101-
CMYK00.460.570.07
HSL11.56º78.03%66.08%-
HSV(B)11.56º57.2%92.55%-
XYZ44.5333.9516.52-
YUV156.6396.61184.61-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 50.86%
GREEN value IS 127 (50% from 255) = 27.37%
BLUE value IS 101 (39.84% from 255) = 21.77%
R=50.86%
G=27.37%
B=21.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.57
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23612710100.460.570.0711.5678.0366.08
HexEC7F6502E397c4e42
Octal35417714505671714116102
Binary11101100111111111001010101110111001111110010011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC7F65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC7F65; }

 p { color: rgb(236,127,101); }

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

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

 a { background-color: rgb(236,127,101); }

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

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

 span { border-color: rgb(236,127,101); }

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