#e9755f

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

Shades of Terra Cotta #E9755F

Tints of Terra Cotta #E9755F

Color information

#E9755F (or 0xE9755F) is unknown color: approx Terra Cotta. HEX triplet: E9, 75 and 5F. RGB value is (233,117,95). Sum of RGB (Red+Green+Blue) = 233+117+95=445 (58% of max value = 765). Red value is 233 (91.41% from 255 or 52.36% from 445); Green value is 117 (46.09% from 255 or 26.29% from 445); Blue value is 95 (37.5% from 255 or 21.35% from 445); Max value from RGB is 233 - color contains mainly: red. Hex color #E9755F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E9755F is #168AA0. Grayscale: #959595. Windows color (decimal): -1477281 or 6256105. OLE color: 6256105.

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

Color convert

RGB23311795-
CMYK00.500.590.09
HSL9.57º75.82%64.31%-
HSV(B)9.57º59.23%91.37%-
XYZ42.0330.8714.57-
YUV149.1897.43187.79-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 52.36%
GREEN value IS 117 (46.09% from 255) = 26.29%
BLUE value IS 95 (37.5% from 255) = 21.35%
R=52.36%
G=26.29%
B=21.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.59
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2331179500.500.590.099.5775.8264.31
HexE9755F0323B9a4c40
Octal351165137062731112114100
Binary111010011110101101111101100101110111001101010011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e9755f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e9755f; }

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

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

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

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

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

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

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

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