#E16A5C

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

Shades of Terra Cotta #E16A5C

Tints of Terra Cotta #E16A5C

Color information

#E16A5C (or 0xE16A5C) is unknown color: approx Terra Cotta. HEX triplet: E1, 6A and 5C. RGB value is (225,106,92). Sum of RGB (Red+Green+Blue) = 225+106+92=423 (56% of max value = 765). Red value is 225 (88.28% from 255 or 53.19% from 423); Green value is 106 (41.80% from 255 or 25.06% from 423); Blue value is 92 (36.33% from 255 or 21.75% from 423); Max value from RGB is 225 - color contains mainly: red. Hex color #E16A5C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E16A5C is #1E95A3. Grayscale: #8C8C8C. Windows color (decimal): -2004388 or 6056673. OLE color: 6056673.

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

Color convert

RGB22510692-
CMYK00.530.590.12
HSL6.32º68.91%62.16%-
HSV(B)6.32º59.11%88.24%-
XYZ38.1427.0913.34-
YUV139.98100.92188.64-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 53.19%
GREEN value IS 106 (41.80% from 255) = 25.06%
BLUE value IS 92 (36.33% from 255) = 21.75%
R=53.19%
G=25.06%
B=21.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.59
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2251069200.530.590.126.3268.9162.16
HexE16A5C0353BC6453e
Octal3411521340657314610576
Binary1110000111010101011100011010111101111001101000101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E16A5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E16A5C; }

 p { color: rgb(225,106,92); }

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

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

 a { background-color: rgb(225,106,92); }

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

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

 span { border-color: rgb(225,106,92); }

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