#EA6862

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

Shades of Terra Cotta #EA6862

Tints of Terra Cotta #EA6862

Color information

#EA6862 (or 0xEA6862) is unknown color: approx Terra Cotta. HEX triplet: EA, 68 and 62. RGB value is (234,104,98). Sum of RGB (Red+Green+Blue) = 234+104+98=436 (57% of max value = 765). Red value is 234 (91.80% from 255 or 53.67% from 436); Green value is 104 (41.02% from 255 or 23.85% from 436); Blue value is 98 (38.67% from 255 or 22.48% from 436); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6862 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA6862 is #15979D. Grayscale: #8E8E8E. Windows color (decimal): -1415070 or 6449386. OLE color: 6449386.

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

Color convert

RGB23410498-
CMYK00.560.580.08
HSL2.65º76.4%65.1%-
HSV(B)2.65º58.12%91.76%-
XYZ41.0928.2714.85-
YUV142.19103.07193.49-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 53.67%
GREEN value IS 104 (41.02% from 255) = 23.85%
BLUE value IS 98 (38.67% from 255) = 22.48%
R=53.67%
G=23.85%
B=22.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.58
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2341049800.560.580.082.6576.465.1
HexEA68620383A834c41
Octal35215014207072103114101
Binary1110101011010001100010011100011101010001110011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA6862

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA6862; }

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

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

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

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

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

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

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

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