#EA7264

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

Shades of Terra Cotta #EA7264

Tints of Terra Cotta #EA7264

Color information

#EA7264 (or 0xEA7264) is unknown color: approx Terra Cotta. HEX triplet: EA, 72 and 64. RGB value is (234,114,100). Sum of RGB (Red+Green+Blue) = 234+114+100=448 (59% of max value = 765). Red value is 234 (91.80% from 255 or 52.23% from 448); Green value is 114 (44.92% from 255 or 25.45% from 448); Blue value is 100 (39.45% from 255 or 22.32% from 448); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7264 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA7264 is #158D9B. Grayscale: #949494. Windows color (decimal): -1412508 or 6583018. OLE color: 6583018.

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

Color convert

RGB234114100-
CMYK00.510.570.08
HSL6.27º76.14%65.49%-
HSV(B)6.27º57.26%91.76%-
XYZ42.2530.4515.71-
YUV148.28100.76189.14-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 52.23%
GREEN value IS 114 (44.92% from 255) = 25.45%
BLUE value IS 100 (39.45% from 255) = 22.32%
R=52.23%
G=25.45%
B=22.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.57
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23411410000.510.570.086.2776.1465.49
HexEA726403339864c41
Octal35216214406371106114101
Binary11101010111001011001000110011111001100011010011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA7264

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA7264; }

 p { color: rgb(234,114,100); }

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

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

 a { background-color: rgb(234,114,100); }

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

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

 span { border-color: rgb(234,114,100); }

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