#E87864

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

Shades of Terra Cotta #E87864

Tints of Terra Cotta #E87864

Color information

#E87864 (or 0xE87864) is unknown color: approx Terra Cotta. HEX triplet: E8, 78 and 64. RGB value is (232,120,100). Sum of RGB (Red+Green+Blue) = 232+120+100=452 (59% of max value = 765). Red value is 232 (91.02% from 255 or 51.33% from 452); Green value is 120 (47.27% from 255 or 26.55% from 452); Blue value is 100 (39.45% from 255 or 22.12% from 452); Max value from RGB is 232 - color contains mainly: red. Hex color #E87864 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E87864 is #17879B. Grayscale: #979797. Windows color (decimal): -1542044 or 6584552. OLE color: 6584552.

HSL color Cylindrical-coordinate representation of color #E87864: hue angle of 9.09º degrees, saturation: 0.74, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E87864 is Cyan = 0, Magento = 0.48, Yellow = 0.57 and Black (K on CMYK) = 0.09.

Color convert

RGB232120100-
CMYK00.480.570.09
HSL9.09º74.16%65.1%-
HSV(B)9.09º56.9%90.98%-
XYZ42.331.5115.91-
YUV151.2199.11185.63-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 51.33%
GREEN value IS 120 (47.27% from 255) = 26.55%
BLUE value IS 100 (39.45% from 255) = 22.12%
R=51.33%
G=26.55%
B=22.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.57
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23212010000.480.570.099.0974.1665.1
HexE8786403039994a41
Octal350170144060711111112101
Binary111010001111000110010001100001110011001100110010101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E87864

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E87864; }

 p { color: rgb(232,120,100); }

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

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

 a { background-color: rgb(232,120,100); }

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

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

 span { border-color: rgb(232,120,100); }

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