#EA7167

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

Shades of Terra Cotta #EA7167

Tints of Terra Cotta #EA7167

Color information

#EA7167 (or 0xEA7167) is unknown color: approx Terra Cotta. HEX triplet: EA, 71 and 67. RGB value is (234,113,103). Sum of RGB (Red+Green+Blue) = 234+113+103=450 (59% of max value = 765). Red value is 234 (91.80% from 255 or 52% from 450); Green value is 113 (44.53% from 255 or 25.11% from 450); Blue value is 103 (40.62% from 255 or 22.89% from 450); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7167 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA7167 is #158E98. Grayscale: #949494. Windows color (decimal): -1412761 or 6779370. OLE color: 6779370.

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

Color convert

RGB234113103-
CMYK00.520.560.08
HSL4.58º75.72%66.08%-
HSV(B)4.58º55.98%91.76%-
XYZ42.2830.2816.45-
YUV148.04102.59189.31-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 52%
GREEN value IS 113 (44.53% from 255) = 25.11%
BLUE value IS 103 (40.62% from 255) = 22.89%
R=52%
G=25.11%
B=22.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.56
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23411310300.520.560.084.5875.7266.08
HexEA716703438854c42
Octal35216114706470105114102
Binary11101010111000111001110110100111000100010110011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA7167

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA7167; }

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

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

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

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

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

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

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

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