#E4745D

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

Shades of Terra Cotta #E4745D

Tints of Terra Cotta #E4745D

Color information

#E4745D (or 0xE4745D) is unknown color: approx Terra Cotta. HEX triplet: E4, 74 and 5D. RGB value is (228,116,93). Sum of RGB (Red+Green+Blue) = 228+116+93=437 (57% of max value = 765). Red value is 228 (89.45% from 255 or 52.17% from 437); Green value is 116 (45.70% from 255 or 26.54% from 437); Blue value is 93 (36.72% from 255 or 21.28% from 437); Max value from RGB is 228 - color contains mainly: red. Hex color #E4745D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E4745D is #1B8BA2. Grayscale: #939393. Windows color (decimal): -1805219 or 6124772. OLE color: 6124772.

HSL color Cylindrical-coordinate representation of color #E4745D: hue angle of 10.22º degrees, saturation: 0.71, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E4745D is Cyan = 0, Magento = 0.49, Yellow = 0.59 and Black (K on CMYK) = 0.11.

Color convert

RGB22811693-
CMYK00.490.590.11
HSL10.22º71.43%62.94%-
HSV(B)10.22º59.21%89.41%-
XYZ40.2229.7813.98-
YUV146.8797.61185.87-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 52.17%
GREEN value IS 116 (45.70% from 255) = 26.54%
BLUE value IS 93 (36.72% from 255) = 21.28%
R=52.17%
G=26.54%
B=21.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.59
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2281169300.490.590.1110.2271.4362.94
HexE4745D0313BBa473f
Octal34416413506173131210777
Binary11100100111010010111010110001111011101110101000111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4745D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4745D; }

 p { color: rgb(228,116,93); }

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

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

 a { background-color: rgb(228,116,93); }

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

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

 span { border-color: rgb(228,116,93); }

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