#EA7C65

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

Shades of Terra Cotta #EA7C65

Tints of Terra Cotta #EA7C65

Color information

#EA7C65 (or 0xEA7C65) is unknown color: approx Terra Cotta. HEX triplet: EA, 7C and 65. RGB value is (234,124,101). Sum of RGB (Red+Green+Blue) = 234+124+101=459 (60% of max value = 765). Red value is 234 (91.80% from 255 or 50.98% from 459); Green value is 124 (48.83% from 255 or 27.02% from 459); Blue value is 101 (39.84% from 255 or 22.00% from 459); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7C65 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA7C65 is #15839A. Grayscale: #9A9A9A. Windows color (decimal): -1409947 or 6651114. OLE color: 6651114.

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

Color convert

RGB234124101-
CMYK00.470.570.08
HSL10.38º76%65.69%-
HSV(B)10.38º56.84%91.76%-
XYZ43.4932.8516.36-
YUV154.2797.94184.87-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 50.98%
GREEN value IS 124 (48.83% from 255) = 27.02%
BLUE value IS 101 (39.84% from 255) = 22.00%
R=50.98%
G=27.02%
B=22.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.57
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23412410100.470.570.0810.387665.69
HexEA7C6502F398a4c42
Octal352174145057711012114102
Binary111010101111100110010101011111110011000101010011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA7C65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA7C65; }

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

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

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

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

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

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

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

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