#E97F5F

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

Shades of Terra Cotta #E97F5F

Tints of Terra Cotta #E97F5F

Color information

#E97F5F (or 0xE97F5F) is unknown color: approx Terra Cotta. HEX triplet: E9, 7F and 5F. RGB value is (233,127,95). Sum of RGB (Red+Green+Blue) = 233+127+95=455 (60% of max value = 765). Red value is 233 (91.41% from 255 or 51.21% from 455); Green value is 127 (50% from 255 or 27.91% from 455); Blue value is 95 (37.5% from 255 or 20.88% from 455); Max value from RGB is 233 - color contains mainly: red. Hex color #E97F5F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E97F5F is #1680A0. Grayscale: #9B9B9B. Windows color (decimal): -1474721 or 6258665. OLE color: 6258665.

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

Color convert

RGB23312795-
CMYK00.450.590.09
HSL13.91º75.82%64.31%-
HSV(B)13.91º59.23%91.37%-
XYZ43.2633.3314.98-
YUV155.0594.12183.6-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 51.21%
GREEN value IS 127 (50% from 255) = 27.91%
BLUE value IS 95 (37.5% from 255) = 20.88%
R=51.21%
G=27.91%
B=20.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.59
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2331279500.450.590.0913.9175.8264.31
HexE97F5F02D3B9e4c40
Octal351177137055731116114100
Binary111010011111111101111101011011110111001111010011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E97F5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E97F5F; }

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

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

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

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

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

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

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

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