#EA7865

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

Shades of Terra Cotta #EA7865

Tints of Terra Cotta #EA7865

Color information

#EA7865 (or 0xEA7865) is unknown color: approx Terra Cotta. HEX triplet: EA, 78 and 65. RGB value is (234,120,101). Sum of RGB (Red+Green+Blue) = 234+120+101=455 (60% of max value = 765). Red value is 234 (91.80% from 255 or 51.43% from 455); Green value is 120 (47.27% from 255 or 26.37% from 455); Blue value is 101 (39.84% from 255 or 22.20% from 455); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7865 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA7865 is #15879A. Grayscale: #989898. Windows color (decimal): -1410971 or 6650090. OLE color: 6650090.

HSL color Cylindrical-coordinate representation of color #EA7865: hue angle of 8.57º degrees, saturation: 0.76, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #EA7865 is Cyan = 0, Magento = 0.49, Yellow = 0.57 and Black (K on CMYK) = 0.08.

Color convert

RGB234120101-
CMYK00.490.570.08
HSL8.57º76%65.69%-
HSV(B)8.57º56.84%91.76%-
XYZ4331.8616.2-
YUV151.9299.27186.54-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 51.43%
GREEN value IS 120 (47.27% from 255) = 26.37%
BLUE value IS 101 (39.84% from 255) = 22.20%
R=51.43%
G=26.37%
B=22.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.57
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23412010100.490.570.088.577665.69
HexEA786503139894c42
Octal352170145061711011114102
Binary111010101111000110010101100011110011000100110011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA7865

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA7865; }

 p { color: rgb(234,120,101); }

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

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

 a { background-color: rgb(234,120,101); }

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

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

 span { border-color: rgb(234,120,101); }

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