#e47e64

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

Shades of Terra Cotta #E47E64

Tints of Terra Cotta #E47E64

Color information

#E47E64 (or 0xE47E64) is unknown color: approx Terra Cotta. HEX triplet: E4, 7E and 64. RGB value is (228,126,100). Sum of RGB (Red+Green+Blue) = 228+126+100=454 (60% of max value = 765). Red value is 228 (89.45% from 255 or 50.22% from 454); Green value is 126 (49.61% from 255 or 27.75% from 454); Blue value is 100 (39.45% from 255 or 22.03% from 454); Max value from RGB is 228 - color contains mainly: red. Hex color #E47E64 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E47E64 is #1B819B. Grayscale: #999999. Windows color (decimal): -1802652 or 6586084. OLE color: 6586084.

HSL color Cylindrical-coordinate representation of color #E47E64: hue angle of 12.19º degrees, saturation: 0.7, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E47E64 is Cyan = 0, Magento = 0.45, Yellow = 0.56 and Black (K on CMYK) = 0.11.

Color convert

RGB228126100-
CMYK00.450.560.11
HSL12.19º70.33%64.31%-
HSV(B)12.19º56.14%89.41%-
XYZ41.7632.3416.1-
YUV153.5397.79181.11-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 50.22%
GREEN value IS 126 (49.61% from 255) = 27.75%
BLUE value IS 100 (39.45% from 255) = 22.03%
R=50.22%
G=27.75%
B=22.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.56
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22812610000.450.560.1112.1970.3364.31
HexE47E6402D38Bc4640
Octal344176144055701314106100
Binary111001001111110110010001011011110001011110010001101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e47e64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e47e64; }

 p { color: rgb(228,126,100); }

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

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

 a { background-color: rgb(228,126,100); }

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

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

 span { border-color: rgb(228,126,100); }

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