#E97D65

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

Shades of Terra Cotta #E97D65

Tints of Terra Cotta #E97D65

Color information

#E97D65 (or 0xE97D65) is unknown color: approx Terra Cotta. HEX triplet: E9, 7D and 65. RGB value is (233,125,101). Sum of RGB (Red+Green+Blue) = 233+125+101=459 (60% of max value = 765). Red value is 233 (91.41% from 255 or 50.76% from 459); Green value is 125 (49.22% from 255 or 27.23% from 459); Blue value is 101 (39.84% from 255 or 22.00% from 459); Max value from RGB is 233 - color contains mainly: red. Hex color #E97D65 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E97D65 is #16829A. Grayscale: #9A9A9A. Windows color (decimal): -1475227 or 6651369. OLE color: 6651369.

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

Color convert

RGB233125101-
CMYK00.460.570.09
HSL10.91º75%65.49%-
HSV(B)10.91º56.65%91.37%-
XYZ43.2932.9316.39-
YUV154.5697.78183.95-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 50.76%
GREEN value IS 125 (49.22% from 255) = 27.23%
BLUE value IS 101 (39.84% from 255) = 22.00%
R=50.76%
G=27.23%
B=22.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.57
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23312510100.460.570.0910.917565.49
HexE97D6502E399b4b41
Octal351175145056711113113101
Binary111010011111101110010101011101110011001101110010111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E97D65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E97D65; }

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

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

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

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

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

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

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

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