#EA7D5D

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

Shades of Terra Cotta #EA7D5D

Tints of Terra Cotta #EA7D5D

Color information

#EA7D5D (or 0xEA7D5D) is unknown color: approx Terra Cotta. HEX triplet: EA, 7D and 5D. RGB value is (234,125,93). Sum of RGB (Red+Green+Blue) = 234+125+93=452 (59% of max value = 765). Red value is 234 (91.80% from 255 or 51.77% from 452); Green value is 125 (49.22% from 255 or 27.65% from 452); Blue value is 93 (36.72% from 255 or 20.58% from 452); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7D5D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA7D5D is #1582A2. Grayscale: #9A9A9A. Windows color (decimal): -1409699 or 6127082. OLE color: 6127082.

HSL color Cylindrical-coordinate representation of color #EA7D5D: hue angle of 13.62º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EA7D5D is Cyan = 0, Magento = 0.47, Yellow = 0.60 and Black (K on CMYK) = 0.08.

Color convert

RGB23412593-
CMYK00.470.600.08
HSL13.62º77.05%64.12%-
HSV(B)13.62º60.26%91.76%-
XYZ43.2432.9514.44-
YUV153.9493.61185.1-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 51.77%
GREEN value IS 125 (49.22% from 255) = 27.65%
BLUE value IS 93 (36.72% from 255) = 20.58%
R=51.77%
G=27.65%
B=20.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.60
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2341259300.470.600.0813.6277.0564.12
HexEA7D5D02F3C8e4d40
Octal352175135057741016115100
Binary111010101111101101110101011111111001000111010011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA7D5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA7D5D; }

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

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

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

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

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

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

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

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