#E8805F

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

Shades of Terra Cotta #E8805F

Tints of Terra Cotta #E8805F

Color information

#E8805F (or 0xE8805F) is unknown color: approx Terra Cotta. HEX triplet: E8, 80 and 5F. RGB value is (232,128,95). Sum of RGB (Red+Green+Blue) = 232+128+95=455 (60% of max value = 765). Red value is 232 (91.02% from 255 or 50.99% from 455); Green value is 128 (50.39% from 255 or 28.13% from 455); Blue value is 95 (37.5% from 255 or 20.88% from 455); Max value from RGB is 232 - color contains mainly: red. Hex color #E8805F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E8805F is #177FA0. Grayscale: #9B9B9B. Windows color (decimal): -1540001 or 6258920. OLE color: 6258920.

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

Color convert

RGB23212895-
CMYK00.450.590.09
HSL14.45º74.86%64.12%-
HSV(B)14.45º59.05%90.98%-
XYZ43.0633.4215.01-
YUV155.3393.96182.68-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 50.99%
GREEN value IS 128 (50.39% from 255) = 28.13%
BLUE value IS 95 (37.5% from 255) = 20.88%
R=50.99%
G=28.13%
B=20.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.59
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2321289500.450.590.0914.4574.8664.12
HexE8805F02D3B9e4b40
Octal350200137055731116113100
Binary1110100010000000101111101011011110111001111010010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8805F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8805F; }

 p { color: rgb(232,128,95); }

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

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

 a { background-color: rgb(232,128,95); }

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

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

 span { border-color: rgb(232,128,95); }

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