#EB7960

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

Shades of Terra Cotta #EB7960

Tints of Terra Cotta #EB7960

Color information

#EB7960 (or 0xEB7960) is unknown color: approx Terra Cotta. HEX triplet: EB, 79 and 60. RGB value is (235,121,96). Sum of RGB (Red+Green+Blue) = 235+121+96=452 (59% of max value = 765). Red value is 235 (92.19% from 255 or 51.99% from 452); Green value is 121 (47.66% from 255 or 26.77% from 452); Blue value is 96 (37.89% from 255 or 21.24% from 452); Max value from RGB is 235 - color contains mainly: red. Hex color #EB7960 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB7960 is #14869F. Grayscale: #989898. Windows color (decimal): -1345184 or 6322667. OLE color: 6322667.

HSL color Cylindrical-coordinate representation of color #EB7960: hue angle of 10.79º degrees, saturation: 0.78, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #EB7960 is Cyan = 0, Magento = 0.49, Yellow = 0.59 and Black (K on CMYK) = 0.08.

Color convert

RGB23512196-
CMYK00.490.590.08
HSL10.79º77.65%64.9%-
HSV(B)10.79º59.15%92.16%-
XYZ43.2132.1815-
YUV152.2496.27187.03-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 51.99%
GREEN value IS 121 (47.66% from 255) = 26.77%
BLUE value IS 96 (37.89% from 255) = 21.24%
R=51.99%
G=26.77%
B=21.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.59
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2351219600.490.590.0810.7977.6564.9
HexEB79600313B8b4e41
Octal353171140061731013116101
Binary111010111111001110000001100011110111000101110011101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB7960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB7960; }

 p { color: rgb(235,121,96); }

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

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

 a { background-color: rgb(235,121,96); }

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

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

 span { border-color: rgb(235,121,96); }

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