#e26a5e

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

Shades of Terra Cotta #E26A5E

Tints of Terra Cotta #E26A5E

Color information

#E26A5E (or 0xE26A5E) is unknown color: approx Terra Cotta. HEX triplet: E2, 6A and 5E. RGB value is (226,106,94). Sum of RGB (Red+Green+Blue) = 226+106+94=426 (56% of max value = 765). Red value is 226 (88.67% from 255 or 53.05% from 426); Green value is 106 (41.80% from 255 or 24.88% from 426); Blue value is 94 (37.11% from 255 or 22.07% from 426); Max value from RGB is 226 - color contains mainly: red. Hex color #E26A5E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E26A5E is #1D95A1. Grayscale: #8C8C8C. Windows color (decimal): -1938850 or 6187746. OLE color: 6187746.

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

Color convert

RGB22610694-
CMYK00.530.580.11
HSL5.45º69.47%62.75%-
HSV(B)5.45º58.41%88.63%-
XYZ38.5427.2813.83-
YUV140.51101.76188.98-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 53.05%
GREEN value IS 106 (41.80% from 255) = 24.88%
BLUE value IS 94 (37.11% from 255) = 22.07%
R=53.05%
G=24.88%
B=22.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.58
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2261069400.530.580.115.4569.4762.75
HexE26A5E0353AB5453f
Octal3421521360657213510577
Binary1110001011010101011110011010111101010111011000101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e26a5e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e26a5e; }

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

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

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

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

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

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

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

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