#E16A5B

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

Shades of Terra Cotta #E16A5B

Tints of Terra Cotta #E16A5B

Color information

#E16A5B (or 0xE16A5B) is unknown color: approx Terra Cotta. HEX triplet: E1, 6A and 5B. RGB value is (225,106,91). Sum of RGB (Red+Green+Blue) = 225+106+91=422 (55% of max value = 765). Red value is 225 (88.28% from 255 or 53.32% from 422); Green value is 106 (41.80% from 255 or 25.12% from 422); Blue value is 91 (35.94% from 255 or 21.56% from 422); Max value from RGB is 225 - color contains mainly: red. Hex color #E16A5B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E16A5B is #1E95A4. Grayscale: #8C8C8C. Windows color (decimal): -2004389 or 5991137. OLE color: 5991137.

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

Color convert

RGB22510691-
CMYK00.530.600.12
HSL6.72º69.07%61.96%-
HSV(B)6.72º59.56%88.24%-
XYZ38.0927.0713.11-
YUV139.87100.42188.72-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 53.32%
GREEN value IS 106 (41.80% from 255) = 25.12%
BLUE value IS 91 (35.94% from 255) = 21.56%
R=53.32%
G=25.12%
B=21.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.60
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2251069100.530.600.126.7269.0761.96
HexE16A5B0353CC7453e
Octal3411521330657414710576
Binary1110000111010101011011011010111110011001111000101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E16A5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E16A5B; }

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

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

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

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

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

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

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

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