#E26C5B

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

Shades of Terra Cotta #E26C5B

Tints of Terra Cotta #E26C5B

Color information

#E26C5B (or 0xE26C5B) is unknown color: approx Terra Cotta. HEX triplet: E2, 6C and 5B. RGB value is (226,108,91). Sum of RGB (Red+Green+Blue) = 226+108+91=425 (56% of max value = 765). Red value is 226 (88.67% from 255 or 53.18% from 425); Green value is 108 (42.58% from 255 or 25.41% from 425); Blue value is 91 (35.94% from 255 or 21.41% from 425); Max value from RGB is 226 - color contains mainly: red. Hex color #E26C5B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E26C5B is #1D93A4. Grayscale: #8D8D8D. Windows color (decimal): -1938341 or 5991650. OLE color: 5991650.

HSL color Cylindrical-coordinate representation of color #E26C5B: hue angle of 7.56º degrees, saturation: 0.7, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E26C5B is Cyan = 0, Magento = 0.52, Yellow = 0.60 and Black (K on CMYK) = 0.11.

Color convert

RGB22610891-
CMYK00.520.600.11
HSL7.56º69.95%62.16%-
HSV(B)7.56º59.73%88.63%-
XYZ38.6127.6513.2-
YUV141.3499.59188.38-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 53.18%
GREEN value IS 108 (42.58% from 255) = 25.41%
BLUE value IS 91 (35.94% from 255) = 21.41%
R=53.18%
G=25.41%
B=21.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.60
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2261089100.520.600.117.5669.9562.16
HexE26C5B0343CB8463e
Octal34215413306474131010676
Binary11100010110110010110110110100111100101110001000110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E26C5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E26C5B; }

 p { color: rgb(226,108,91); }

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

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

 a { background-color: rgb(226,108,91); }

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

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

 span { border-color: rgb(226,108,91); }

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