#E2775E

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

Shades of Terra Cotta #E2775E

Tints of Terra Cotta #E2775E

Color information

#E2775E (or 0xE2775E) is unknown color: approx Terra Cotta. HEX triplet: E2, 77 and 5E. RGB value is (226,119,94). Sum of RGB (Red+Green+Blue) = 226+119+94=439 (58% of max value = 765). Red value is 226 (88.67% from 255 or 51.48% from 439); Green value is 119 (46.88% from 255 or 27.11% from 439); Blue value is 94 (37.11% from 255 or 21.41% from 439); Max value from RGB is 226 - color contains mainly: red. Hex color #E2775E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E2775E is #1D88A1. Grayscale: #949494. Windows color (decimal): -1935522 or 6191074. OLE color: 6191074.

HSL color Cylindrical-coordinate representation of color #E2775E: hue angle of 11.36º degrees, saturation: 0.69, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E2775E is Cyan = 0, Magento = 0.47, Yellow = 0.58 and Black (K on CMYK) = 0.11.

Color convert

RGB22611994-
CMYK00.470.580.11
HSL11.36º69.47%62.75%-
HSV(B)11.36º58.41%88.63%-
XYZ39.9830.1714.31-
YUV148.1497.45183.53-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 51.48%
GREEN value IS 119 (46.88% from 255) = 27.11%
BLUE value IS 94 (37.11% from 255) = 21.41%
R=51.48%
G=27.11%
B=21.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.58
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2261199400.470.580.1111.3669.4762.75
HexE2775E02F3ABb453f
Octal34216713605772131310577
Binary11100010111011110111100101111111010101110111000101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2775E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2775E; }

 p { color: rgb(226,119,94); }

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

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

 a { background-color: rgb(226,119,94); }

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

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

 span { border-color: rgb(226,119,94); }

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