#ED6A5D

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

Shades of Terra Cotta #ED6A5D

Tints of Terra Cotta #ED6A5D

Color information

#ED6A5D (or 0xED6A5D) is unknown color: approx Terra Cotta. HEX triplet: ED, 6A and 5D. RGB value is (237,106,93). Sum of RGB (Red+Green+Blue) = 237+106+93=436 (57% of max value = 765). Red value is 237 (92.97% from 255 or 54.36% from 436); Green value is 106 (41.80% from 255 or 24.31% from 436); Blue value is 93 (36.72% from 255 or 21.33% from 436); Max value from RGB is 237 - color contains mainly: red. Hex color #ED6A5D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED6A5D is #1295A2. Grayscale: #8F8F8F. Windows color (decimal): -1217955 or 6122221. OLE color: 6122221.

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

Color convert

RGB23710693-
CMYK00.550.610.07
HSL5.42º80%64.71%-
HSV(B)5.42º60.76%92.94%-
XYZ42.0529.113.76-
YUV143.6999.4194.56-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 54.36%
GREEN value IS 106 (41.80% from 255) = 24.31%
BLUE value IS 93 (36.72% from 255) = 21.33%
R=54.36%
G=24.31%
B=21.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.61
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2371069300.550.610.075.428064.71
HexED6A5D0373D755041
Octal3551521350677575120101
Binary1110110111010101011101011011111110111110110100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED6A5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED6A5D; }

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

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

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

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

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

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

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

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