#E96B68

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

Shades of Terra Cotta #E96B68

Tints of Terra Cotta #E96B68

Color information

#E96B68 (or 0xE96B68) is unknown color: approx Terra Cotta. HEX triplet: E9, 6B and 68. RGB value is (233,107,104). Sum of RGB (Red+Green+Blue) = 233+107+104=444 (58% of max value = 765). Red value is 233 (91.41% from 255 or 52.48% from 444); Green value is 107 (42.19% from 255 or 24.10% from 444); Blue value is 104 (41.02% from 255 or 23.42% from 444); Max value from RGB is 233 - color contains mainly: red. Hex color #E96B68 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E96B68 is #169497. Grayscale: #909090. Windows color (decimal): -1479832 or 6843369. OLE color: 6843369.

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

Color convert

RGB233107104-
CMYK00.540.550.09
HSL1.4º74.57%66.08%-
HSV(B)1.4º55.36%91.37%-
XYZ41.3628.8416.48-
YUV144.33105.24191.24-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 52.48%
GREEN value IS 107 (42.19% from 255) = 24.10%
BLUE value IS 104 (41.02% from 255) = 23.42%
R=52.48%
G=24.10%
B=23.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.55
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23310710400.540.550.091.474.5766.08
HexE96B6803637914b42
Octal35115315006667111113102
Binary111010011101011110100001101101101111001110010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E96B68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E96B68; }

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

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

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

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

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

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

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

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