#e9695f

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

Shades of Terra Cotta #E9695F

Tints of Terra Cotta #E9695F

Color information

#E9695F (or 0xE9695F) is unknown color: approx Terra Cotta. HEX triplet: E9, 69 and 5F. RGB value is (233,105,95). Sum of RGB (Red+Green+Blue) = 233+105+95=433 (57% of max value = 765). Red value is 233 (91.41% from 255 or 53.81% from 433); Green value is 105 (41.41% from 255 or 24.25% from 433); Blue value is 95 (37.5% from 255 or 21.94% from 433); Max value from RGB is 233 - color contains mainly: red. Hex color #E9695F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E9695F is #1696A0. Grayscale: #8E8E8E. Windows color (decimal): -1480353 or 6253033. OLE color: 6253033.

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

Color convert

RGB23310595-
CMYK00.550.590.09
HSL4.35º75.82%64.31%-
HSV(B)4.35º59.23%91.37%-
XYZ40.7228.2514.13-
YUV142.13101.41192.81-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 53.81%
GREEN value IS 105 (41.41% from 255) = 24.25%
BLUE value IS 95 (37.5% from 255) = 21.94%
R=53.81%
G=24.25%
B=21.94%

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
Decimal2331059500.550.590.094.3575.8264.31
HexE9695F0373B944c40
Octal35115113706773114114100
Binary11101001110100110111110110111111011100110010011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e9695f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e9695f; }

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

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

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

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

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

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

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

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