#EB715D

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

Shades of Terra Cotta #EB715D

Tints of Terra Cotta #EB715D

Color information

#EB715D (or 0xEB715D) is unknown color: approx Terra Cotta. HEX triplet: EB, 71 and 5D. RGB value is (235,113,93). Sum of RGB (Red+Green+Blue) = 235+113+93=441 (58% of max value = 765). Red value is 235 (92.19% from 255 or 53.29% from 441); Green value is 113 (44.53% from 255 or 25.62% from 441); Blue value is 93 (36.72% from 255 or 21.09% from 441); Max value from RGB is 235 - color contains mainly: red. Hex color #EB715D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB715D is #148EA2. Grayscale: #939393. Windows color (decimal): -1347235 or 6124011. OLE color: 6124011.

HSL color Cylindrical-coordinate representation of color #EB715D: hue angle of 8.45º 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 #EB715D is Cyan = 0, Magento = 0.52, Yellow = 0.60 and Black (K on CMYK) = 0.08.

Color convert

RGB23511393-
CMYK00.520.600.08
HSL8.45º78.02%64.31%-
HSV(B)8.45º60.43%92.16%-
XYZ42.1430.2613.98-
YUV147.297.42190.63-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 53.29%
GREEN value IS 113 (44.53% from 255) = 25.62%
BLUE value IS 93 (36.72% from 255) = 21.09%
R=53.29%
G=25.62%
B=21.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.60
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2351139300.520.600.088.4578.0264.31
HexEB715D0343C884e40
Octal353161135064741010116100
Binary111010111110001101110101101001111001000100010011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB715D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB715D; }

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

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

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

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

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

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

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

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