#EA7665

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

Shades of Terra Cotta #EA7665

Tints of Terra Cotta #EA7665

Color information

#EA7665 (or 0xEA7665) is unknown color: approx Terra Cotta. HEX triplet: EA, 76 and 65. RGB value is (234,118,101). Sum of RGB (Red+Green+Blue) = 234+118+101=453 (60% of max value = 765). Red value is 234 (91.80% from 255 or 51.66% from 453); Green value is 118 (46.48% from 255 or 26.05% from 453); Blue value is 101 (39.84% from 255 or 22.30% from 453); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7665 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA7665 is #15899A. Grayscale: #969696. Windows color (decimal): -1411483 or 6649578. OLE color: 6649578.

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

Color convert

RGB234118101-
CMYK00.500.570.08
HSL7.67º76%65.69%-
HSV(B)7.67º56.84%91.76%-
XYZ42.7631.3916.12-
YUV150.7599.93187.38-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 51.66%
GREEN value IS 118 (46.48% from 255) = 26.05%
BLUE value IS 101 (39.84% from 255) = 22.30%
R=51.66%
G=26.05%
B=22.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.57
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23411810100.500.570.087.677665.69
HexEA766503239884c42
Octal352166145062711010114102
Binary111010101110110110010101100101110011000100010011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA7665

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA7665; }

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

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

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

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

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

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

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

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