#EA7C61

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

Shades of Terra Cotta #EA7C61

Tints of Terra Cotta #EA7C61

Color information

#EA7C61 (or 0xEA7C61) is unknown color: approx Terra Cotta. HEX triplet: EA, 7C and 61. RGB value is (234,124,97). Sum of RGB (Red+Green+Blue) = 234+124+97=455 (60% of max value = 765). Red value is 234 (91.80% from 255 or 51.43% from 455); Green value is 124 (48.83% from 255 or 27.25% from 455); Blue value is 97 (38.28% from 255 or 21.32% from 455); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7C61 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA7C61 is #15839E. Grayscale: #9A9A9A. Windows color (decimal): -1409951 or 6388970. OLE color: 6388970.

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

Color convert

RGB23412497-
CMYK00.470.590.08
HSL11.82º76.54%64.9%-
HSV(B)11.82º58.55%91.76%-
XYZ43.332.7715.35-
YUV153.8195.94185.2-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 51.43%
GREEN value IS 124 (48.83% from 255) = 27.25%
BLUE value IS 97 (38.28% from 255) = 21.32%
R=51.43%
G=27.25%
B=21.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.59
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2341249700.470.590.0811.8276.5464.9
HexEA7C6102F3B8c4d41
Octal352174141057731014115101
Binary111010101111100110000101011111110111000110010011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA7C61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA7C61; }

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

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

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

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

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

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

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

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