#E96A5D

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

Shades of Terra Cotta #E96A5D

Tints of Terra Cotta #E96A5D

Color information

#E96A5D (or 0xE96A5D) is unknown color: approx Terra Cotta. HEX triplet: E9, 6A and 5D. RGB value is (233,106,93). Sum of RGB (Red+Green+Blue) = 233+106+93=432 (57% of max value = 765). Red value is 233 (91.41% from 255 or 53.94% from 432); Green value is 106 (41.80% from 255 or 24.54% from 432); Blue value is 93 (36.72% from 255 or 21.53% from 432); Max value from RGB is 233 - color contains mainly: red. Hex color #E96A5D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E96A5D is #1695A2. Grayscale: #8E8E8E. Windows color (decimal): -1480099 or 6122217. OLE color: 6122217.

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

Color convert

RGB23310693-
CMYK00.550.600.09
HSL5.57º76.09%63.92%-
HSV(B)5.57º60.09%91.37%-
XYZ40.7328.4213.7-
YUV142.49100.08192.56-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 53.94%
GREEN value IS 106 (41.80% from 255) = 24.54%
BLUE value IS 93 (36.72% from 255) = 21.53%
R=53.94%
G=24.54%
B=21.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.60
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2331069300.550.600.095.5776.0963.92
HexE96A5D0373C964c40
Octal35115213506774116114100
Binary11101001110101010111010110111111100100111010011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E96A5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E96A5D; }

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

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

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

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

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

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

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

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