#E86864

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

Shades of Terra Cotta #E86864

Tints of Terra Cotta #E86864

Color information

#E86864 (or 0xE86864) is unknown color: approx Terra Cotta. HEX triplet: E8, 68 and 64. RGB value is (232,104,100). Sum of RGB (Red+Green+Blue) = 232+104+100=436 (57% of max value = 765). Red value is 232 (91.02% from 255 or 53.21% from 436); Green value is 104 (41.02% from 255 or 23.85% from 436); Blue value is 100 (39.45% from 255 or 22.94% from 436); Max value from RGB is 232 - color contains mainly: red. Hex color #E86864 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E86864 is #17979B. Grayscale: #8D8D8D. Windows color (decimal): -1546140 or 6580456. OLE color: 6580456.

HSL color Cylindrical-coordinate representation of color #E86864: hue angle of 1.82º 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 #E86864 is Cyan = 0, Magento = 0.55, Yellow = 0.57 and Black (K on CMYK) = 0.09.

Color convert

RGB232104100-
CMYK00.550.570.09
HSL1.82º74.16%65.1%-
HSV(B)1.82º56.9%90.98%-
XYZ40.5327.9815.32-
YUV141.82104.41192.33-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 53.21%
GREEN value IS 104 (41.02% from 255) = 23.85%
BLUE value IS 100 (39.45% from 255) = 22.94%
R=53.21%
G=23.85%
B=22.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.57
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23210410000.550.570.091.8274.1665.1
HexE8686403739924a41
Octal35015014406771112112101
Binary1110100011010001100100011011111100110011010010101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E86864

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E86864; }

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

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

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

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

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

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

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

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