#E88065

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

Shades of Terra Cotta #E88065

Tints of Terra Cotta #E88065

Color information

#E88065 (or 0xE88065) is unknown color: approx Terra Cotta. HEX triplet: E8, 80 and 65. RGB value is (232,128,101). Sum of RGB (Red+Green+Blue) = 232+128+101=461 (61% of max value = 765). Red value is 232 (91.02% from 255 or 50.33% from 461); Green value is 128 (50.39% from 255 or 27.77% from 461); Blue value is 101 (39.84% from 255 or 21.91% from 461); Max value from RGB is 232 - color contains mainly: red. Hex color #E88065 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E88065 is #177F9A. Grayscale: #9C9C9C. Windows color (decimal): -1539995 or 6652136. OLE color: 6652136.

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

Color convert

RGB232128101-
CMYK00.450.560.09
HSL12.37º74.01%65.29%-
HSV(B)12.37º56.47%90.98%-
XYZ43.3533.5316.5-
YUV156.0296.96182.2-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 50.33%
GREEN value IS 128 (50.39% from 255) = 27.77%
BLUE value IS 101 (39.84% from 255) = 21.91%
R=50.33%
G=27.77%
B=21.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.56
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23212810100.450.560.0912.3774.0165.29
HexE8806502D389c4a41
Octal350200145055701114112101
Binary1110100010000000110010101011011110001001110010010101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E88065

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E88065; }

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

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

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

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

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

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

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

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