#EA6F66

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

Shades of Terra Cotta #EA6F66

Tints of Terra Cotta #EA6F66

Color information

#EA6F66 (or 0xEA6F66) is unknown color: approx Terra Cotta. HEX triplet: EA, 6F and 66. RGB value is (234,111,102). Sum of RGB (Red+Green+Blue) = 234+111+102=447 (59% of max value = 765). Red value is 234 (91.80% from 255 or 52.35% from 447); Green value is 111 (43.75% from 255 or 24.83% from 447); Blue value is 102 (40.23% from 255 or 22.82% from 447); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6F66 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA6F66 is #159099. Grayscale: #929292. Windows color (decimal): -1413274 or 6713322. OLE color: 6713322.

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

Color convert

RGB234111102-
CMYK00.530.560.08
HSL4.09º75.86%65.88%-
HSV(B)4.09º56.41%91.76%-
XYZ42.0129.8216.11-
YUV146.75102.75190.23-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 52.35%
GREEN value IS 111 (43.75% from 255) = 24.83%
BLUE value IS 102 (40.23% from 255) = 22.82%
R=52.35%
G=24.83%
B=22.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.56
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23411110200.530.560.084.0975.8665.88
HexEA6F6603538844c42
Octal35215714606570104114102
Binary11101010110111111001100110101111000100010010011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA6F66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA6F66; }

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

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

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

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

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

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

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

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