#E4775C

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

Shades of Terra Cotta #E4775C

Tints of Terra Cotta #E4775C

Color information

#E4775C (or 0xE4775C) is unknown color: approx Terra Cotta. HEX triplet: E4, 77 and 5C. RGB value is (228,119,92). Sum of RGB (Red+Green+Blue) = 228+119+92=439 (58% of max value = 765). Red value is 228 (89.45% from 255 or 51.94% from 439); Green value is 119 (46.88% from 255 or 27.11% from 439); Blue value is 92 (36.33% from 255 or 20.96% from 439); Max value from RGB is 228 - color contains mainly: red. Hex color #E4775C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E4775C is #1B88A3. Grayscale: #949494. Windows color (decimal): -1804452 or 6060004. OLE color: 6060004.

HSL color Cylindrical-coordinate representation of color #E4775C: hue angle of 11.91º degrees, saturation: 0.72, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E4775C is Cyan = 0, Magento = 0.48, Yellow = 0.60 and Black (K on CMYK) = 0.11.

Color convert

RGB22811992-
CMYK00.480.600.11
HSL11.91º71.58%62.75%-
HSV(B)11.91º59.65%89.41%-
XYZ40.5230.4613.87-
YUV148.5196.11184.7-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 51.94%
GREEN value IS 119 (46.88% from 255) = 27.11%
BLUE value IS 92 (36.33% from 255) = 20.96%
R=51.94%
G=27.11%
B=20.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.60
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2281199200.480.600.1111.9171.5862.75
HexE4775C0303CBc483f
Octal34416713406074131411077
Binary11100100111011110111000110000111100101111001001000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4775C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4775C; }

 p { color: rgb(228,119,92); }

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

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

 a { background-color: rgb(228,119,92); }

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

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

 span { border-color: rgb(228,119,92); }

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