#E16A61

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

Shades of Terra Cotta #E16A61

Tints of Terra Cotta #E16A61

Color information

#E16A61 (or 0xE16A61) is unknown color: approx Terra Cotta. HEX triplet: E1, 6A and 61. RGB value is (225,106,97). Sum of RGB (Red+Green+Blue) = 225+106+97=428 (56% of max value = 765). Red value is 225 (88.28% from 255 or 52.57% from 428); Green value is 106 (41.80% from 255 or 24.77% from 428); Blue value is 97 (38.28% from 255 or 22.66% from 428); Max value from RGB is 225 - color contains mainly: red. Hex color #E16A61 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E16A61 is #1E959E. Grayscale: #8C8C8C. Windows color (decimal): -2004383 or 6384353. OLE color: 6384353.

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

Color convert

RGB22510697-
CMYK00.530.570.12
HSL4.22º68.09%63.14%-
HSV(B)4.22º56.89%88.24%-
XYZ38.3627.1814.53-
YUV140.55103.42188.23-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 52.57%
GREEN value IS 106 (41.80% from 255) = 24.77%
BLUE value IS 97 (38.28% from 255) = 22.66%
R=52.57%
G=24.77%
B=22.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.57
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2251069700.530.570.124.2268.0963.14
HexE16A6103539C4443f
Octal3411521410657114410477
Binary1110000111010101100001011010111100111001001000100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E16A61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E16A61; }

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

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

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

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

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

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

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

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