#E27065

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

Shades of Terra Cotta #E27065

Tints of Terra Cotta #E27065

Color information

#E27065 (or 0xE27065) is unknown color: approx Terra Cotta. HEX triplet: E2, 70 and 65. RGB value is (226,112,101). Sum of RGB (Red+Green+Blue) = 226+112+101=439 (58% of max value = 765). Red value is 226 (88.67% from 255 or 51.48% from 439); Green value is 112 (44.14% from 255 or 25.51% from 439); Blue value is 101 (39.84% from 255 or 23.01% from 439); Max value from RGB is 226 - color contains mainly: red. Hex color #E27065 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E27065 is #1D8F9A. Grayscale: #909090. Windows color (decimal): -1937307 or 6648034. OLE color: 6648034.

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

Color convert

RGB226112101-
CMYK00.500.550.11
HSL5.28º68.31%64.12%-
HSV(B)5.28º55.31%88.63%-
XYZ39.5128.715.77-
YUV144.83103.27185.89-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 51.48%
GREEN value IS 112 (44.14% from 255) = 25.51%
BLUE value IS 101 (39.84% from 255) = 23.01%
R=51.48%
G=25.51%
B=23.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.55
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22611210100.500.550.115.2868.3164.12
HexE2706503237B54440
Octal34216014506267135104100
Binary11100010111000011001010110010110111101110110001001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E27065

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E27065; }

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

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

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

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

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

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

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

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