#EB6D5D

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

Shades of Terra Cotta #EB6D5D

Tints of Terra Cotta #EB6D5D

Color information

#EB6D5D (or 0xEB6D5D) is unknown color: approx Terra Cotta. HEX triplet: EB, 6D and 5D. RGB value is (235,109,93). Sum of RGB (Red+Green+Blue) = 235+109+93=437 (57% of max value = 765). Red value is 235 (92.19% from 255 or 53.78% from 437); Green value is 109 (42.97% from 255 or 24.94% from 437); Blue value is 93 (36.72% from 255 or 21.28% from 437); Max value from RGB is 235 - color contains mainly: red. Hex color #EB6D5D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB6D5D is #1492A2. Grayscale: #919191. Windows color (decimal): -1348259 or 6122987. OLE color: 6122987.

HSL color Cylindrical-coordinate representation of color #EB6D5D: hue angle of 6.76º degrees, saturation: 0.78, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EB6D5D is Cyan = 0, Magento = 0.54, Yellow = 0.60 and Black (K on CMYK) = 0.08.

Color convert

RGB23510993-
CMYK00.540.600.08
HSL6.76º78.02%64.31%-
HSV(B)6.76º60.43%92.16%-
XYZ41.7129.3913.83-
YUV144.8598.74192.3-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 53.78%
GREEN value IS 109 (42.97% from 255) = 24.94%
BLUE value IS 93 (36.72% from 255) = 21.28%
R=53.78%
G=24.94%
B=21.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.60
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2351099300.540.600.086.7678.0264.31
HexEB6D5D0363C874e40
Octal35315513506674107116100
Binary11101011110110110111010110110111100100011110011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB6D5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB6D5D; }

 p { color: rgb(235,109,93); }

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

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

 a { background-color: rgb(235,109,93); }

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

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

 span { border-color: rgb(235,109,93); }

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