#E07A61

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

Shades of Terra Cotta #E07A61

Tints of Terra Cotta #E07A61

Color information

#E07A61 (or 0xE07A61) is unknown color: approx Terra Cotta. HEX triplet: E0, 7A and 61. RGB value is (224,122,97). Sum of RGB (Red+Green+Blue) = 224+122+97=443 (58% of max value = 765). Red value is 224 (87.89% from 255 or 50.56% from 443); Green value is 122 (48.05% from 255 or 27.54% from 443); Blue value is 97 (38.28% from 255 or 21.90% from 443); Max value from RGB is 224 - color contains mainly: red. Hex color #E07A61 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E07A61 is #1F859E. Grayscale: #959595. Windows color (decimal): -2065823 or 6388448. OLE color: 6388448.

HSL color Cylindrical-coordinate representation of color #E07A61: hue angle of 11.81º degrees, saturation: 0.67, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E07A61 is Cyan = 0, Magento = 0.46, Yellow = 0.57 and Black (K on CMYK) = 0.12.

Color convert

RGB22412297-
CMYK00.460.570.12
HSL11.81º67.2%62.94%-
HSV(B)11.81º56.7%87.84%-
XYZ39.8630.6315.12-
YUV149.6598.29181.03-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 50.56%
GREEN value IS 122 (48.05% from 255) = 27.54%
BLUE value IS 97 (38.28% from 255) = 21.90%
R=50.56%
G=27.54%
B=21.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.57
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2241229700.460.570.1211.8167.262.94
HexE07A6102E39Cc433f
Octal34017214105671141410377
Binary11100000111101011000010101110111001110011001000011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E07A61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E07A61; }

 p { color: rgb(224,122,97); }

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

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

 a { background-color: rgb(224,122,97); }

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

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

 span { border-color: rgb(224,122,97); }

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