#ED755D

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

Shades of Terra Cotta #ED755D

Tints of Terra Cotta #ED755D

Color information

#ED755D (or 0xED755D) is unknown color: approx Terra Cotta. HEX triplet: ED, 75 and 5D. RGB value is (237,117,93). Sum of RGB (Red+Green+Blue) = 237+117+93=447 (59% of max value = 765). Red value is 237 (92.97% from 255 or 53.02% from 447); Green value is 117 (46.09% from 255 or 26.17% from 447); Blue value is 93 (36.72% from 255 or 20.81% from 447); Max value from RGB is 237 - color contains mainly: red. Hex color #ED755D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED755D is #128AA2. Grayscale: #969696. Windows color (decimal): -1215139 or 6125037. OLE color: 6125037.

HSL color Cylindrical-coordinate representation of color #ED755D: hue angle of 10º degrees, saturation: 0.8, 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 #ED755D is Cyan = 0, Magento = 0.51, Yellow = 0.61 and Black (K on CMYK) = 0.07.

Color convert

RGB23711793-
CMYK00.510.610.07
HSL10º80%64.71%-
HSV(B)10º60.76%92.94%-
XYZ43.2631.5214.16-
YUV150.1495.76189.95-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 53.02%
GREEN value IS 117 (46.09% from 255) = 26.17%
BLUE value IS 93 (36.72% from 255) = 20.81%
R=53.02%
G=26.17%
B=20.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.61
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2371179300.510.610.07108064.71
HexED755D0333D7a5041
Octal35516513506375712120101
Binary11101101111010110111010110011111101111101010100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED755D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED755D; }

 p { color: rgb(237,117,93); }

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

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

 a { background-color: rgb(237,117,93); }

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

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

 span { border-color: rgb(237,117,93); }

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