#EC6959

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

Shades of Terra Cotta #EC6959

Tints of Terra Cotta #EC6959

Color information

#EC6959 (or 0xEC6959) is unknown color: approx Terra Cotta. HEX triplet: EC, 69 and 59. RGB value is (236,105,89). Sum of RGB (Red+Green+Blue) = 236+105+89=430 (56% of max value = 765). Red value is 236 (92.58% from 255 or 54.88% from 430); Green value is 105 (41.41% from 255 or 24.42% from 430); Blue value is 89 (35.16% from 255 or 20.70% from 430); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6959 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC6959 is #1396A6. Grayscale: #8E8E8E. Windows color (decimal): -1283751 or 5859820. OLE color: 5859820.

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

Color convert

RGB23610589-
CMYK00.560.620.07
HSL6.53º79.46%63.73%-
HSV(B)6.53º62.29%92.55%-
XYZ41.4528.6612.8-
YUV142.3497.9194.8-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 54.88%
GREEN value IS 105 (41.41% from 255) = 24.42%
BLUE value IS 89 (35.16% from 255) = 20.70%
R=54.88%
G=24.42%
B=20.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.62
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2361058900.560.620.076.5379.4663.73
HexEC69590383E774f40
Octal3541511310707677117100
Binary1110110011010011011001011100011111011111110011111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC6959

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC6959; }

 p { color: rgb(236,105,89); }

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

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

 a { background-color: rgb(236,105,89); }

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

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

 span { border-color: rgb(236,105,89); }

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