#E96F5C

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

Shades of Terra Cotta #E96F5C

Tints of Terra Cotta #E96F5C

Color information

#E96F5C (or 0xE96F5C) is unknown color: approx Terra Cotta. HEX triplet: E9, 6F and 5C. RGB value is (233,111,92). Sum of RGB (Red+Green+Blue) = 233+111+92=436 (57% of max value = 765). Red value is 233 (91.41% from 255 or 53.44% from 436); Green value is 111 (43.75% from 255 or 25.46% from 436); Blue value is 92 (36.33% from 255 or 21.10% from 436); Max value from RGB is 233 - color contains mainly: red. Hex color #E96F5C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E96F5C is #1690A3. Grayscale: #919191. Windows color (decimal): -1478820 or 6057961. OLE color: 6057961.

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

Color convert

RGB23311192-
CMYK00.520.610.09
HSL8.09º76.22%63.73%-
HSV(B)8.09º60.52%91.37%-
XYZ41.2229.4713.64-
YUV145.3197.92190.54-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 53.44%
GREEN value IS 111 (43.75% from 255) = 25.46%
BLUE value IS 92 (36.33% from 255) = 21.10%
R=53.44%
G=25.46%
B=21.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.61
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2331119200.520.610.098.0976.2263.73
HexE96F5C0343D984c40
Octal351157134064751110114100
Binary111010011101111101110001101001111011001100010011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E96F5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E96F5C; }

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

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

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

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

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

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

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

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