#EB7B61

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

Shades of Terra Cotta #EB7B61

Tints of Terra Cotta #EB7B61

Color information

#EB7B61 (or 0xEB7B61) is unknown color: approx Terra Cotta. HEX triplet: EB, 7B and 61. RGB value is (235,123,97). Sum of RGB (Red+Green+Blue) = 235+123+97=455 (60% of max value = 765). Red value is 235 (92.19% from 255 or 51.65% from 455); Green value is 123 (48.44% from 255 or 27.03% from 455); Blue value is 97 (38.28% from 255 or 21.32% from 455); Max value from RGB is 235 - color contains mainly: red. Hex color #EB7B61 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB7B61 is #14849E. Grayscale: #999999. Windows color (decimal): -1344671 or 6388715. OLE color: 6388715.

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

Color convert

RGB23512397-
CMYK00.480.590.08
HSL11.3º77.53%65.1%-
HSV(B)11.3º58.72%92.16%-
XYZ43.532.6915.33-
YUV153.5296.11186.11-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 51.65%
GREEN value IS 123 (48.44% from 255) = 27.03%
BLUE value IS 97 (38.28% from 255) = 21.32%
R=51.65%
G=27.03%
B=21.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.59
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2351239700.480.590.0811.377.5365.1
HexEB7B610303B8b4e41
Octal353173141060731013116101
Binary111010111111011110000101100001110111000101110011101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB7B61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB7B61; }

 p { color: rgb(235,123,97); }

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

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

 a { background-color: rgb(235,123,97); }

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

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

 span { border-color: rgb(235,123,97); }

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