#e26a56

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

Shades of Terra Cotta #E26A56

Tints of Terra Cotta #E26A56

Color information

#E26A56 (or 0xE26A56) is unknown color: approx Terra Cotta. HEX triplet: E2, 6A and 56. RGB value is (226,106,86). Sum of RGB (Red+Green+Blue) = 226+106+86=418 (55% of max value = 765). Red value is 226 (88.67% from 255 or 54.07% from 418); Green value is 106 (41.80% from 255 or 25.36% from 418); Blue value is 86 (33.98% from 255 or 20.57% from 418); Max value from RGB is 226 - color contains mainly: red. Hex color #E26A56 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E26A56 is #1D95A9. Grayscale: #8B8B8B. Windows color (decimal): -1938858 or 5663458. OLE color: 5663458.

HSL color Cylindrical-coordinate representation of color #E26A56: hue angle of 8.57º degrees, saturation: 0.71, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E26A56 is Cyan = 0, Magento = 0.53, Yellow = 0.62 and Black (K on CMYK) = 0.11.

Color convert

RGB22610686-
CMYK00.530.620.11
HSL8.57º70.71%61.18%-
HSV(B)8.57º61.95%88.63%-
XYZ38.227.1512.03-
YUV139.697.76189.63-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 54.07%
GREEN value IS 106 (41.80% from 255) = 25.36%
BLUE value IS 86 (33.98% from 255) = 20.57%
R=54.07%
G=25.36%
B=20.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.62
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2261068600.530.620.118.5770.7161.18
HexE26A560353EB9473d
Octal34215212606576131110775
Binary11100010110101010101100110101111110101110011000111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e26a56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e26a56; }

 p { color: rgb(226,106,86); }

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

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

 a { background-color: rgb(226,106,86); }

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

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

 span { border-color: rgb(226,106,86); }

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