#E17468

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

Shades of Terra Cotta #E17468

Tints of Terra Cotta #E17468

Color information

#E17468 (or 0xE17468) is unknown color: approx Terra Cotta. HEX triplet: E1, 74 and 68. RGB value is (225,116,104). Sum of RGB (Red+Green+Blue) = 225+116+104=445 (58% of max value = 765). Red value is 225 (88.28% from 255 or 50.56% from 445); Green value is 116 (45.70% from 255 or 26.07% from 445); Blue value is 104 (41.02% from 255 or 23.37% from 445); Max value from RGB is 225 - color contains mainly: red. Hex color #E17468 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E17468 is #1E8B97. Grayscale: #939393. Windows color (decimal): -2001816 or 6845665. OLE color: 6845665.

HSL color Cylindrical-coordinate representation of color #E17468: hue angle of 5.95º degrees, saturation: 0.67, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E17468 is Cyan = 0, Magento = 0.48, Yellow = 0.54 and Black (K on CMYK) = 0.12.

Color convert

RGB225116104-
CMYK00.480.540.12
HSL5.95º66.85%64.51%-
HSV(B)5.95º53.78%88.24%-
XYZ39.829.516.69-
YUV147.22103.61183.48-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 50.56%
GREEN value IS 116 (45.70% from 255) = 26.07%
BLUE value IS 104 (41.02% from 255) = 23.37%
R=50.56%
G=26.07%
B=23.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.54
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22511610400.480.540.125.9566.8564.51
HexE1746803036C64341
Octal34116415006066146103101
Binary11100001111010011010000110000110110110011010000111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E17468

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E17468; }

 p { color: rgb(225,116,104); }

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

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

 a { background-color: rgb(225,116,104); }

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

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

 span { border-color: rgb(225,116,104); }

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