#E96A66

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

Shades of Terra Cotta #E96A66

Tints of Terra Cotta #E96A66

Color information

#E96A66 (or 0xE96A66) is unknown color: approx Terra Cotta. HEX triplet: E9, 6A and 66. RGB value is (233,106,102). Sum of RGB (Red+Green+Blue) = 233+106+102=441 (58% of max value = 765). Red value is 233 (91.41% from 255 or 52.83% from 441); Green value is 106 (41.80% from 255 or 24.04% from 441); Blue value is 102 (40.23% from 255 or 23.13% from 441); Max value from RGB is 233 - color contains mainly: red. Hex color #E96A66 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E96A66 is #169599. Grayscale: #8F8F8F. Windows color (decimal): -1480090 or 6712041. OLE color: 6712041.

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

Color convert

RGB233106102-
CMYK00.550.560.09
HSL1.83º74.86%65.69%-
HSV(B)1.83º56.22%91.37%-
XYZ41.1628.5915.92-
YUV143.52104.58191.83-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 52.83%
GREEN value IS 106 (41.80% from 255) = 24.04%
BLUE value IS 102 (40.23% from 255) = 23.13%
R=52.83%
G=24.04%
B=23.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.56
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23310610200.550.560.091.8374.8665.69
HexE96A6603738924b42
Octal35115214606770112113102
Binary1110100111010101100110011011111100010011010010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E96A66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E96A66; }

 p { color: rgb(233,106,102); }

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

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

 a { background-color: rgb(233,106,102); }

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

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

 span { border-color: rgb(233,106,102); }

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