#E77063

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

Shades of Terra Cotta #E77063

Tints of Terra Cotta #E77063

Color information

#E77063 (or 0xE77063) is unknown color: approx Terra Cotta. HEX triplet: E7, 70 and 63. RGB value is (231,112,99). Sum of RGB (Red+Green+Blue) = 231+112+99=442 (58% of max value = 765). Red value is 231 (90.62% from 255 or 52.26% from 442); Green value is 112 (44.14% from 255 or 25.34% from 442); Blue value is 99 (39.06% from 255 or 22.40% from 442); Max value from RGB is 231 - color contains mainly: red. Hex color #E77063 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E77063 is #188F9C. Grayscale: #929292. Windows color (decimal): -1609629 or 6516967. OLE color: 6516967.

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

Color convert

RGB23111299-
CMYK00.520.570.09
HSL5.91º73.33%64.71%-
HSV(B)5.91º57.14%90.59%-
XYZ4129.4815.33-
YUV146.1101.42188.56-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 52.26%
GREEN value IS 112 (44.14% from 255) = 25.34%
BLUE value IS 99 (39.06% from 255) = 22.40%
R=52.26%
G=25.34%
B=22.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.57
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2311129900.520.570.095.9173.3364.71
HexE7706303439964941
Octal34716014306471116111101
Binary11100111111000011000110110100111001100111010010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E77063

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E77063; }

 p { color: rgb(231,112,99); }

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

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

 a { background-color: rgb(231,112,99); }

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

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

 span { border-color: rgb(231,112,99); }

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