#EA7963

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

Shades of Terra Cotta #EA7963

Tints of Terra Cotta #EA7963

Color information

#EA7963 (or 0xEA7963) is unknown color: approx Terra Cotta. HEX triplet: EA, 79 and 63. RGB value is (234,121,99). Sum of RGB (Red+Green+Blue) = 234+121+99=454 (60% of max value = 765). Red value is 234 (91.80% from 255 or 51.54% from 454); Green value is 121 (47.66% from 255 or 26.65% from 454); Blue value is 99 (39.06% from 255 or 21.81% from 454); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7963 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA7963 is #15869C. Grayscale: #989898. Windows color (decimal): -1410717 or 6519274. OLE color: 6519274.

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

Color convert

RGB23412199-
CMYK00.480.580.08
HSL9.78º76.27%65.29%-
HSV(B)9.78º57.69%91.76%-
XYZ43.0232.0715.73-
YUV152.2897.94186.29-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 51.54%
GREEN value IS 121 (47.66% from 255) = 26.65%
BLUE value IS 99 (39.06% from 255) = 21.81%
R=51.54%
G=26.65%
B=21.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.58
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2341219900.480.580.089.7876.2765.29
HexEA79630303A8a4c41
Octal352171143060721012114101
Binary111010101111001110001101100001110101000101010011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA7963

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA7963; }

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

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

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

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

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

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

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

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