#e26d66

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

Shades of Terra Cotta #E26D66

Tints of Terra Cotta #E26D66

Color information

#E26D66 (or 0xE26D66) is unknown color: approx Terra Cotta. HEX triplet: E2, 6D and 66. RGB value is (226,109,102). Sum of RGB (Red+Green+Blue) = 226+109+102=437 (57% of max value = 765). Red value is 226 (88.67% from 255 or 51.72% from 437); Green value is 109 (42.97% from 255 or 24.94% from 437); Blue value is 102 (40.23% from 255 or 23.34% from 437); Max value from RGB is 226 - color contains mainly: red. Hex color #E26D66 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E26D66 is #1D9299. Grayscale: #8F8F8F. Windows color (decimal): -1938074 or 6712802. OLE color: 6712802.

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

Color convert

RGB226109102-
CMYK00.520.550.11
HSL3.39º68.13%64.31%-
HSV(B)3.39º54.87%88.63%-
XYZ39.2328.0715.92-
YUV143.18104.76187.07-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 51.72%
GREEN value IS 109 (42.97% from 255) = 24.94%
BLUE value IS 102 (40.23% from 255) = 23.34%
R=51.72%
G=24.94%
B=23.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.55
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22610910200.520.550.113.3968.1364.31
HexE26D6603437B34440
Octal34215514606467133104100
Binary1110001011011011100110011010011011110111110001001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e26d66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e26d66; }

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

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

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

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

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

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

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

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