#EA7262

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

Shades of Terra Cotta #EA7262

Tints of Terra Cotta #EA7262

Color information

#EA7262 (or 0xEA7262) is unknown color: approx Terra Cotta. HEX triplet: EA, 72 and 62. RGB value is (234,114,98). Sum of RGB (Red+Green+Blue) = 234+114+98=446 (59% of max value = 765). Red value is 234 (91.80% from 255 or 52.47% from 446); Green value is 114 (44.92% from 255 or 25.56% from 446); Blue value is 98 (38.67% from 255 or 21.97% from 446); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7262 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA7262 is #158D9D. Grayscale: #949494. Windows color (decimal): -1412510 or 6451946. OLE color: 6451946.

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

Color convert

RGB23411498-
CMYK00.510.580.08
HSL7.06º76.4%65.1%-
HSV(B)7.06º58.12%91.76%-
XYZ42.1530.4115.2-
YUV148.0699.76189.3-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 52.47%
GREEN value IS 114 (44.92% from 255) = 25.56%
BLUE value IS 98 (38.67% from 255) = 21.97%
R=52.47%
G=25.56%
B=21.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.58
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2341149800.510.580.087.0676.465.1
HexEA72620333A874c41
Octal35216214206372107114101
Binary11101010111001011000100110011111010100011110011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA7262

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA7262; }

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

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

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

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

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

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

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

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