#E96A58

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

Shades of Terra Cotta #E96A58

Tints of Terra Cotta #E96A58

Color information

#E96A58 (or 0xE96A58) is unknown color: approx Terra Cotta. HEX triplet: E9, 6A and 58. RGB value is (233,106,88). Sum of RGB (Red+Green+Blue) = 233+106+88=427 (56% of max value = 765). Red value is 233 (91.41% from 255 or 54.57% from 427); Green value is 106 (41.80% from 255 or 24.82% from 427); Blue value is 88 (34.77% from 255 or 20.61% from 427); Max value from RGB is 233 - color contains mainly: red. Hex color #E96A58 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E96A58 is #1695A7. Grayscale: #8E8E8E. Windows color (decimal): -1480104 or 5794537. OLE color: 5794537.

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

Color convert

RGB23310688-
CMYK00.550.620.09
HSL7.45º76.72%62.94%-
HSV(B)7.45º62.23%91.37%-
XYZ40.5228.3412.57-
YUV141.9297.58192.96-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 54.57%
GREEN value IS 106 (41.80% from 255) = 24.82%
BLUE value IS 88 (34.77% from 255) = 20.61%
R=54.57%
G=24.82%
B=20.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.62
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2331068800.550.620.097.4576.7262.94
HexE96A580373E974d3f
Octal3511521300677611711577
Binary1110100111010101011000011011111111010011111001101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E96A58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E96A58; }

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

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

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

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

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

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

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

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