#E2775A

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

Shades of Terra Cotta #E2775A

Tints of Terra Cotta #E2775A

Color information

#E2775A (or 0xE2775A) is unknown color: approx Terra Cotta. HEX triplet: E2, 77 and 5A. RGB value is (226,119,90). Sum of RGB (Red+Green+Blue) = 226+119+90=435 (57% of max value = 765). Red value is 226 (88.67% from 255 or 51.95% from 435); Green value is 119 (46.88% from 255 or 27.36% from 435); Blue value is 90 (35.55% from 255 or 20.69% from 435); Max value from RGB is 226 - color contains mainly: red. Hex color #E2775A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E2775A is #1D88A5. Grayscale: #939393. Windows color (decimal): -1935526 or 5928930. OLE color: 5928930.

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

Color convert

RGB22611990-
CMYK00.470.600.11
HSL12.79º70.1%61.96%-
HSV(B)12.79º60.18%88.63%-
XYZ39.8130.113.38-
YUV147.6995.45183.86-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 51.95%
GREEN value IS 119 (46.88% from 255) = 27.36%
BLUE value IS 90 (35.55% from 255) = 20.69%
R=51.95%
G=27.36%
B=20.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.60
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2261199000.470.600.1112.7970.161.96
HexE2775A02F3CBd463e
Octal34216713205774131510676
Binary11100010111011110110100101111111100101111011000110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2775A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2775A; }

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

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

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

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

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

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

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

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