#E96A68

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

Shades of Terra Cotta #E96A68

Tints of Terra Cotta #E96A68

Color information

#E96A68 (or 0xE96A68) is unknown color: approx Terra Cotta. HEX triplet: E9, 6A and 68. RGB value is (233,106,104). Sum of RGB (Red+Green+Blue) = 233+106+104=443 (58% of max value = 765). Red value is 233 (91.41% from 255 or 52.60% from 443); Green value is 106 (41.80% from 255 or 23.93% from 443); Blue value is 104 (41.02% from 255 or 23.48% from 443); Max value from RGB is 233 - color contains mainly: red. Hex color #E96A68 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E96A68 is #169597. Grayscale: #8F8F8F. Windows color (decimal): -1480088 or 6843113. OLE color: 6843113.

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

Color convert

RGB233106104-
CMYK00.550.550.09
HSL0.93º74.57%66.08%-
HSV(B)0.93º55.36%91.37%-
XYZ41.2628.6316.45-
YUV143.74105.58191.66-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 52.60%
GREEN value IS 106 (41.80% from 255) = 23.93%
BLUE value IS 104 (41.02% from 255) = 23.48%
R=52.60%
G=23.93%
B=23.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.55
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23310610400.550.550.090.9374.5766.08
HexE96A6803737914b42
Octal35115215006767111113102
Binary111010011101010110100001101111101111001110010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E96A68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E96A68; }

 p { color: rgb(233,106,104); }

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

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

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

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

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

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

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