#E96C67

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

Shades of Terra Cotta #E96C67

Tints of Terra Cotta #E96C67

Color information

#E96C67 (or 0xE96C67) is unknown color: approx Terra Cotta. HEX triplet: E9, 6C and 67. RGB value is (233,108,103). Sum of RGB (Red+Green+Blue) = 233+108+103=444 (58% of max value = 765). Red value is 233 (91.41% from 255 or 52.48% from 444); Green value is 108 (42.58% from 255 or 24.32% from 444); Blue value is 103 (40.62% from 255 or 23.20% from 444); Max value from RGB is 233 - color contains mainly: red. Hex color #E96C67 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E96C67 is #169398. Grayscale: #909090. Windows color (decimal): -1479577 or 6778089. OLE color: 6778089.

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

Color convert

RGB233108103-
CMYK00.540.560.09
HSL2.31º74.71%65.88%-
HSV(B)2.31º55.79%91.37%-
XYZ41.4229.0316.25-
YUV144.8104.41190.91-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 52.48%
GREEN value IS 108 (42.58% from 255) = 24.32%
BLUE value IS 103 (40.62% from 255) = 23.20%
R=52.48%
G=24.32%
B=23.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.56
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23310810300.540.560.092.3174.7165.88
HexE96C6703638924b42
Octal35115414706670112113102
Binary1110100111011001100111011011011100010011010010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E96C67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E96C67; }

 p { color: rgb(233,108,103); }

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

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

 a { background-color: rgb(233,108,103); }

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

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

 span { border-color: rgb(233,108,103); }

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