#E26F65

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

Shades of Terra Cotta #E26F65

Tints of Terra Cotta #E26F65

Color information

#E26F65 (or 0xE26F65) is unknown color: approx Terra Cotta. HEX triplet: E2, 6F and 65. RGB value is (226,111,101). Sum of RGB (Red+Green+Blue) = 226+111+101=438 (58% of max value = 765). Red value is 226 (88.67% from 255 or 51.60% from 438); Green value is 111 (43.75% from 255 or 25.34% from 438); Blue value is 101 (39.84% from 255 or 23.06% from 438); Max value from RGB is 226 - color contains mainly: red. Hex color #E26F65 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E26F65 is #1D909A. Grayscale: #909090. Windows color (decimal): -1937563 or 6647778. OLE color: 6647778.

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

Color convert

RGB226111101-
CMYK00.510.550.11
HSL4.8º68.31%64.12%-
HSV(B)4.8º55.31%88.63%-
XYZ39.428.4815.73-
YUV144.24103.6186.31-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 51.60%
GREEN value IS 111 (43.75% from 255) = 25.34%
BLUE value IS 101 (39.84% from 255) = 23.06%
R=51.60%
G=25.34%
B=23.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.55
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22611110100.510.550.114.868.3164.12
HexE26F6503337B54440
Octal34215714506367135104100
Binary11100010110111111001010110011110111101110110001001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E26F65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E26F65; }

 p { color: rgb(226,111,101); }

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

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

 a { background-color: rgb(226,111,101); }

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

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

 span { border-color: rgb(226,111,101); }

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