#E07568

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

Shades of Terra Cotta #E07568

Tints of Terra Cotta #E07568

Color information

#E07568 (or 0xE07568) is unknown color: approx Terra Cotta. HEX triplet: E0, 75 and 68. RGB value is (224,117,104). Sum of RGB (Red+Green+Blue) = 224+117+104=445 (58% of max value = 765). Red value is 224 (87.89% from 255 or 50.34% from 445); Green value is 117 (46.09% from 255 or 26.29% from 445); Blue value is 104 (41.02% from 255 or 23.37% from 445); Max value from RGB is 224 - color contains mainly: red. Hex color #E07568 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E07568 is #1F8A97. Grayscale: #939393. Windows color (decimal): -2067096 or 6845920. OLE color: 6845920.

HSL color Cylindrical-coordinate representation of color #E07568: hue angle of 6.5º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E07568 is Cyan = 0, Magento = 0.48, Yellow = 0.54 and Black (K on CMYK) = 0.12.

Color convert

RGB224117104-
CMYK00.480.540.12
HSL6.5º65.93%64.31%-
HSV(B)6.5º53.57%87.84%-
XYZ39.629.5716.72-
YUV147.51103.45182.56-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 50.34%
GREEN value IS 117 (46.09% from 255) = 26.29%
BLUE value IS 104 (41.02% from 255) = 23.37%
R=50.34%
G=26.29%
B=23.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.54
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22411710400.480.540.126.565.9364.31
HexE0756803036C64240
Octal34016515006066146102100
Binary11100000111010111010000110000110110110011010000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E07568

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E07568; }

 p { color: rgb(224,117,104); }

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

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

 a { background-color: rgb(224,117,104); }

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

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

 span { border-color: rgb(224,117,104); }

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