#E7695E

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

Shades of Terra Cotta #E7695E

Tints of Terra Cotta #E7695E

Color information

#E7695E (or 0xE7695E) is unknown color: approx Terra Cotta. HEX triplet: E7, 69 and 5E. RGB value is (231,105,94). Sum of RGB (Red+Green+Blue) = 231+105+94=430 (56% of max value = 765). Red value is 231 (90.62% from 255 or 53.72% from 430); Green value is 105 (41.41% from 255 or 24.42% from 430); Blue value is 94 (37.11% from 255 or 21.86% from 430); Max value from RGB is 231 - color contains mainly: red. Hex color #E7695E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E7695E is #1896A1. Grayscale: #8D8D8D. Windows color (decimal): -1611426 or 6187495. OLE color: 6187495.

HSL color Cylindrical-coordinate representation of color #E7695E: hue angle of 4.82º 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 #E7695E is Cyan = 0, Magento = 0.55, Yellow = 0.59 and Black (K on CMYK) = 0.09.

Color convert

RGB23110594-
CMYK00.550.590.09
HSL4.82º74.05%63.73%-
HSV(B)4.82º59.31%90.59%-
XYZ40.0327.913.87-
YUV141.42101.24191.89-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 53.72%
GREEN value IS 105 (41.41% from 255) = 24.42%
BLUE value IS 94 (37.11% from 255) = 21.86%
R=53.72%
G=24.42%
B=21.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.59
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2311059400.550.590.094.8274.0563.73
HexE7695E0373B954a40
Octal34715113606773115112100
Binary11100111110100110111100110111111011100110110010101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7695E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7695E; }

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

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

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

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

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

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

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

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