#E1725F

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

Shades of Terra Cotta #E1725F

Tints of Terra Cotta #E1725F

Color information

#E1725F (or 0xE1725F) is unknown color: approx Terra Cotta. HEX triplet: E1, 72 and 5F. RGB value is (225,114,95). Sum of RGB (Red+Green+Blue) = 225+114+95=434 (57% of max value = 765). Red value is 225 (88.28% from 255 or 51.84% from 434); Green value is 114 (44.92% from 255 or 26.27% from 434); Blue value is 95 (37.5% from 255 or 21.89% from 434); Max value from RGB is 225 - color contains mainly: red. Hex color #E1725F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E1725F is #1E8DA0. Grayscale: #919191. Windows color (decimal): -2002337 or 6255329. OLE color: 6255329.

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

Color convert

RGB22511495-
CMYK00.490.580.12
HSL8.77º68.42%62.75%-
HSV(B)8.77º57.78%88.24%-
XYZ39.1328.8714.34-
YUV145.0299.77185.04-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 51.84%
GREEN value IS 114 (44.92% from 255) = 26.27%
BLUE value IS 95 (37.5% from 255) = 21.89%
R=51.84%
G=26.27%
B=21.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.58
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2251149500.490.580.128.7768.4262.75
HexE1725F0313AC9443f
Octal34116213706172141110477
Binary11100001111001010111110110001111010110010011000100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1725F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1725F; }

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

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

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

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

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

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

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

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