#E26F67

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

Shades of Terra Cotta #E26F67

Tints of Terra Cotta #E26F67

Color information

#E26F67 (or 0xE26F67) is unknown color: approx Terra Cotta. HEX triplet: E2, 6F and 67. RGB value is (226,111,103). Sum of RGB (Red+Green+Blue) = 226+111+103=440 (58% of max value = 765). Red value is 226 (88.67% from 255 or 51.36% from 440); Green value is 111 (43.75% from 255 or 25.23% from 440); Blue value is 103 (40.62% from 255 or 23.41% from 440); Max value from RGB is 226 - color contains mainly: red. Hex color #E26F67 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E26F67 is #1D9098. Grayscale: #909090. Windows color (decimal): -1937561 or 6778850. OLE color: 6778850.

HSL color Cylindrical-coordinate representation of color #E26F67: hue angle of 3.9º degrees, saturation: 0.68, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E26F67 is Cyan = 0, Magento = 0.51, Yellow = 0.54 and Black (K on CMYK) = 0.11.

Color convert

RGB226111103-
CMYK00.510.540.11
HSL3.9º67.96%64.51%-
HSV(B)3.9º54.42%88.63%-
XYZ39.528.5216.25-
YUV144.47104.6186.15-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 51.36%
GREEN value IS 111 (43.75% from 255) = 25.23%
BLUE value IS 103 (40.62% from 255) = 23.41%
R=51.36%
G=25.23%
B=23.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.54
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22611110300.510.540.113.967.9664.51
HexE26F6703336B44441
Octal34215714706366134104101
Binary11100010110111111001110110011110110101110010001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E26F67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E26F67; }

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

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

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

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

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

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

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

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