#EA6761

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

Shades of Terra Cotta #EA6761

Tints of Terra Cotta #EA6761

Color information

#EA6761 (or 0xEA6761) is unknown color: approx Terra Cotta. HEX triplet: EA, 67 and 61. RGB value is (234,103,97). Sum of RGB (Red+Green+Blue) = 234+103+97=434 (57% of max value = 765). Red value is 234 (91.80% from 255 or 53.92% from 434); Green value is 103 (40.62% from 255 or 23.73% from 434); Blue value is 97 (38.28% from 255 or 22.35% from 434); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6761 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA6761 is #15989E. Grayscale: #8D8D8D. Windows color (decimal): -1415327 or 6383594. OLE color: 6383594.

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

Color convert

RGB23410397-
CMYK00.560.590.08
HSL2.63º76.54%64.9%-
HSV(B)2.63º58.55%91.76%-
XYZ40.9428.0614.57-
YUV141.48102.9193.99-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 53.92%
GREEN value IS 103 (40.62% from 255) = 23.73%
BLUE value IS 97 (38.28% from 255) = 22.35%
R=53.92%
G=23.73%
B=22.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.59
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2341039700.560.590.082.6376.5464.9
HexEA67610383B834d41
Octal35214714107073103115101
Binary1110101011001111100001011100011101110001110011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA6761

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA6761; }

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

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

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

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

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

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

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

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