#e9695a

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

Shades of Terra Cotta #E9695A

Tints of Terra Cotta #E9695A

Color information

#E9695A (or 0xE9695A) is unknown color: approx Terra Cotta. HEX triplet: E9, 69 and 5A. RGB value is (233,105,90). Sum of RGB (Red+Green+Blue) = 233+105+90=428 (56% of max value = 765). Red value is 233 (91.41% from 255 or 54.44% from 428); Green value is 105 (41.41% from 255 or 24.53% from 428); Blue value is 90 (35.55% from 255 or 21.03% from 428); Max value from RGB is 233 - color contains mainly: red. Hex color #E9695A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E9695A is #1696A5. Grayscale: #8D8D8D. Windows color (decimal): -1480358 or 5925353. OLE color: 5925353.

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

Color convert

RGB23310590-
CMYK00.550.610.09
HSL6.29º76.47%63.33%-
HSV(B)6.29º61.37%91.37%-
XYZ40.528.1612.97-
YUV141.5698.91193.22-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 54.44%
GREEN value IS 105 (41.41% from 255) = 24.53%
BLUE value IS 90 (35.55% from 255) = 21.03%
R=54.44%
G=24.53%
B=21.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.61
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2331059000.550.610.096.2976.4763.33
HexE9695A0373D964c3f
Octal3511511320677511611477
Binary1110100111010011011010011011111110110011101001100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e9695a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e9695a; }

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

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

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

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

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

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

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

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