#E7745B

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

Shades of Terra Cotta #E7745B

Tints of Terra Cotta #E7745B

Color information

#E7745B (or 0xE7745B) is unknown color: approx Terra Cotta. HEX triplet: E7, 74 and 5B. RGB value is (231,116,91). Sum of RGB (Red+Green+Blue) = 231+116+91=438 (58% of max value = 765). Red value is 231 (90.62% from 255 or 52.74% from 438); Green value is 116 (45.70% from 255 or 26.48% from 438); Blue value is 91 (35.94% from 255 or 20.78% from 438); Max value from RGB is 231 - color contains mainly: red. Hex color #E7745B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E7745B is #188BA4. Grayscale: #939393. Windows color (decimal): -1608613 or 5993703. OLE color: 5993703.

HSL color Cylindrical-coordinate representation of color #E7745B: hue angle of 10.71º degrees, saturation: 0.74, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E7745B is Cyan = 0, Magento = 0.50, Yellow = 0.61 and Black (K on CMYK) = 0.09.

Color convert

RGB23111691-
CMYK00.500.610.09
HSL10.71º74.47%63.14%-
HSV(B)10.71º60.61%90.59%-
XYZ41.0930.2413.57-
YUV147.5496.1187.53-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 52.74%
GREEN value IS 116 (45.70% from 255) = 26.48%
BLUE value IS 91 (35.94% from 255) = 20.78%
R=52.74%
G=26.48%
B=20.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.61
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2311169100.500.610.0910.7174.4763.14
HexE7745B0323D9b4a3f
Octal34716413306275111311277
Binary11100111111010010110110110010111101100110111001010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7745B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7745B; }

 p { color: rgb(231,116,91); }

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

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

 a { background-color: rgb(231,116,91); }

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

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

 span { border-color: rgb(231,116,91); }

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