#E07061

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

Shades of Terra Cotta #E07061

Tints of Terra Cotta #E07061

Color information

#E07061 (or 0xE07061) is unknown color: approx Terra Cotta. HEX triplet: E0, 70 and 61. RGB value is (224,112,97). Sum of RGB (Red+Green+Blue) = 224+112+97=433 (57% of max value = 765). Red value is 224 (87.89% from 255 or 51.73% from 433); Green value is 112 (44.14% from 255 or 25.87% from 433); Blue value is 97 (38.28% from 255 or 22.40% from 433); Max value from RGB is 224 - color contains mainly: red. Hex color #E07061 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E07061 is #1F8F9E. Grayscale: #8F8F8F. Windows color (decimal): -2068383 or 6385888. OLE color: 6385888.

HSL color Cylindrical-coordinate representation of color #E07061: hue angle of 7.09º 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 #E07061 is Cyan = 0, Magento = 0.50, Yellow = 0.57 and Black (K on CMYK) = 0.12.

Color convert

RGB22411297-
CMYK00.500.570.12
HSL7.09º67.2%62.94%-
HSV(B)7.09º56.7%87.84%-
XYZ38.6928.314.73-
YUV143.78101.61185.22-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 51.73%
GREEN value IS 112 (44.14% from 255) = 25.87%
BLUE value IS 97 (38.28% from 255) = 22.40%
R=51.73%
G=25.87%
B=22.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.57
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2241129700.500.570.127.0967.262.94
HexE0706103239C7433f
Octal3401601410627114710377
Binary1110000011100001100001011001011100111001111000011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E07061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E07061; }

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

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

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

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

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

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

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

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