#EA7766

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

Shades of Terra Cotta #EA7766

Tints of Terra Cotta #EA7766

Color information

#EA7766 (or 0xEA7766) is unknown color: approx Terra Cotta. HEX triplet: EA, 77 and 66. RGB value is (234,119,102). Sum of RGB (Red+Green+Blue) = 234+119+102=455 (60% of max value = 765). Red value is 234 (91.80% from 255 or 51.43% from 455); Green value is 119 (46.88% from 255 or 26.15% from 455); Blue value is 102 (40.23% from 255 or 22.42% from 455); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7766 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA7766 is #158899. Grayscale: #979797. Windows color (decimal): -1411226 or 6715370. OLE color: 6715370.

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

Color convert

RGB234119102-
CMYK00.490.560.08
HSL7.73º75.86%65.88%-
HSV(B)7.73º56.41%91.76%-
XYZ42.9331.6516.42-
YUV151.45100.1186.88-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 51.43%
GREEN value IS 119 (46.88% from 255) = 26.15%
BLUE value IS 102 (40.23% from 255) = 22.42%
R=51.43%
G=26.15%
B=22.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.56
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23411910200.490.560.087.7375.8665.88
HexEA776603138884c42
Octal352167146061701010114102
Binary111010101110111110011001100011110001000100010011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA7766

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA7766; }

 p { color: rgb(234,119,102); }

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

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

 a { background-color: rgb(234,119,102); }

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

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

 span { border-color: rgb(234,119,102); }

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