#E96863

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

Shades of Terra Cotta #E96863

Tints of Terra Cotta #E96863

Color information

#E96863 (or 0xE96863) is unknown color: approx Terra Cotta. HEX triplet: E9, 68 and 63. RGB value is (233,104,99). Sum of RGB (Red+Green+Blue) = 233+104+99=436 (57% of max value = 765). Red value is 233 (91.41% from 255 or 53.44% from 436); Green value is 104 (41.02% from 255 or 23.85% from 436); Blue value is 99 (39.06% from 255 or 22.71% from 436); Max value from RGB is 233 - color contains mainly: red. Hex color #E96863 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E96863 is #16979C. Grayscale: #8E8E8E. Windows color (decimal): -1480605 or 6514921. OLE color: 6514921.

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

Color convert

RGB23310499-
CMYK00.550.580.09
HSL2.24º75.28%65.1%-
HSV(B)2.24º57.51%91.37%-
XYZ40.8128.1315.08-
YUV142103.74192.91-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 53.44%
GREEN value IS 104 (41.02% from 255) = 23.85%
BLUE value IS 99 (39.06% from 255) = 22.71%
R=53.44%
G=23.85%
B=22.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.58
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2331049900.550.580.092.2475.2865.1
HexE968630373A924b41
Octal35115014306772112113101
Binary1110100111010001100011011011111101010011010010111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E96863

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E96863; }

 p { color: rgb(233,104,99); }

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

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

 a { background-color: rgb(233,104,99); }

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

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

 span { border-color: rgb(233,104,99); }

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