#EC765D

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

Shades of Terra Cotta #EC765D

Tints of Terra Cotta #EC765D

Color information

#EC765D (or 0xEC765D) is unknown color: approx Terra Cotta. HEX triplet: EC, 76 and 5D. RGB value is (236,118,93). Sum of RGB (Red+Green+Blue) = 236+118+93=447 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.80% from 447); Green value is 118 (46.48% from 255 or 26.40% from 447); Blue value is 93 (36.72% from 255 or 20.81% from 447); Max value from RGB is 236 - color contains mainly: red. Hex color #EC765D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC765D is #1389A2. Grayscale: #969696. Windows color (decimal): -1280419 or 6125292. OLE color: 6125292.

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

Color convert

RGB23611893-
CMYK00.50.610.07
HSL10.49º79.01%64.51%-
HSV(B)10.49º60.59%92.55%-
XYZ43.0531.5814.18-
YUV150.4395.59189.03-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 52.80%
GREEN value IS 118 (46.48% from 255) = 26.40%
BLUE value IS 93 (36.72% from 255) = 20.81%
R=52.80%
G=26.40%
B=20.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.61
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2361189300.50.610.0710.4979.0164.51
HexEC765D0323D7a4f41
Octal35416613506275712117101
Binary11101100111011010111010110010111101111101010011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC765D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC765D; }

 p { color: rgb(236,118,93); }

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

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

 a { background-color: rgb(236,118,93); }

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

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

 span { border-color: rgb(236,118,93); }

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