#E07169

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

Shades of Terra Cotta #E07169

Tints of Terra Cotta #E07169

Color information

#E07169 (or 0xE07169) is unknown color: approx Terra Cotta. HEX triplet: E0, 71 and 69. RGB value is (224,113,105). Sum of RGB (Red+Green+Blue) = 224+113+105=442 (58% of max value = 765). Red value is 224 (87.89% from 255 or 50.68% from 442); Green value is 113 (44.53% from 255 or 25.57% from 442); Blue value is 105 (41.41% from 255 or 23.76% from 442); Max value from RGB is 224 - color contains mainly: red. Hex color #E07169 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E07169 is #1F8E96. Grayscale: #919191. Windows color (decimal): -2068119 or 6910432. OLE color: 6910432.

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

Color convert

RGB224113105-
CMYK00.500.530.12
HSL4.03º65.75%64.51%-
HSV(B)4.03º53.12%87.84%-
XYZ39.228.6816.83-
YUV145.28105.27184.15-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 50.68%
GREEN value IS 113 (44.53% from 255) = 25.57%
BLUE value IS 105 (41.41% from 255) = 23.76%
R=50.68%
G=25.57%
B=23.76%

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
Decimal22411310500.500.530.124.0365.7564.51
HexE0716903235C44241
Octal34016115106265144102101
Binary11100000111000111010010110010110101110010010000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E07169

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E07169; }

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

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

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

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

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

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

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

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