#E97D5F

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

Shades of Terra Cotta #E97D5F

Tints of Terra Cotta #E97D5F

Color information

#E97D5F (or 0xE97D5F) is unknown color: approx Terra Cotta. HEX triplet: E9, 7D and 5F. RGB value is (233,125,95). Sum of RGB (Red+Green+Blue) = 233+125+95=453 (60% of max value = 765). Red value is 233 (91.41% from 255 or 51.43% from 453); Green value is 125 (49.22% from 255 or 27.59% from 453); Blue value is 95 (37.5% from 255 or 20.97% from 453); Max value from RGB is 233 - color contains mainly: red. Hex color #E97D5F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E97D5F is #1682A0. Grayscale: #9A9A9A. Windows color (decimal): -1475233 or 6258153. OLE color: 6258153.

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

Color convert

RGB23312595-
CMYK00.460.590.09
HSL13.04º75.82%64.31%-
HSV(B)13.04º59.23%91.37%-
XYZ4332.8214.89-
YUV153.8794.78184.44-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 51.43%
GREEN value IS 125 (49.22% from 255) = 27.59%
BLUE value IS 95 (37.5% from 255) = 20.97%
R=51.43%
G=27.59%
B=20.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.59
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2331259500.460.590.0913.0475.8264.31
HexE97D5F02E3B9d4c40
Octal351175137056731115114100
Binary111010011111101101111101011101110111001110110011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E97D5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E97D5F; }

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

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

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

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

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

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

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

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