#EA7267

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

Shades of Terra Cotta #EA7267

Tints of Terra Cotta #EA7267

Color information

#EA7267 (or 0xEA7267) is unknown color: approx Terra Cotta. HEX triplet: EA, 72 and 67. RGB value is (234,114,103). Sum of RGB (Red+Green+Blue) = 234+114+103=451 (59% of max value = 765). Red value is 234 (91.80% from 255 or 51.88% from 451); Green value is 114 (44.92% from 255 or 25.28% from 451); Blue value is 103 (40.62% from 255 or 22.84% from 451); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7267 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA7267 is #158D98. Grayscale: #949494. Windows color (decimal): -1412505 or 6779626. OLE color: 6779626.

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

Color convert

RGB234114103-
CMYK00.510.560.08
HSL5.04º75.72%66.08%-
HSV(B)5.04º55.98%91.76%-
XYZ42.430.5116.49-
YUV148.63102.26188.89-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 51.88%
GREEN value IS 114 (44.92% from 255) = 25.28%
BLUE value IS 103 (40.62% from 255) = 22.84%
R=51.88%
G=25.28%
B=22.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.56
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23411410300.510.560.085.0475.7266.08
HexEA726703338854c42
Octal35216214706370105114102
Binary11101010111001011001110110011111000100010110011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA7267

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA7267; }

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

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

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

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

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

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

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

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