#ea6c5c

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

Shades of Terra Cotta #EA6C5C

Tints of Terra Cotta #EA6C5C

Color information

#EA6C5C (or 0xEA6C5C) is unknown color: approx Terra Cotta. HEX triplet: EA, 6C and 5C. RGB value is (234,108,92). Sum of RGB (Red+Green+Blue) = 234+108+92=434 (57% of max value = 765). Red value is 234 (91.80% from 255 or 53.92% from 434); Green value is 108 (42.58% from 255 or 24.88% from 434); Blue value is 92 (36.33% from 255 or 21.20% from 434); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6C5C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA6C5C is #1593A3. Grayscale: #909090. Windows color (decimal): -1414052 or 6057194. OLE color: 6057194.

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

Color convert

RGB23410892-
CMYK00.540.610.08
HSL6.76º77.17%63.92%-
HSV(B)6.76º60.68%91.76%-
XYZ41.2328.9913.55-
YUV143.8598.74192.3-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 53.92%
GREEN value IS 108 (42.58% from 255) = 24.88%
BLUE value IS 92 (36.33% from 255) = 21.20%
R=53.92%
G=24.88%
B=21.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.61
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2341089200.540.610.086.7677.1763.92
HexEA6C5C0363D874d40
Octal35215413406675107115100
Binary11101010110110010111000110110111101100011110011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ea6c5c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ea6c5c; }

 p { color: rgb(234,108,92); }

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

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

 a { background-color: rgb(234,108,92); }

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

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

 span { border-color: rgb(234,108,92); }

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