#EA7961

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

Shades of Terra Cotta #EA7961

Tints of Terra Cotta #EA7961

Color information

#EA7961 (or 0xEA7961) is unknown color: approx Terra Cotta. HEX triplet: EA, 79 and 61. RGB value is (234,121,97). Sum of RGB (Red+Green+Blue) = 234+121+97=452 (59% of max value = 765). Red value is 234 (91.80% from 255 or 51.77% from 452); Green value is 121 (47.66% from 255 or 26.77% from 452); Blue value is 97 (38.28% from 255 or 21.46% from 452); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7961 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA7961 is #15869E. Grayscale: #989898. Windows color (decimal): -1410719 or 6388202. OLE color: 6388202.

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

Color convert

RGB23412197-
CMYK00.480.590.08
HSL10.51º76.54%64.9%-
HSV(B)10.51º58.55%91.76%-
XYZ42.9332.0315.23-
YUV152.0596.94186.45-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 51.77%
GREEN value IS 121 (47.66% from 255) = 26.77%
BLUE value IS 97 (38.28% from 255) = 21.46%
R=51.77%
G=26.77%
B=21.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.59
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2341219700.480.590.0810.5176.5464.9
HexEA79610303B8b4d41
Octal352171141060731013115101
Binary111010101111001110000101100001110111000101110011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA7961

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA7961; }

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

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

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

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

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

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

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

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