#E1695C

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

Shades of Terra Cotta #E1695C

Tints of Terra Cotta #E1695C

Color information

#E1695C (or 0xE1695C) is unknown color: approx Terra Cotta. HEX triplet: E1, 69 and 5C. RGB value is (225,105,92). Sum of RGB (Red+Green+Blue) = 225+105+92=422 (55% of max value = 765). Red value is 225 (88.28% from 255 or 53.32% from 422); Green value is 105 (41.41% from 255 or 24.88% from 422); Blue value is 92 (36.33% from 255 or 21.80% from 422); Max value from RGB is 225 - color contains mainly: red. Hex color #E1695C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E1695C is #1E96A3. Grayscale: #8B8B8B. Windows color (decimal): -2004644 or 6056417. OLE color: 6056417.

HSL color Cylindrical-coordinate representation of color #E1695C: hue angle of 5.86º degrees, saturation: 0.69, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E1695C is Cyan = 0, Magento = 0.53, Yellow = 0.59 and Black (K on CMYK) = 0.12.

Color convert

RGB22510592-
CMYK00.530.590.12
HSL5.86º68.91%62.16%-
HSV(B)5.86º59.11%88.24%-
XYZ38.0326.8813.31-
YUV139.4101.26189.06-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 53.32%
GREEN value IS 105 (41.41% from 255) = 24.88%
BLUE value IS 92 (36.33% from 255) = 21.80%
R=53.32%
G=24.88%
B=21.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.59
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2251059200.530.590.125.8668.9162.16
HexE1695C0353BC6453e
Octal3411511340657314610576
Binary1110000111010011011100011010111101111001101000101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1695C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1695C; }

 p { color: rgb(225,105,92); }

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

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

 a { background-color: rgb(225,105,92); }

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

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

 span { border-color: rgb(225,105,92); }

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