#E27A66

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

Shades of Terra Cotta #E27A66

Tints of Terra Cotta #E27A66

Color information

#E27A66 (or 0xE27A66) is unknown color: approx Terra Cotta. HEX triplet: E2, 7A and 66. RGB value is (226,122,102). Sum of RGB (Red+Green+Blue) = 226+122+102=450 (59% of max value = 765). Red value is 226 (88.67% from 255 or 50.22% from 450); Green value is 122 (48.05% from 255 or 27.11% from 450); Blue value is 102 (40.23% from 255 or 22.67% from 450); Max value from RGB is 226 - color contains mainly: red. Hex color #E27A66 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E27A66 is #1D8599. Grayscale: #969696. Windows color (decimal): -1934746 or 6716130. OLE color: 6716130.

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

Color convert

RGB226122102-
CMYK00.460.550.11
HSL9.68º68.13%64.31%-
HSV(B)9.68º54.87%88.63%-
XYZ40.7231.0516.42-
YUV150.82100.46181.63-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 50.22%
GREEN value IS 122 (48.05% from 255) = 27.11%
BLUE value IS 102 (40.23% from 255) = 22.67%
R=50.22%
G=27.11%
B=22.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.55
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22612210200.460.550.119.6868.1364.31
HexE27A6602E37Ba4440
Octal342172146056671312104100
Binary111000101111010110011001011101101111011101010001001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E27A66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E27A66; }

 p { color: rgb(226,122,102); }

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

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

 a { background-color: rgb(226,122,102); }

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

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

 span { border-color: rgb(226,122,102); }

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