#E96D65

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

Shades of Terra Cotta #E96D65

Tints of Terra Cotta #E96D65

Color information

#E96D65 (or 0xE96D65) is unknown color: approx Terra Cotta. HEX triplet: E9, 6D and 65. RGB value is (233,109,101). Sum of RGB (Red+Green+Blue) = 233+109+101=443 (58% of max value = 765). Red value is 233 (91.41% from 255 or 52.60% from 443); Green value is 109 (42.97% from 255 or 24.60% from 443); Blue value is 101 (39.84% from 255 or 22.80% from 443); Max value from RGB is 233 - color contains mainly: red. Hex color #E96D65 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E96D65 is #16929A. Grayscale: #919191. Windows color (decimal): -1479323 or 6647273. OLE color: 6647273.

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

Color convert

RGB233109101-
CMYK00.530.570.09
HSL3.64º75%65.49%-
HSV(B)3.64º56.65%91.37%-
XYZ41.4229.215.77-
YUV145.16103.08190.65-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 52.60%
GREEN value IS 109 (42.97% from 255) = 24.60%
BLUE value IS 101 (39.84% from 255) = 22.80%
R=52.60%
G=24.60%
B=22.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.57
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23310910100.530.570.093.647565.49
HexE96D6503539944b41
Octal35115514506571114113101
Binary11101001110110111001010110101111001100110010010111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E96D65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E96D65; }

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

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

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

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

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

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

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

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