#E97465

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

Shades of Terra Cotta #E97465

Tints of Terra Cotta #E97465

Color information

#E97465 (or 0xE97465) is unknown color: approx Terra Cotta. HEX triplet: E9, 74 and 65. RGB value is (233,116,101). Sum of RGB (Red+Green+Blue) = 233+116+101=450 (59% of max value = 765). Red value is 233 (91.41% from 255 or 51.78% from 450); Green value is 116 (45.70% from 255 or 25.78% from 450); Blue value is 101 (39.84% from 255 or 22.44% from 450); Max value from RGB is 233 - color contains mainly: red. Hex color #E97465 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E97465 is #168B9A. Grayscale: #959595. Windows color (decimal): -1477531 or 6649065. OLE color: 6649065.

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

Color convert

RGB233116101-
CMYK00.500.570.09
HSL6.82º75%65.49%-
HSV(B)6.82º56.65%91.37%-
XYZ42.230.7516.02-
YUV149.27100.76187.72-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 51.78%
GREEN value IS 116 (45.70% from 255) = 25.78%
BLUE value IS 101 (39.84% from 255) = 22.44%
R=51.78%
G=25.78%
B=22.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.57
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23311610100.500.570.096.827565.49
HexE9746503239974b41
Octal35116414506271117113101
Binary11101001111010011001010110010111001100111110010111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E97465

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E97465; }

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

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

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

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

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

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

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

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