#E77268

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

Shades of Terra Cotta #E77268

Tints of Terra Cotta #E77268

Color information

#E77268 (or 0xE77268) is unknown color: approx Terra Cotta. HEX triplet: E7, 72 and 68. RGB value is (231,114,104). Sum of RGB (Red+Green+Blue) = 231+114+104=449 (59% of max value = 765). Red value is 231 (90.62% from 255 or 51.45% from 449); Green value is 114 (44.92% from 255 or 25.39% from 449); Blue value is 104 (41.02% from 255 or 23.16% from 449); Max value from RGB is 231 - color contains mainly: red. Hex color #E77268 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E77268 is #188D97. Grayscale: #949494. Windows color (decimal): -1609112 or 6845159. OLE color: 6845159.

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

Color convert

RGB231114104-
CMYK00.510.550.09
HSL4.72º72.57%65.69%-
HSV(B)4.72º54.98%90.59%-
XYZ41.4730.0216.71-
YUV147.84103.26187.31-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 51.45%
GREEN value IS 114 (44.92% from 255) = 25.39%
BLUE value IS 104 (41.02% from 255) = 23.16%
R=51.45%
G=25.39%
B=23.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.55
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23111410400.510.550.094.7272.5765.69
HexE7726803337954942
Octal34716215006367115111102
Binary11100111111001011010000110011110111100110110010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E77268

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E77268; }

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

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

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

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

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

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

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

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