#E77266

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

Shades of Terra Cotta #E77266

Tints of Terra Cotta #E77266

Color information

#E77266 (or 0xE77266) is unknown color: approx Terra Cotta. HEX triplet: E7, 72 and 66. RGB value is (231,114,102). Sum of RGB (Red+Green+Blue) = 231+114+102=447 (59% of max value = 765). Red value is 231 (90.62% from 255 or 51.68% from 447); Green value is 114 (44.92% from 255 or 25.50% from 447); Blue value is 102 (40.23% from 255 or 22.82% from 447); Max value from RGB is 231 - color contains mainly: red. Hex color #E77266 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E77266 is #188D99. Grayscale: #939393. Windows color (decimal): -1609114 or 6714087. OLE color: 6714087.

HSL color Cylindrical-coordinate representation of color #E77266: hue angle of 5.58º degrees, saturation: 0.73, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E77266 is Cyan = 0, Magento = 0.51, Yellow = 0.56 and Black (K on CMYK) = 0.09.

Color convert

RGB231114102-
CMYK00.510.560.09
HSL5.58º72.88%65.29%-
HSV(B)5.58º55.84%90.59%-
XYZ41.3729.9816.18-
YUV147.62102.26187.48-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 51.68%
GREEN value IS 114 (44.92% from 255) = 25.50%
BLUE value IS 102 (40.23% from 255) = 22.82%
R=51.68%
G=25.50%
B=22.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.56
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23111410200.510.560.095.5872.8865.29
HexE7726603338964941
Octal34716214606370116111101
Binary11100111111001011001100110011111000100111010010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E77266

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E77266; }

 p { color: rgb(231,114,102); }

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

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

 a { background-color: rgb(231,114,102); }

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

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

 span { border-color: rgb(231,114,102); }

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