#E77C5F

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

Shades of Terra Cotta #E77C5F

Tints of Terra Cotta #E77C5F

Color information

#E77C5F (or 0xE77C5F) is unknown color: approx Terra Cotta. HEX triplet: E7, 7C and 5F. RGB value is (231,124,95). Sum of RGB (Red+Green+Blue) = 231+124+95=450 (59% of max value = 765). Red value is 231 (90.62% from 255 or 51.33% from 450); Green value is 124 (48.83% from 255 or 27.56% from 450); Blue value is 95 (37.5% from 255 or 21.11% from 450); Max value from RGB is 231 - color contains mainly: red. Hex color #E77C5F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E77C5F is #1883A0. Grayscale: #989898. Windows color (decimal): -1606561 or 6257895. OLE color: 6257895.

HSL color Cylindrical-coordinate representation of color #E77C5F: hue angle of 12.79º degrees, saturation: 0.74, 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 #E77C5F is Cyan = 0, Magento = 0.46, Yellow = 0.59 and Black (K on CMYK) = 0.09.

Color convert

RGB23112495-
CMYK00.460.590.09
HSL12.79º73.91%63.92%-
HSV(B)12.79º58.87%90.59%-
XYZ42.2332.2314.82-
YUV152.6995.45183.86-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 51.33%
GREEN value IS 124 (48.83% from 255) = 27.56%
BLUE value IS 95 (37.5% from 255) = 21.11%
R=51.33%
G=27.56%
B=21.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.59
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2311249500.460.590.0912.7973.9163.92
HexE77C5F02E3B9d4a40
Octal347174137056731115112100
Binary111001111111100101111101011101110111001110110010101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E77C5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E77C5F; }

 p { color: rgb(231,124,95); }

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

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

 a { background-color: rgb(231,124,95); }

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

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

 span { border-color: rgb(231,124,95); }

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