#E27E64

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

Shades of Terra Cotta #E27E64

Tints of Terra Cotta #E27E64

Color information

#E27E64 (or 0xE27E64) is unknown color: approx Terra Cotta. HEX triplet: E2, 7E and 64. RGB value is (226,126,100). Sum of RGB (Red+Green+Blue) = 226+126+100=452 (59% of max value = 765). Red value is 226 (88.67% from 255 or 50% from 452); Green value is 126 (49.61% from 255 or 27.88% from 452); Blue value is 100 (39.45% from 255 or 22.12% from 452); Max value from RGB is 226 - color contains mainly: red. Hex color #E27E64 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E27E64 is #1D819B. Grayscale: #999999. Windows color (decimal): -1933724 or 6586082. OLE color: 6586082.

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

Color convert

RGB226126100-
CMYK00.440.560.11
HSL12.38º68.48%63.92%-
HSV(B)12.38º55.75%88.63%-
XYZ41.1332.0116.07-
YUV152.9498.13180.11-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 50%
GREEN value IS 126 (49.61% from 255) = 27.88%
BLUE value IS 100 (39.45% from 255) = 22.12%
R=50%
G=27.88%
B=22.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.56
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22612610000.440.560.1112.3868.4863.92
HexE27E6402C38Bc4440
Octal342176144054701314104100
Binary111000101111110110010001011001110001011110010001001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E27E64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E27E64; }

 p { color: rgb(226,126,100); }

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

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

 a { background-color: rgb(226,126,100); }

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

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

 span { border-color: rgb(226,126,100); }

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