#E47764

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

Shades of Terra Cotta #E47764

Tints of Terra Cotta #E47764

Color information

#E47764 (or 0xE47764) is unknown color: approx Terra Cotta. HEX triplet: E4, 77 and 64. RGB value is (228,119,100). Sum of RGB (Red+Green+Blue) = 228+119+100=447 (59% of max value = 765). Red value is 228 (89.45% from 255 or 51.01% from 447); Green value is 119 (46.88% from 255 or 26.62% from 447); Blue value is 100 (39.45% from 255 or 22.37% from 447); Max value from RGB is 228 - color contains mainly: red. Hex color #E47764 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E47764 is #1B889B. Grayscale: #959595. Windows color (decimal): -1804444 or 6584292. OLE color: 6584292.

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

Color convert

RGB228119100-
CMYK00.480.560.11
HSL8.91º70.33%64.31%-
HSV(B)8.91º56.14%89.41%-
XYZ40.8930.6115.81-
YUV149.42100.11184.04-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 51.01%
GREEN value IS 119 (46.88% from 255) = 26.62%
BLUE value IS 100 (39.45% from 255) = 22.37%
R=51.01%
G=26.62%
B=22.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.56
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22811910000.480.560.118.9170.3364.31
HexE4776403038B94640
Octal344167144060701311106100
Binary111001001110111110010001100001110001011100110001101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E47764

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E47764; }

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

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

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

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

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

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

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

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