#E96C5C

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

Shades of Terra Cotta #E96C5C

Tints of Terra Cotta #E96C5C

Color information

#E96C5C (or 0xE96C5C) is unknown color: approx Terra Cotta. HEX triplet: E9, 6C and 5C. RGB value is (233,108,92). Sum of RGB (Red+Green+Blue) = 233+108+92=433 (57% of max value = 765). Red value is 233 (91.41% from 255 or 53.81% from 433); Green value is 108 (42.58% from 255 or 24.94% from 433); Blue value is 92 (36.33% from 255 or 21.25% from 433); Max value from RGB is 233 - color contains mainly: red. Hex color #E96C5C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E96C5C is #1693A3. Grayscale: #8F8F8F. Windows color (decimal): -1479588 or 6057193. OLE color: 6057193.

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

Color convert

RGB23310892-
CMYK00.540.610.09
HSL6.81º76.22%63.73%-
HSV(B)6.81º60.52%91.37%-
XYZ40.928.8213.53-
YUV143.5598.91191.8-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 53.81%
GREEN value IS 108 (42.58% from 255) = 24.94%
BLUE value IS 92 (36.33% from 255) = 21.25%
R=53.81%
G=24.94%
B=21.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.61
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2331089200.540.610.096.8176.2263.73
HexE96C5C0363D974c40
Octal35115413406675117114100
Binary11101001110110010111000110110111101100111110011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E96C5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E96C5C; }

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

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

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

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

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

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

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

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