#E96959

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

Shades of Terra Cotta #E96959

Tints of Terra Cotta #E96959

Color information

#E96959 (or 0xE96959) is unknown color: approx Terra Cotta. HEX triplet: E9, 69 and 59. RGB value is (233,105,89). Sum of RGB (Red+Green+Blue) = 233+105+89=427 (56% of max value = 765). Red value is 233 (91.41% from 255 or 54.57% from 427); Green value is 105 (41.41% from 255 or 24.59% from 427); Blue value is 89 (35.16% from 255 or 20.84% from 427); Max value from RGB is 233 - color contains mainly: red. Hex color #E96959 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E96959 is #1696A6. Grayscale: #8D8D8D. Windows color (decimal): -1480359 or 5859817. OLE color: 5859817.

HSL color Cylindrical-coordinate representation of color #E96959: hue angle of 6.67º 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 #E96959 is Cyan = 0, Magento = 0.55, Yellow = 0.62 and Black (K on CMYK) = 0.09.

Color convert

RGB23310589-
CMYK00.550.620.09
HSL6.67º76.6%63.14%-
HSV(B)6.67º61.8%91.37%-
XYZ40.4628.1512.75-
YUV141.4598.41193.3-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 54.57%
GREEN value IS 105 (41.41% from 255) = 24.59%
BLUE value IS 89 (35.16% from 255) = 20.84%
R=54.57%
G=24.59%
B=20.84%

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
Decimal2331058900.550.620.096.6776.663.14
HexE969590373E974d3f
Octal3511511310677611711577
Binary1110100111010011011001011011111111010011111001101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E96959

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E96959; }

 p { color: rgb(233,105,89); }

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

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

 a { background-color: rgb(233,105,89); }

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

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

 span { border-color: rgb(233,105,89); }

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