#EA7D65

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

Shades of Terra Cotta #EA7D65

Tints of Terra Cotta #EA7D65

Color information

#EA7D65 (or 0xEA7D65) is unknown color: approx Terra Cotta. HEX triplet: EA, 7D and 65. RGB value is (234,125,101). Sum of RGB (Red+Green+Blue) = 234+125+101=460 (60% of max value = 765). Red value is 234 (91.80% from 255 or 50.87% from 460); Green value is 125 (49.22% from 255 or 27.17% from 460); Blue value is 101 (39.84% from 255 or 21.96% from 460); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7D65 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA7D65 is #15829A. Grayscale: #9B9B9B. Windows color (decimal): -1409691 or 6651370. OLE color: 6651370.

HSL color Cylindrical-coordinate representation of color #EA7D65: hue angle of 10.83º degrees, saturation: 0.76, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #EA7D65 is Cyan = 0, Magento = 0.47, Yellow = 0.57 and Black (K on CMYK) = 0.08.

Color convert

RGB234125101-
CMYK00.470.570.08
HSL10.83º76%65.69%-
HSV(B)10.83º56.84%91.76%-
XYZ43.6133.116.4-
YUV154.8697.61184.45-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 50.87%
GREEN value IS 125 (49.22% from 255) = 27.17%
BLUE value IS 101 (39.84% from 255) = 21.96%
R=50.87%
G=27.17%
B=21.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.57
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23412510100.470.570.0810.837665.69
HexEA7D6502F398b4c42
Octal352175145057711013114102
Binary111010101111101110010101011111110011000101110011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA7D65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA7D65; }

 p { color: rgb(234,125,101); }

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

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

 a { background-color: rgb(234,125,101); }

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

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

 span { border-color: rgb(234,125,101); }

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