#EB7165

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

Shades of Terra Cotta #EB7165

Tints of Terra Cotta #EB7165

Color information

#EB7165 (or 0xEB7165) is unknown color: approx Terra Cotta. HEX triplet: EB, 71 and 65. RGB value is (235,113,101). Sum of RGB (Red+Green+Blue) = 235+113+101=449 (59% of max value = 765). Red value is 235 (92.19% from 255 or 52.34% from 449); Green value is 113 (44.53% from 255 or 25.17% from 449); Blue value is 101 (39.84% from 255 or 22.49% from 449); Max value from RGB is 235 - color contains mainly: red. Hex color #EB7165 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB7165 is #148E9A. Grayscale: #949494. Windows color (decimal): -1347227 or 6648299. OLE color: 6648299.

HSL color Cylindrical-coordinate representation of color #EB7165: hue angle of 5.37º degrees, saturation: 0.77, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #EB7165 is Cyan = 0, Magento = 0.52, Yellow = 0.57 and Black (K on CMYK) = 0.08.

Color convert

RGB235113101-
CMYK00.520.570.08
HSL5.37º77.01%65.88%-
HSV(B)5.37º57.02%92.16%-
XYZ42.5230.4115.94-
YUV148.11101.42189.98-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 52.34%
GREEN value IS 113 (44.53% from 255) = 25.17%
BLUE value IS 101 (39.84% from 255) = 22.49%
R=52.34%
G=25.17%
B=22.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.57
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23511310100.520.570.085.3777.0165.88
HexEB716503439854d42
Octal35316114506471105115102
Binary11101011111000111001010110100111001100010110011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB7165

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB7165; }

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

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

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

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

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

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

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

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