#EC765F

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

Shades of Terra Cotta #EC765F

Tints of Terra Cotta #EC765F

Color information

#EC765F (or 0xEC765F) is unknown color: approx Terra Cotta. HEX triplet: EC, 76 and 5F. RGB value is (236,118,95). Sum of RGB (Red+Green+Blue) = 236+118+95=449 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.56% from 449); Green value is 118 (46.48% from 255 or 26.28% from 449); Blue value is 95 (37.5% from 255 or 21.16% from 449); Max value from RGB is 236 - color contains mainly: red. Hex color #EC765F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC765F is #1389A0. Grayscale: #969696. Windows color (decimal): -1280417 or 6256364. OLE color: 6256364.

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

Color convert

RGB23611895-
CMYK00.50.600.07
HSL9.79º78.77%64.9%-
HSV(B)9.79º59.75%92.55%-
XYZ43.1431.6214.66-
YUV150.6696.59188.87-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 52.56%
GREEN value IS 118 (46.48% from 255) = 26.28%
BLUE value IS 95 (37.5% from 255) = 21.16%
R=52.56%
G=26.28%
B=21.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.60
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2361189500.50.600.079.7978.7764.9
HexEC765F0323C7a4f41
Octal35416613706274712117101
Binary11101100111011010111110110010111100111101010011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC765F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC765F; }

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

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

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

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

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

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

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

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