#EA6F65

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

Shades of Terra Cotta #EA6F65

Tints of Terra Cotta #EA6F65

Color information

#EA6F65 (or 0xEA6F65) is unknown color: approx Terra Cotta. HEX triplet: EA, 6F and 65. RGB value is (234,111,101). Sum of RGB (Red+Green+Blue) = 234+111+101=446 (59% of max value = 765). Red value is 234 (91.80% from 255 or 52.47% from 446); Green value is 111 (43.75% from 255 or 24.89% from 446); Blue value is 101 (39.84% from 255 or 22.65% from 446); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6F65 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA6F65 is #15909A. Grayscale: #929292. Windows color (decimal): -1413275 or 6647786. OLE color: 6647786.

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

Color convert

RGB234111101-
CMYK00.530.570.08
HSL4.51º76%65.69%-
HSV(B)4.51º56.84%91.76%-
XYZ41.9729.815.85-
YUV146.64102.25190.31-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 52.47%
GREEN value IS 111 (43.75% from 255) = 24.89%
BLUE value IS 101 (39.84% from 255) = 22.65%
R=52.47%
G=24.89%
B=22.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.57
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23411110100.530.570.084.517665.69
HexEA6F6503539854c42
Octal35215714506571105114102
Binary11101010110111111001010110101111001100010110011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA6F65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA6F65; }

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

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

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

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

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

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

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

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