#EC6561

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

Shades of Terra Cotta #EC6561

Tints of Terra Cotta #EC6561

Color information

#EC6561 (or 0xEC6561) is unknown color: approx Terra Cotta. HEX triplet: EC, 65 and 61. RGB value is (236,101,97). Sum of RGB (Red+Green+Blue) = 236+101+97=434 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.38% from 434); Green value is 101 (39.84% from 255 or 23.27% from 434); Blue value is 97 (38.28% from 255 or 22.35% from 434); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6561 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC6561 is #139A9E. Grayscale: #8D8D8D. Windows color (decimal): -1284767 or 6383084. OLE color: 6383084.

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

Color convert

RGB23610197-
CMYK00.570.590.07
HSL1.73º78.53%65.29%-
HSV(B)1.73º58.9%92.55%-
XYZ41.42814.53-
YUV140.91103.23195.83-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 54.38%
GREEN value IS 101 (39.84% from 255) = 23.27%
BLUE value IS 97 (38.28% from 255) = 22.35%
R=54.38%
G=23.27%
B=22.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.59
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2361019700.570.590.071.7378.5365.29
HexEC65610393B724f41
Octal3541451410717372117101
Binary111011001100101110000101110011110111111010011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC6561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC6561; }

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

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

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

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

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

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

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

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