#E96E5C

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

Shades of Terra Cotta #E96E5C

Tints of Terra Cotta #E96E5C

Color information

#E96E5C (or 0xE96E5C) is unknown color: approx Terra Cotta. HEX triplet: E9, 6E and 5C. RGB value is (233,110,92). Sum of RGB (Red+Green+Blue) = 233+110+92=435 (57% of max value = 765). Red value is 233 (91.41% from 255 or 53.56% from 435); Green value is 110 (43.36% from 255 or 25.29% from 435); Blue value is 92 (36.33% from 255 or 21.15% from 435); Max value from RGB is 233 - color contains mainly: red. Hex color #E96E5C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E96E5C is #1691A3. Grayscale: #909090. Windows color (decimal): -1479076 or 6057705. OLE color: 6057705.

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

Color convert

RGB23311092-
CMYK00.530.610.09
HSL7.66º76.22%63.73%-
HSV(B)7.66º60.52%91.37%-
XYZ41.1129.2513.6-
YUV144.7298.25190.96-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 53.56%
GREEN value IS 110 (43.36% from 255) = 25.29%
BLUE value IS 92 (36.33% from 255) = 21.15%
R=53.56%
G=25.29%
B=21.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.61
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2331109200.530.610.097.6676.2263.73
HexE96E5C0353D984c40
Octal351156134065751110114100
Binary111010011101110101110001101011111011001100010011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E96E5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E96E5C; }

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

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

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

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

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

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

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

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