#EA6C59

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

Shades of Terra Cotta #EA6C59

Tints of Terra Cotta #EA6C59

Color information

#EA6C59 (or 0xEA6C59) is unknown color: approx Terra Cotta. HEX triplet: EA, 6C and 59. RGB value is (234,108,89). Sum of RGB (Red+Green+Blue) = 234+108+89=431 (57% of max value = 765). Red value is 234 (91.80% from 255 or 54.29% from 431); Green value is 108 (42.58% from 255 or 25.06% from 431); Blue value is 89 (35.16% from 255 or 20.65% from 431); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6C59 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA6C59 is #1593A6. Grayscale: #8F8F8F. Windows color (decimal): -1414055 or 5860586. OLE color: 5860586.

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

Color convert

RGB23410889-
CMYK00.540.620.08
HSL7.86º77.54%63.33%-
HSV(B)7.86º61.97%91.76%-
XYZ41.128.9412.87-
YUV143.5197.24192.54-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 54.29%
GREEN value IS 108 (42.58% from 255) = 25.06%
BLUE value IS 89 (35.16% from 255) = 20.65%
R=54.29%
G=25.06%
B=20.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.62
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2341088900.540.620.087.8677.5463.33
HexEA6C590363E884e3f
Octal35215413106676101011677
Binary11101010110110010110010110110111110100010001001110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA6C59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA6C59; }

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

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

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

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

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

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

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

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