#E96B65

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

Shades of Terra Cotta #E96B65

Tints of Terra Cotta #E96B65

Color information

#E96B65 (or 0xE96B65) is unknown color: approx Terra Cotta. HEX triplet: E9, 6B and 65. RGB value is (233,107,101). Sum of RGB (Red+Green+Blue) = 233+107+101=441 (58% of max value = 765). Red value is 233 (91.41% from 255 or 52.83% from 441); Green value is 107 (42.19% from 255 or 24.26% from 441); Blue value is 101 (39.84% from 255 or 22.90% from 441); Max value from RGB is 233 - color contains mainly: red. Hex color #E96B65 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E96B65 is #16949A. Grayscale: #909090. Windows color (decimal): -1479835 or 6646761. OLE color: 6646761.

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

Color convert

RGB233107101-
CMYK00.540.570.09
HSL2.73º75%65.49%-
HSV(B)2.73º56.65%91.37%-
XYZ41.2128.7815.69-
YUV143.99103.74191.49-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 52.83%
GREEN value IS 107 (42.19% from 255) = 24.26%
BLUE value IS 101 (39.84% from 255) = 22.90%
R=52.83%
G=24.26%
B=22.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.57
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23310710100.540.570.092.737565.49
HexE96B6503639934b41
Octal35115314506671113113101
Binary1110100111010111100101011011011100110011110010111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E96B65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E96B65; }

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

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

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

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

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

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

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

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