#ec705f

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

Shades of Terra Cotta #EC705F

Tints of Terra Cotta #EC705F

Color information

#EC705F (or 0xEC705F) is unknown color: approx Terra Cotta. HEX triplet: EC, 70 and 5F. RGB value is (236,112,95). Sum of RGB (Red+Green+Blue) = 236+112+95=443 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.27% from 443); Green value is 112 (44.14% from 255 or 25.28% from 443); Blue value is 95 (37.5% from 255 or 21.44% from 443); Max value from RGB is 236 - color contains mainly: red. Hex color #EC705F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC705F is #138FA0. Grayscale: #939393. Windows color (decimal): -1281953 or 6254828. OLE color: 6254828.

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

Color convert

RGB23611295-
CMYK00.530.600.07
HSL7.23º78.77%64.9%-
HSV(B)7.23º59.75%92.55%-
XYZ42.4530.2514.43-
YUV147.1498.58191.38-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 53.27%
GREEN value IS 112 (44.14% from 255) = 25.28%
BLUE value IS 95 (37.5% from 255) = 21.44%
R=53.27%
G=25.28%
B=21.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.60
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2361129500.530.600.077.2378.7764.9
HexEC705F0353C774f41
Octal3541601370657477117101
Binary1110110011100001011111011010111110011111110011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ec705f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ec705f; }

 p { color: rgb(236,112,95); }

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

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

 a { background-color: rgb(236,112,95); }

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

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

 span { border-color: rgb(236,112,95); }

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