#ED655D

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

Shades of Terra Cotta #ED655D

Tints of Terra Cotta #ED655D

Color information

#ED655D (or 0xED655D) is unknown color: approx Terra Cotta. HEX triplet: ED, 65 and 5D. RGB value is (237,101,93). Sum of RGB (Red+Green+Blue) = 237+101+93=431 (57% of max value = 765). Red value is 237 (92.97% from 255 or 54.99% from 431); Green value is 101 (39.84% from 255 or 23.43% from 431); Blue value is 93 (36.72% from 255 or 21.58% from 431); Max value from RGB is 237 - color contains mainly: red. Hex color #ED655D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED655D is #129AA2. Grayscale: #8C8C8C. Windows color (decimal): -1219235 or 6120941. OLE color: 6120941.

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

Color convert

RGB23710193-
CMYK00.570.610.07
HSL3.33º80%64.71%-
HSV(B)3.33º60.76%92.94%-
XYZ41.5528.113.59-
YUV140.75101.06196.65-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 54.99%
GREEN value IS 101 (39.84% from 255) = 23.43%
BLUE value IS 93 (36.72% from 255) = 21.58%
R=54.99%
G=23.43%
B=21.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.61
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2371019300.570.610.073.338064.71
HexED655D0393D735041
Octal3551451350717573120101
Binary111011011100101101110101110011111011111110100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED655D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED655D; }

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

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

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

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

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

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

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

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