#EB6C5F

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

Shades of Terra Cotta #EB6C5F

Tints of Terra Cotta #EB6C5F

Color information

#EB6C5F (or 0xEB6C5F) is unknown color: approx Terra Cotta. HEX triplet: EB, 6C and 5F. RGB value is (235,108,95). Sum of RGB (Red+Green+Blue) = 235+108+95=438 (58% of max value = 765). Red value is 235 (92.19% from 255 or 53.65% from 438); Green value is 108 (42.58% from 255 or 24.66% from 438); Blue value is 95 (37.5% from 255 or 21.69% from 438); Max value from RGB is 235 - color contains mainly: red. Hex color #EB6C5F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB6C5F is #1493A0. Grayscale: #909090. Windows color (decimal): -1348513 or 6253803. OLE color: 6253803.

HSL color Cylindrical-coordinate representation of color #EB6C5F: hue angle of 5.57º degrees, saturation: 0.78, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EB6C5F is Cyan = 0, Magento = 0.54, Yellow = 0.60 and Black (K on CMYK) = 0.08.

Color convert

RGB23510895-
CMYK00.540.600.08
HSL5.57º77.78%64.71%-
HSV(B)5.57º59.57%92.16%-
XYZ41.6929.2114.27-
YUV144.49100.08192.56-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 53.65%
GREEN value IS 108 (42.58% from 255) = 24.66%
BLUE value IS 95 (37.5% from 255) = 21.69%
R=53.65%
G=24.66%
B=21.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.60
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2351089500.540.600.085.5777.7864.71
HexEB6C5F0363C864e41
Octal35315413706674106116101
Binary11101011110110010111110110110111100100011010011101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB6C5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB6C5F; }

 p { color: rgb(235,108,95); }

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

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

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

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

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

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

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