#E16A5F

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

Shades of Terra Cotta #E16A5F

Tints of Terra Cotta #E16A5F

Color information

#E16A5F (or 0xE16A5F) is unknown color: approx Terra Cotta. HEX triplet: E1, 6A and 5F. RGB value is (225,106,95). Sum of RGB (Red+Green+Blue) = 225+106+95=426 (56% of max value = 765). Red value is 225 (88.28% from 255 or 52.82% from 426); Green value is 106 (41.80% from 255 or 24.88% from 426); Blue value is 95 (37.5% from 255 or 22.30% from 426); Max value from RGB is 225 - color contains mainly: red. Hex color #E16A5F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E16A5F is #1E95A0. Grayscale: #8C8C8C. Windows color (decimal): -2004385 or 6253281. OLE color: 6253281.

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

Color convert

RGB22510695-
CMYK00.530.580.12
HSL5.08º68.42%62.75%-
HSV(B)5.08º57.78%88.24%-
XYZ38.2727.1414.05-
YUV140.33102.42188.39-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 52.82%
GREEN value IS 106 (41.80% from 255) = 24.88%
BLUE value IS 95 (37.5% from 255) = 22.30%
R=52.82%
G=24.88%
B=22.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.58
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2251069500.530.580.125.0868.4262.75
HexE16A5F0353AC5443f
Octal3411521370657214510477
Binary1110000111010101011111011010111101011001011000100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E16A5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E16A5F; }

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

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

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

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

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

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

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

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