#E97965

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

Shades of Terra Cotta #E97965

Tints of Terra Cotta #E97965

Color information

#E97965 (or 0xE97965) is unknown color: approx Terra Cotta. HEX triplet: E9, 79 and 65. RGB value is (233,121,101). Sum of RGB (Red+Green+Blue) = 233+121+101=455 (60% of max value = 765). Red value is 233 (91.41% from 255 or 51.21% from 455); Green value is 121 (47.66% from 255 or 26.59% from 455); Blue value is 101 (39.84% from 255 or 22.20% from 455); Max value from RGB is 233 - color contains mainly: red. Hex color #E97965 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E97965 is #16869A. Grayscale: #989898. Windows color (decimal): -1476251 or 6650345. OLE color: 6650345.

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

Color convert

RGB233121101-
CMYK00.480.570.09
HSL9.09º75%65.49%-
HSV(B)9.09º56.65%91.37%-
XYZ42.7931.9416.22-
YUV152.2199.11185.63-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 51.21%
GREEN value IS 121 (47.66% from 255) = 26.59%
BLUE value IS 101 (39.84% from 255) = 22.20%
R=51.21%
G=26.59%
B=22.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.57
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23312110100.480.570.099.097565.49
HexE9796503039994b41
Octal351171145060711111113101
Binary111010011111001110010101100001110011001100110010111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E97965

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E97965; }

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

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

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

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

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

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

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

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