#E1745A

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

Shades of Terra Cotta #E1745A

Tints of Terra Cotta #E1745A

Color information

#E1745A (or 0xE1745A) is unknown color: approx Terra Cotta. HEX triplet: E1, 74 and 5A. RGB value is (225,116,90). Sum of RGB (Red+Green+Blue) = 225+116+90=431 (57% of max value = 765). Red value is 225 (88.28% from 255 or 52.20% from 431); Green value is 116 (45.70% from 255 or 26.91% from 431); Blue value is 90 (35.55% from 255 or 20.88% from 431); Max value from RGB is 225 - color contains mainly: red. Hex color #E1745A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E1745A is #1E8BA5. Grayscale: #919191. Windows color (decimal): -2001830 or 5928161. OLE color: 5928161.

HSL color Cylindrical-coordinate representation of color #E1745A: hue angle of 11.56º 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 #E1745A is Cyan = 0, Magento = 0.48, Yellow = 0.60 and Black (K on CMYK) = 0.12.

Color convert

RGB22511690-
CMYK00.480.600.12
HSL11.56º69.23%61.76%-
HSV(B)11.56º60%88.24%-
XYZ39.1429.2413.25-
YUV145.6396.61184.61-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 52.20%
GREEN value IS 116 (45.70% from 255) = 26.91%
BLUE value IS 90 (35.55% from 255) = 20.88%
R=52.20%
G=26.91%
B=20.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.60
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2251169000.480.600.1211.5669.2361.76
HexE1745A0303CCc453e
Octal34116413206074141410576
Binary11100001111010010110100110000111100110011001000101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1745A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1745A; }

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

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

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

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

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

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

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

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