#EA8063

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

Shades of Terra Cotta #EA8063

Tints of Terra Cotta #EA8063

Color information

#EA8063 (or 0xEA8063) is unknown color: approx Terra Cotta. HEX triplet: EA, 80 and 63. RGB value is (234,128,99). Sum of RGB (Red+Green+Blue) = 234+128+99=461 (61% of max value = 765). Red value is 234 (91.80% from 255 or 50.76% from 461); Green value is 128 (50.39% from 255 or 27.77% from 461); Blue value is 99 (39.06% from 255 or 21.48% from 461); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8063 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EA8063 is #157F9C. Grayscale: #9C9C9C. Windows color (decimal): -1408925 or 6521066. OLE color: 6521066.

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

Color convert

RGB23412899-
CMYK00.450.580.08
HSL12.89º76.27%65.29%-
HSV(B)12.89º57.69%91.76%-
XYZ43.933.8316.02-
YUV156.3995.62183.36-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 50.76%
GREEN value IS 128 (50.39% from 255) = 27.77%
BLUE value IS 99 (39.06% from 255) = 21.48%
R=50.76%
G=27.77%
B=21.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.58
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2341289900.450.580.0812.8976.2765.29
HexEA806302D3A8d4c41
Octal352200143055721015114101
Binary1110101010000000110001101011011110101000110110011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA8063

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA8063; }

 p { color: rgb(234,128,99); }

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

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

 a { background-color: rgb(234,128,99); }

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

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

 span { border-color: rgb(234,128,99); }

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