#E96E5F

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

Shades of Terra Cotta #E96E5F

Tints of Terra Cotta #E96E5F

Color information

#E96E5F (or 0xE96E5F) is unknown color: approx Terra Cotta. HEX triplet: E9, 6E and 5F. RGB value is (233,110,95). Sum of RGB (Red+Green+Blue) = 233+110+95=438 (58% of max value = 765). Red value is 233 (91.41% from 255 or 53.20% from 438); Green value is 110 (43.36% from 255 or 25.11% from 438); Blue value is 95 (37.5% from 255 or 21.69% from 438); Max value from RGB is 233 - color contains mainly: red. Hex color #E96E5F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E96E5F is #1691A0. Grayscale: #919191. Windows color (decimal): -1479073 or 6254313. OLE color: 6254313.

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

Color convert

RGB23311095-
CMYK00.530.590.09
HSL6.52º75.82%64.31%-
HSV(B)6.52º59.23%91.37%-
XYZ41.2529.314.31-
YUV145.0799.75190.72-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 53.20%
GREEN value IS 110 (43.36% from 255) = 25.11%
BLUE value IS 95 (37.5% from 255) = 21.69%
R=53.20%
G=25.11%
B=21.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.59
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2331109500.530.590.096.5275.8264.31
HexE96E5F0353B974c40
Octal35115613706573117114100
Binary11101001110111010111110110101111011100111110011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E96E5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E96E5F; }

 p { color: rgb(233,110,95); }

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

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

 a { background-color: rgb(233,110,95); }

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

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

 span { border-color: rgb(233,110,95); }

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