#EB7A65

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

Shades of Terra Cotta #EB7A65

Tints of Terra Cotta #EB7A65

Color information

#EB7A65 (or 0xEB7A65) is unknown color: approx Terra Cotta. HEX triplet: EB, 7A and 65. RGB value is (235,122,101). Sum of RGB (Red+Green+Blue) = 235+122+101=458 (60% of max value = 765). Red value is 235 (92.19% from 255 or 51.31% from 458); Green value is 122 (48.05% from 255 or 26.64% from 458); Blue value is 101 (39.84% from 255 or 22.05% from 458); Max value from RGB is 235 - color contains mainly: red. Hex color #EB7A65 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB7A65 is #14859A. Grayscale: #999999. Windows color (decimal): -1344923 or 6650603. OLE color: 6650603.

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

Color convert

RGB235122101-
CMYK00.480.570.08
HSL9.4º77.01%65.88%-
HSV(B)9.4º57.02%92.16%-
XYZ43.5732.5216.29-
YUV153.3998.44186.21-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 51.31%
GREEN value IS 122 (48.05% from 255) = 26.64%
BLUE value IS 101 (39.84% from 255) = 22.05%
R=51.31%
G=26.64%
B=22.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.57
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23512210100.480.570.089.477.0165.88
HexEB7A6503039894d42
Octal353172145060711011115102
Binary111010111111010110010101100001110011000100110011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB7A65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB7A65; }

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

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

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

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

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

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

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

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