#eb8065

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

Shades of Terra Cotta #EB8065

Tints of Terra Cotta #EB8065

Color information

#EB8065 (or 0xEB8065) is unknown color: approx Terra Cotta. HEX triplet: EB, 80 and 65. RGB value is (235,128,101). Sum of RGB (Red+Green+Blue) = 235+128+101=464 (61% of max value = 765). Red value is 235 (92.19% from 255 or 50.65% from 464); Green value is 128 (50.39% from 255 or 27.59% from 464); Blue value is 101 (39.84% from 255 or 21.77% from 464); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8065 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EB8065 is #147F9A. Grayscale: #9D9D9D. Windows color (decimal): -1343387 or 6652139. OLE color: 6652139.

HSL color Cylindrical-coordinate representation of color #EB8065: hue angle of 12.09º degrees, saturation: 0.77, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #EB8065 is Cyan = 0, Magento = 0.46, Yellow = 0.57 and Black (K on CMYK) = 0.08.

Color convert

RGB235128101-
CMYK00.460.570.08
HSL12.09º77.01%65.88%-
HSV(B)12.09º57.02%92.16%-
XYZ44.3334.0416.55-
YUV156.9296.45183.7-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 50.65%
GREEN value IS 128 (50.39% from 255) = 27.59%
BLUE value IS 101 (39.84% from 255) = 21.77%
R=50.65%
G=27.59%
B=21.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.57
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23512810100.460.570.0812.0977.0165.88
HexEB806502E398c4d42
Octal353200145056711014115102
Binary1110101110000000110010101011101110011000110010011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #eb8065

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #eb8065; }

 p { color: rgb(235,128,101); }

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

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

 a { background-color: rgb(235,128,101); }

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

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

 span { border-color: rgb(235,128,101); }

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