#EA7761

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

Shades of Terra Cotta #EA7761

Tints of Terra Cotta #EA7761

Color information

#EA7761 (or 0xEA7761) is unknown color: approx Terra Cotta. HEX triplet: EA, 77 and 61. RGB value is (234,119,97). Sum of RGB (Red+Green+Blue) = 234+119+97=450 (59% of max value = 765). Red value is 234 (91.80% from 255 or 52% from 450); Green value is 119 (46.88% from 255 or 26.44% from 450); Blue value is 97 (38.28% from 255 or 21.56% from 450); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7761 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA7761 is #15889E. Grayscale: #979797. Windows color (decimal): -1411231 or 6387690. OLE color: 6387690.

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

Color convert

RGB23411997-
CMYK00.490.590.08
HSL9.64º76.54%64.9%-
HSV(B)9.64º58.55%91.76%-
XYZ42.6931.5515.15-
YUV150.8897.6187.29-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 52%
GREEN value IS 119 (46.88% from 255) = 26.44%
BLUE value IS 97 (38.28% from 255) = 21.56%
R=52%
G=26.44%
B=21.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.59
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2341199700.490.590.089.6476.5464.9
HexEA77610313B8a4d41
Octal352167141061731012115101
Binary111010101110111110000101100011110111000101010011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA7761

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA7761; }

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

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

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

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

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

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

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

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