#E07069

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

Shades of Terra Cotta #E07069

Tints of Terra Cotta #E07069

Color information

#E07069 (or 0xE07069) is unknown color: approx Terra Cotta. HEX triplet: E0, 70 and 69. RGB value is (224,112,105). Sum of RGB (Red+Green+Blue) = 224+112+105=441 (58% of max value = 765). Red value is 224 (87.89% from 255 or 50.79% from 441); Green value is 112 (44.14% from 255 or 25.40% from 441); Blue value is 105 (41.41% from 255 or 23.81% from 441); Max value from RGB is 224 - color contains mainly: red. Hex color #E07069 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E07069 is #1F8F96. Grayscale: #909090. Windows color (decimal): -2068375 or 6910176. OLE color: 6910176.

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

Color convert

RGB224112105-
CMYK00.500.530.12
HSL3.53º65.75%64.51%-
HSV(B)3.53º53.12%87.84%-
XYZ39.0828.4616.8-
YUV144.69105.61184.57-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 50.79%
GREEN value IS 112 (44.14% from 255) = 25.40%
BLUE value IS 105 (41.41% from 255) = 23.81%
R=50.79%
G=25.40%
B=23.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.53
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22411210500.500.530.123.5365.7564.51
HexE0706903235C44241
Octal34016015106265144102101
Binary11100000111000011010010110010110101110010010000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E07069

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E07069; }

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

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

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

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

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

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

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

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