#E16E5E

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

Shades of Terra Cotta #E16E5E

Tints of Terra Cotta #E16E5E

Color information

#E16E5E (or 0xE16E5E) is unknown color: approx Terra Cotta. HEX triplet: E1, 6E and 5E. RGB value is (225,110,94). Sum of RGB (Red+Green+Blue) = 225+110+94=429 (56% of max value = 765). Red value is 225 (88.28% from 255 or 52.45% from 429); Green value is 110 (43.36% from 255 or 25.64% from 429); Blue value is 94 (37.11% from 255 or 21.91% from 429); Max value from RGB is 225 - color contains mainly: red. Hex color #E16E5E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E16E5E is #1E91A1. Grayscale: #8E8E8E. Windows color (decimal): -2003362 or 6188769. OLE color: 6188769.

HSL color Cylindrical-coordinate representation of color #E16E5E: hue angle of 7.33º degrees, saturation: 0.69, 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 #E16E5E is Cyan = 0, Magento = 0.51, Yellow = 0.58 and Black (K on CMYK) = 0.12.

Color convert

RGB22511094-
CMYK00.510.580.12
HSL7.33º68.59%62.55%-
HSV(B)7.33º58.22%88.24%-
XYZ38.6527.9713.95-
YUV142.56100.6186.8-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 52.45%
GREEN value IS 110 (43.36% from 255) = 25.64%
BLUE value IS 94 (37.11% from 255) = 21.91%
R=52.45%
G=25.64%
B=21.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.58
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2251109400.510.580.127.3368.5962.55
HexE16E5E0333AC7453f
Octal3411561360637214710577
Binary1110000111011101011110011001111101011001111000101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E16E5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E16E5E; }

 p { color: rgb(225,110,94); }

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

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

 a { background-color: rgb(225,110,94); }

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

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

 span { border-color: rgb(225,110,94); }

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