#E1715A

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

Shades of Terra Cotta #E1715A

Tints of Terra Cotta #E1715A

Color information

#E1715A (or 0xE1715A) is unknown color: approx Terra Cotta. HEX triplet: E1, 71 and 5A. RGB value is (225,113,90). Sum of RGB (Red+Green+Blue) = 225+113+90=428 (56% of max value = 765). Red value is 225 (88.28% from 255 or 52.57% from 428); Green value is 113 (44.53% from 255 or 26.40% from 428); Blue value is 90 (35.55% from 255 or 21.03% from 428); Max value from RGB is 225 - color contains mainly: red. Hex color #E1715A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E1715A is #1E8EA5. Grayscale: #909090. Windows color (decimal): -2002598 or 5927393. OLE color: 5927393.

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

Color convert

RGB22511390-
CMYK00.500.600.12
HSL10.22º69.23%61.76%-
HSV(B)10.22º60%88.24%-
XYZ38.828.5613.14-
YUV143.8797.61185.87-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 52.57%
GREEN value IS 113 (44.53% from 255) = 26.40%
BLUE value IS 90 (35.55% from 255) = 21.03%
R=52.57%
G=26.40%
B=21.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.60
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2251139000.500.600.1210.2269.2361.76
HexE1715A0323CCa453e
Octal34116113206274141210576
Binary11100001111000110110100110010111100110010101000101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1715A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1715A; }

 p { color: rgb(225,113,90); }

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

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

 a { background-color: rgb(225,113,90); }

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

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

 span { border-color: rgb(225,113,90); }

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