#E27365

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

Shades of Terra Cotta #E27365

Tints of Terra Cotta #E27365

Color information

#E27365 (or 0xE27365) is unknown color: approx Terra Cotta. HEX triplet: E2, 73 and 65. RGB value is (226,115,101). Sum of RGB (Red+Green+Blue) = 226+115+101=442 (58% of max value = 765). Red value is 226 (88.67% from 255 or 51.13% from 442); Green value is 115 (45.31% from 255 or 26.02% from 442); Blue value is 101 (39.84% from 255 or 22.85% from 442); Max value from RGB is 226 - color contains mainly: red. Hex color #E27365 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E27365 is #1D8C9A. Grayscale: #929292. Windows color (decimal): -1936539 or 6648802. OLE color: 6648802.

HSL color Cylindrical-coordinate representation of color #E27365: hue angle of 6.72º degrees, saturation: 0.68, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E27365 is Cyan = 0, Magento = 0.49, Yellow = 0.55 and Black (K on CMYK) = 0.11.

Color convert

RGB226115101-
CMYK00.490.550.11
HSL6.72º68.31%64.12%-
HSV(B)6.72º55.31%88.63%-
XYZ39.8429.3715.88-
YUV146.59102.27184.64-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 51.13%
GREEN value IS 115 (45.31% from 255) = 26.02%
BLUE value IS 101 (39.84% from 255) = 22.85%
R=51.13%
G=26.02%
B=22.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.55
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22611510100.490.550.116.7268.3164.12
HexE2736503137B74440
Octal34216314506167137104100
Binary11100010111001111001010110001110111101111110001001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E27365

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E27365; }

 p { color: rgb(226,115,101); }

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

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

 a { background-color: rgb(226,115,101); }

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

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

 span { border-color: rgb(226,115,101); }

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