#EB6D67

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

Shades of Terra Cotta #EB6D67

Tints of Terra Cotta #EB6D67

Color information

#EB6D67 (or 0xEB6D67) is unknown color: approx Terra Cotta. HEX triplet: EB, 6D and 67. RGB value is (235,109,103). Sum of RGB (Red+Green+Blue) = 235+109+103=447 (59% of max value = 765). Red value is 235 (92.19% from 255 or 52.57% from 447); Green value is 109 (42.97% from 255 or 24.38% from 447); Blue value is 103 (40.62% from 255 or 23.04% from 447); Max value from RGB is 235 - color contains mainly: red. Hex color #EB6D67 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB6D67 is #149298. Grayscale: #929292. Windows color (decimal): -1348249 or 6778347. OLE color: 6778347.

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

Color convert

RGB235109103-
CMYK00.540.560.08
HSL2.73º76.74%66.27%-
HSV(B)2.73º56.17%92.16%-
XYZ42.1829.5816.32-
YUV145.99103.74191.49-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 52.57%
GREEN value IS 109 (42.97% from 255) = 24.38%
BLUE value IS 103 (40.62% from 255) = 23.04%
R=52.57%
G=24.38%
B=23.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.56
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23510910300.540.560.082.7376.7466.27
HexEB6D6703638834d42
Octal35315514706670103115102
Binary1110101111011011100111011011011100010001110011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB6D67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB6D67; }

 p { color: rgb(235,109,103); }

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

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

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

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

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

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

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