#E7755E

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

Shades of Terra Cotta #E7755E

Tints of Terra Cotta #E7755E

Color information

#E7755E (or 0xE7755E) is unknown color: approx Terra Cotta. HEX triplet: E7, 75 and 5E. RGB value is (231,117,94). Sum of RGB (Red+Green+Blue) = 231+117+94=442 (58% of max value = 765). Red value is 231 (90.62% from 255 or 52.26% from 442); Green value is 117 (46.09% from 255 or 26.47% from 442); Blue value is 94 (37.11% from 255 or 21.27% from 442); Max value from RGB is 231 - color contains mainly: red. Hex color #E7755E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E7755E is #188AA1. Grayscale: #949494. Windows color (decimal): -1608354 or 6190567. OLE color: 6190567.

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

Color convert

RGB23111794-
CMYK00.490.590.09
HSL10.07º74.05%63.73%-
HSV(B)10.07º59.31%90.59%-
XYZ41.3430.5214.3-
YUV148.4697.27186.87-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 52.26%
GREEN value IS 117 (46.09% from 255) = 26.47%
BLUE value IS 94 (37.11% from 255) = 21.27%
R=52.26%
G=26.47%
B=21.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.59
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2311179400.490.590.0910.0774.0563.73
HexE7755E0313B9a4a40
Octal347165136061731112112100
Binary111001111110101101111001100011110111001101010010101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7755E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7755E; }

 p { color: rgb(231,117,94); }

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

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

 a { background-color: rgb(231,117,94); }

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

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

 span { border-color: rgb(231,117,94); }

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