#EA6867

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

Shades of Terra Cotta #EA6867

Tints of Terra Cotta #EA6867

Color information

#EA6867 (or 0xEA6867) is unknown color: approx Terra Cotta. HEX triplet: EA, 68 and 67. RGB value is (234,104,103). Sum of RGB (Red+Green+Blue) = 234+104+103=441 (58% of max value = 765). Red value is 234 (91.80% from 255 or 53.06% from 441); Green value is 104 (41.02% from 255 or 23.58% from 441); Blue value is 103 (40.62% from 255 or 23.36% from 441); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6867 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA6867 is #159798. Grayscale: #8E8E8E. Windows color (decimal): -1415065 or 6777066. OLE color: 6777066.

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

Color convert

RGB234104103-
CMYK00.560.560.08
HSL0.46º75.72%66.08%-
HSV(B)0.46º55.98%91.76%-
XYZ41.3328.3716.13-
YUV142.76105.57193.08-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 53.06%
GREEN value IS 104 (41.02% from 255) = 23.58%
BLUE value IS 103 (40.62% from 255) = 23.36%
R=53.06%
G=23.58%
B=23.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.56
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23410410300.560.560.080.4675.7266.08
HexEA686703838804c42
Octal35215014707070100114102
Binary111010101101000110011101110001110001000010011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA6867

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA6867; }

 p { color: rgb(234,104,103); }

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

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

 a { background-color: rgb(234,104,103); }

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

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

 span { border-color: rgb(234,104,103); }

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