#E97F66

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

Shades of Terra Cotta #E97F66

Tints of Terra Cotta #E97F66

Color information

#E97F66 (or 0xE97F66) is unknown color: approx Terra Cotta. HEX triplet: E9, 7F and 66. RGB value is (233,127,102). Sum of RGB (Red+Green+Blue) = 233+127+102=462 (61% of max value = 765). Red value is 233 (91.41% from 255 or 50.43% from 462); Green value is 127 (50% from 255 or 27.49% from 462); Blue value is 102 (40.23% from 255 or 22.08% from 462); Max value from RGB is 233 - color contains mainly: red. Hex color #E97F66 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E97F66 is #168099. Grayscale: #9C9C9C. Windows color (decimal): -1474714 or 6717417. OLE color: 6717417.

HSL color Cylindrical-coordinate representation of color #E97F66: hue angle of 11.45º degrees, saturation: 0.75, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E97F66 is Cyan = 0, Magento = 0.45, Yellow = 0.56 and Black (K on CMYK) = 0.09.

Color convert

RGB233127102-
CMYK00.450.560.09
HSL11.45º74.86%65.69%-
HSV(B)11.45º56.22%91.37%-
XYZ43.5933.4616.73-
YUV155.8497.62183.03-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 50.43%
GREEN value IS 127 (50% from 255) = 27.49%
BLUE value IS 102 (40.23% from 255) = 22.08%
R=50.43%
G=27.49%
B=22.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.56
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23312710200.450.560.0911.4574.8665.69
HexE97F6602D389b4b42
Octal351177146055701113113102
Binary111010011111111110011001011011110001001101110010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E97F66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E97F66; }

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

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

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

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

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

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

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

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