#ED6B5D

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

Shades of Terra Cotta #ED6B5D

Tints of Terra Cotta #ED6B5D

Color information

#ED6B5D (or 0xED6B5D) is unknown color: approx Terra Cotta. HEX triplet: ED, 6B and 5D. RGB value is (237,107,93). Sum of RGB (Red+Green+Blue) = 237+107+93=437 (57% of max value = 765). Red value is 237 (92.97% from 255 or 54.23% from 437); Green value is 107 (42.19% from 255 or 24.49% from 437); Blue value is 93 (36.72% from 255 or 21.28% from 437); Max value from RGB is 237 - color contains mainly: red. Hex color #ED6B5D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED6B5D is #1294A2. Grayscale: #909090. Windows color (decimal): -1217699 or 6122477. OLE color: 6122477.

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

Color convert

RGB23710793-
CMYK00.550.610.07
HSL5.83º80%64.71%-
HSV(B)5.83º60.76%92.94%-
XYZ42.1629.3113.79-
YUV144.2799.07194.14-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 54.23%
GREEN value IS 107 (42.19% from 255) = 24.49%
BLUE value IS 93 (36.72% from 255) = 21.28%
R=54.23%
G=24.49%
B=21.28%

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
Decimal2371079300.550.610.075.838064.71
HexED6B5D0373D765041
Octal3551531350677576120101
Binary1110110111010111011101011011111110111111010100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED6B5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED6B5D; }

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

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

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

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

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

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

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

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