#EA7863

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

Shades of Terra Cotta #EA7863

Tints of Terra Cotta #EA7863

Color information

#EA7863 (or 0xEA7863) is unknown color: approx Terra Cotta. HEX triplet: EA, 78 and 63. RGB value is (234,120,99). Sum of RGB (Red+Green+Blue) = 234+120+99=453 (60% of max value = 765). Red value is 234 (91.80% from 255 or 51.66% from 453); Green value is 120 (47.27% from 255 or 26.49% from 453); Blue value is 99 (39.06% from 255 or 21.85% from 453); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7863 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA7863 is #15879C. Grayscale: #979797. Windows color (decimal): -1410973 or 6519018. OLE color: 6519018.

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

Color convert

RGB23412099-
CMYK00.490.580.08
HSL9.33º76.27%65.29%-
HSV(B)9.33º57.69%91.76%-
XYZ42.931.8315.69-
YUV151.6998.27186.71-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 51.66%
GREEN value IS 120 (47.27% from 255) = 26.49%
BLUE value IS 99 (39.06% from 255) = 21.85%
R=51.66%
G=26.49%
B=21.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.58
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2341209900.490.580.089.3376.2765.29
HexEA78630313A894c41
Octal352170143061721011114101
Binary111010101111000110001101100011110101000100110011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA7863

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA7863; }

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

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

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

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

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

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

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

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