#E2765B

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

Shades of Terra Cotta #E2765B

Tints of Terra Cotta #E2765B

Color information

#E2765B (or 0xE2765B) is unknown color: approx Terra Cotta. HEX triplet: E2, 76 and 5B. RGB value is (226,118,91). Sum of RGB (Red+Green+Blue) = 226+118+91=435 (57% of max value = 765). Red value is 226 (88.67% from 255 or 51.95% from 435); Green value is 118 (46.48% from 255 or 27.13% from 435); Blue value is 91 (35.94% from 255 or 20.92% from 435); Max value from RGB is 226 - color contains mainly: red. Hex color #E2765B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E2765B is #1D89A4. Grayscale: #939393. Windows color (decimal): -1935781 or 5994210. OLE color: 5994210.

HSL color Cylindrical-coordinate representation of color #E2765B: hue angle of 12º 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 #E2765B is Cyan = 0, Magento = 0.48, Yellow = 0.60 and Black (K on CMYK) = 0.11.

Color convert

RGB22611891-
CMYK00.480.600.11
HSL12º69.95%62.16%-
HSV(B)12º59.73%88.63%-
XYZ39.7329.8813.57-
YUV147.2196.28184.2-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 51.95%
GREEN value IS 118 (46.48% from 255) = 27.13%
BLUE value IS 91 (35.94% from 255) = 20.92%
R=51.95%
G=27.13%
B=20.92%

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
Decimal2261189100.480.600.111269.9562.16
HexE2765B0303CBc463e
Octal34216613306074131410676
Binary11100010111011010110110110000111100101111001000110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2765B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2765B; }

 p { color: rgb(226,118,91); }

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

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

 a { background-color: rgb(226,118,91); }

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

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

 span { border-color: rgb(226,118,91); }

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