#EB6868

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

Shades of Terra Cotta #EB6868

Tints of Terra Cotta #EB6868

Color information

#EB6868 (or 0xEB6868) is unknown color: approx Terra Cotta. HEX triplet: EB, 68 and 68. RGB value is (235,104,104). Sum of RGB (Red+Green+Blue) = 235+104+104=443 (58% of max value = 765). Red value is 235 (92.19% from 255 or 53.05% from 443); Green value is 104 (41.02% from 255 or 23.48% from 443); Blue value is 104 (41.02% from 255 or 23.48% from 443); Max value from RGB is 235 - color contains mainly: red. Hex color #EB6868 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB6868 is #149797. Grayscale: #8F8F8F. Windows color (decimal): -1349528 or 6842603. OLE color: 6842603.

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

Color convert

RGB235104104-
CMYK00.560.560.08
HSL76.61%66.47%-
HSV(B)55.74%92.16%-
XYZ41.7128.5616.41-
YUV143.17105.9193.5-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 53.05%
GREEN value IS 104 (41.02% from 255) = 23.48%
BLUE value IS 104 (41.02% from 255) = 23.48%
R=53.05%
G=23.48%
B=23.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.56
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23510410400.560.560.08076.6166.47
HexEB686803838804d42
Octal35315015007070100115102
Binary111010111101000110100001110001110001000010011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB6868

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB6868; }

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

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

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

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

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

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

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

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