#E4745F

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

Shades of Terra Cotta #E4745F

Tints of Terra Cotta #E4745F

Color information

#E4745F (or 0xE4745F) is unknown color: approx Terra Cotta. HEX triplet: E4, 74 and 5F. RGB value is (228,116,95). Sum of RGB (Red+Green+Blue) = 228+116+95=439 (58% of max value = 765). Red value is 228 (89.45% from 255 or 51.94% from 439); Green value is 116 (45.70% from 255 or 26.42% from 439); Blue value is 95 (37.5% from 255 or 21.64% from 439); Max value from RGB is 228 - color contains mainly: red. Hex color #E4745F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E4745F is #1B8BA0. Grayscale: #939393. Windows color (decimal): -1805217 or 6255844. OLE color: 6255844.

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

Color convert

RGB22811695-
CMYK00.490.580.11
HSL9.47º71.12%63.33%-
HSV(B)9.47º58.33%89.41%-
XYZ40.3129.8114.46-
YUV147.0998.61185.71-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 51.94%
GREEN value IS 116 (45.70% from 255) = 26.42%
BLUE value IS 95 (37.5% from 255) = 21.64%
R=51.94%
G=26.42%
B=21.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.58
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2281169500.490.580.119.4771.1263.33
HexE4745F0313AB9473f
Octal34416413706172131110777
Binary11100100111010010111110110001111010101110011000111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4745F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4745F; }

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

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

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

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

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

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

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

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