#E9695D

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

Shades of Terra Cotta #E9695D

Tints of Terra Cotta #E9695D

Color information

#E9695D (or 0xE9695D) is unknown color: approx Terra Cotta. HEX triplet: E9, 69 and 5D. RGB value is (233,105,93). Sum of RGB (Red+Green+Blue) = 233+105+93=431 (57% of max value = 765). Red value is 233 (91.41% from 255 or 54.06% from 431); Green value is 105 (41.41% from 255 or 24.36% from 431); Blue value is 93 (36.72% from 255 or 21.58% from 431); Max value from RGB is 233 - color contains mainly: red. Hex color #E9695D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E9695D is #1696A2. Grayscale: #8E8E8E. Windows color (decimal): -1480355 or 6121961. OLE color: 6121961.

HSL color Cylindrical-coordinate representation of color #E9695D: hue angle of 5.14º degrees, saturation: 0.76, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E9695D is Cyan = 0, Magento = 0.55, Yellow = 0.60 and Black (K on CMYK) = 0.09.

Color convert

RGB23310593-
CMYK00.550.600.09
HSL5.14º76.09%63.92%-
HSV(B)5.14º60.09%91.37%-
XYZ40.6328.2213.66-
YUV141.9100.41192.98-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 54.06%
GREEN value IS 105 (41.41% from 255) = 24.36%
BLUE value IS 93 (36.72% from 255) = 21.58%
R=54.06%
G=24.36%
B=21.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.60
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2331059300.550.600.095.1476.0963.92
HexE9695D0373C954c40
Octal35115113506774115114100
Binary11101001110100110111010110111111100100110110011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9695D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9695D; }

 p { color: rgb(233,105,93); }

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

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

 a { background-color: rgb(233,105,93); }

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

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

 span { border-color: rgb(233,105,93); }

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