#ea7e63

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

Shades of Terra Cotta #EA7E63

Tints of Terra Cotta #EA7E63

Color information

#EA7E63 (or 0xEA7E63) is unknown color: approx Terra Cotta. HEX triplet: EA, 7E and 63. RGB value is (234,126,99). Sum of RGB (Red+Green+Blue) = 234+126+99=459 (60% of max value = 765). Red value is 234 (91.80% from 255 or 50.98% from 459); Green value is 126 (49.61% from 255 or 27.45% from 459); Blue value is 99 (39.06% from 255 or 21.57% from 459); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7E63 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA7E63 is #15819C. Grayscale: #9B9B9B. Windows color (decimal): -1409437 or 6520554. OLE color: 6520554.

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

Color convert

RGB23412699-
CMYK00.460.580.08
HSL12º76.27%65.29%-
HSV(B)12º57.69%91.76%-
XYZ43.6433.3115.93-
YUV155.2196.28184.2-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 50.98%
GREEN value IS 126 (49.61% from 255) = 27.45%
BLUE value IS 99 (39.06% from 255) = 21.57%
R=50.98%
G=27.45%
B=21.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.58
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2341269900.460.580.081276.2765.29
HexEA7E6302E3A8c4c41
Octal352176143056721014114101
Binary111010101111110110001101011101110101000110010011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ea7e63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ea7e63; }

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

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

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

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

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

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

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

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