#E5695D

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

Shades of Terra Cotta #E5695D

Tints of Terra Cotta #E5695D

Color information

#E5695D (or 0xE5695D) is unknown color: approx Terra Cotta. HEX triplet: E5, 69 and 5D. RGB value is (229,105,93). Sum of RGB (Red+Green+Blue) = 229+105+93=427 (56% of max value = 765). Red value is 229 (89.84% from 255 or 53.63% from 427); Green value is 105 (41.41% from 255 or 24.59% from 427); Blue value is 93 (36.72% from 255 or 21.78% from 427); Max value from RGB is 229 - color contains mainly: red. Hex color #E5695D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E5695D is #1A96A2. Grayscale: #8C8C8C. Windows color (decimal): -1742499 or 6121957. OLE color: 6121957.

HSL color Cylindrical-coordinate representation of color #E5695D: hue angle of 5.29º degrees, saturation: 0.72, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E5695D is Cyan = 0, Magento = 0.54, Yellow = 0.59 and Black (K on CMYK) = 0.10.

Color convert

RGB22910593-
CMYK00.540.590.10
HSL5.29º72.34%63.14%-
HSV(B)5.29º59.39%89.8%-
XYZ39.3427.5513.6-
YUV140.71101.08190.98-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 53.63%
GREEN value IS 105 (41.41% from 255) = 24.59%
BLUE value IS 93 (36.72% from 255) = 21.78%
R=53.63%
G=24.59%
B=21.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.59
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2291059300.540.590.105.2972.3463.14
HexE5695D0363BA5483f
Octal3451511350667312511077
Binary1110010111010011011101011011011101110101011001000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5695D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5695D; }

 p { color: rgb(229,105,93); }

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

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

 a { background-color: rgb(229,105,93); }

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

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

 span { border-color: rgb(229,105,93); }

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