#EB6865

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

Shades of Terra Cotta #EB6865

Tints of Terra Cotta #EB6865

Color information

#EB6865 (or 0xEB6865) is unknown color: approx Terra Cotta. HEX triplet: EB, 68 and 65. RGB value is (235,104,101). Sum of RGB (Red+Green+Blue) = 235+104+101=440 (58% of max value = 765). Red value is 235 (92.19% from 255 or 53.41% from 440); Green value is 104 (41.02% from 255 or 23.64% from 440); Blue value is 101 (39.84% from 255 or 22.95% from 440); Max value from RGB is 235 - color contains mainly: red. Hex color #EB6865 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB6865 is #14979A. Grayscale: #8E8E8E. Windows color (decimal): -1349531 or 6645995. OLE color: 6645995.

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

Color convert

RGB235104101-
CMYK00.560.570.08
HSL1.34º77.01%65.88%-
HSV(B)1.34º57.02%92.16%-
XYZ41.5628.515.62-
YUV142.83104.4193.74-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 53.41%
GREEN value IS 104 (41.02% from 255) = 23.64%
BLUE value IS 101 (39.84% from 255) = 22.95%
R=53.41%
G=23.64%
B=22.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.57
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23510410100.560.570.081.3477.0165.88
HexEB686503839814d42
Octal35315014507071101115102
Binary111010111101000110010101110001110011000110011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB6865

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB6865; }

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

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

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

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

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

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

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

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