#E07569

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

Shades of Terra Cotta #E07569

Tints of Terra Cotta #E07569

Color information

#E07569 (or 0xE07569) is unknown color: approx Terra Cotta. HEX triplet: E0, 75 and 69. RGB value is (224,117,105). Sum of RGB (Red+Green+Blue) = 224+117+105=446 (59% of max value = 765). Red value is 224 (87.89% from 255 or 50.22% from 446); Green value is 117 (46.09% from 255 or 26.23% from 446); Blue value is 105 (41.41% from 255 or 23.54% from 446); Max value from RGB is 224 - color contains mainly: red. Hex color #E07569 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E07569 is #1F8A96. Grayscale: #939393. Windows color (decimal): -2067095 or 6911456. OLE color: 6911456.

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

Color convert

RGB224117105-
CMYK00.480.530.12
HSL6.05º65.75%64.51%-
HSV(B)6.05º53.12%87.84%-
XYZ39.6529.5916.99-
YUV147.62103.95182.48-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 50.22%
GREEN value IS 117 (46.09% from 255) = 26.23%
BLUE value IS 105 (41.41% from 255) = 23.54%
R=50.22%
G=26.23%
B=23.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.53
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22411710500.480.530.126.0565.7564.51
HexE0756903035C64241
Octal34016515106065146102101
Binary11100000111010111010010110000110101110011010000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E07569

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E07569; }

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

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

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

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

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

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

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

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