#E8725C

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

Shades of Terra Cotta #E8725C

Tints of Terra Cotta #E8725C

Color information

#E8725C (or 0xE8725C) is unknown color: approx Terra Cotta. HEX triplet: E8, 72 and 5C. RGB value is (232,114,92). Sum of RGB (Red+Green+Blue) = 232+114+92=438 (58% of max value = 765). Red value is 232 (91.02% from 255 or 52.97% from 438); Green value is 114 (44.92% from 255 or 26.03% from 438); Blue value is 92 (36.33% from 255 or 21.00% from 438); Max value from RGB is 232 - color contains mainly: red. Hex color #E8725C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E8725C is #178DA3. Grayscale: #929292. Windows color (decimal): -1543588 or 6058728. OLE color: 6058728.

HSL color Cylindrical-coordinate representation of color #E8725C: hue angle of 9.43º degrees, saturation: 0.75, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E8725C is Cyan = 0, Magento = 0.51, Yellow = 0.60 and Black (K on CMYK) = 0.09.

Color convert

RGB23211492-
CMYK00.510.600.09
HSL9.43º75.27%63.53%-
HSV(B)9.43º60.34%90.98%-
XYZ41.2329.9613.74-
YUV146.7797.09188.79-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 52.97%
GREEN value IS 114 (44.92% from 255) = 26.03%
BLUE value IS 92 (36.33% from 255) = 21.00%
R=52.97%
G=26.03%
B=21.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.60
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2321149200.510.600.099.4375.2763.53
HexE8725C0333C994b40
Octal350162134063741111113100
Binary111010001110010101110001100111111001001100110010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8725C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8725C; }

 p { color: rgb(232,114,92); }

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

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

 a { background-color: rgb(232,114,92); }

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

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

 span { border-color: rgb(232,114,92); }

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