#E96E67

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

Shades of Terra Cotta #E96E67

Tints of Terra Cotta #E96E67

Color information

#E96E67 (or 0xE96E67) is unknown color: approx Terra Cotta. HEX triplet: E9, 6E and 67. RGB value is (233,110,103). Sum of RGB (Red+Green+Blue) = 233+110+103=446 (59% of max value = 765). Red value is 233 (91.41% from 255 or 52.24% from 446); Green value is 110 (43.36% from 255 or 24.66% from 446); Blue value is 103 (40.62% from 255 or 23.09% from 446); Max value from RGB is 233 - color contains mainly: red. Hex color #E96E67 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E96E67 is #169198. Grayscale: #929292. Windows color (decimal): -1479065 or 6778601. OLE color: 6778601.

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

Color convert

RGB233110103-
CMYK00.530.560.09
HSL3.23º74.71%65.88%-
HSV(B)3.23º55.79%91.37%-
XYZ41.6329.4516.32-
YUV145.98103.75190.07-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 52.24%
GREEN value IS 110 (43.36% from 255) = 24.66%
BLUE value IS 103 (40.62% from 255) = 23.09%
R=52.24%
G=24.66%
B=23.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.56
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23311010300.530.560.093.2374.7165.88
HexE96E6703538934b42
Octal35115614706570113113102
Binary1110100111011101100111011010111100010011110010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E96E67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E96E67; }

 p { color: rgb(233,110,103); }

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

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

 a { background-color: rgb(233,110,103); }

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

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

 span { border-color: rgb(233,110,103); }

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