#EC6861

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

Shades of Terra Cotta #EC6861

Tints of Terra Cotta #EC6861

Color information

#EC6861 (or 0xEC6861) is unknown color: approx Terra Cotta. HEX triplet: EC, 68 and 61. RGB value is (236,104,97). Sum of RGB (Red+Green+Blue) = 236+104+97=437 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.00% from 437); Green value is 104 (41.02% from 255 or 23.80% from 437); Blue value is 97 (38.28% from 255 or 22.20% from 437); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6861 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC6861 is #13979E. Grayscale: #8E8E8E. Windows color (decimal): -1283999 or 6383852. OLE color: 6383852.

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

Color convert

RGB23610497-
CMYK00.560.590.07
HSL3.02º78.53%65.29%-
HSV(B)3.02º58.9%92.55%-
XYZ41.728.614.63-
YUV142.67102.23194.57-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 54.00%
GREEN value IS 104 (41.02% from 255) = 23.80%
BLUE value IS 97 (38.28% from 255) = 22.20%
R=54.00%
G=23.80%
B=22.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.59
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2361049700.560.590.073.0278.5365.29
HexEC68610383B734f41
Octal3541501410707373117101
Binary111011001101000110000101110001110111111110011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC6861

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC6861; }

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

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

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

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

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

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

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

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