#EC685E

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

Shades of Terra Cotta #EC685E

Tints of Terra Cotta #EC685E

Color information

#EC685E (or 0xEC685E) is unknown color: approx Terra Cotta. HEX triplet: EC, 68 and 5E. RGB value is (236,104,94). Sum of RGB (Red+Green+Blue) = 236+104+94=434 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.38% from 434); Green value is 104 (41.02% from 255 or 23.96% from 434); Blue value is 94 (37.11% from 255 or 21.66% from 434); Max value from RGB is 236 - color contains mainly: red. Hex color #EC685E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC685E is #1397A1. Grayscale: #8E8E8E. Windows color (decimal): -1284002 or 6187244. OLE color: 6187244.

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

Color convert

RGB23610494-
CMYK00.560.600.07
HSL4.23º78.89%64.71%-
HSV(B)4.23º60.17%92.55%-
XYZ41.5628.5413.91-
YUV142.33100.73194.81-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 54.38%
GREEN value IS 104 (41.02% from 255) = 23.96%
BLUE value IS 94 (37.11% from 255) = 21.66%
R=54.38%
G=23.96%
B=21.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.60
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2361049400.560.600.074.2378.8964.71
HexEC685E0383C744f41
Octal3541501360707474117101
Binary1110110011010001011110011100011110011110010011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC685E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC685E; }

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

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

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

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

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

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

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

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