#EB7A62

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

Shades of Terra Cotta #EB7A62

Tints of Terra Cotta #EB7A62

Color information

#EB7A62 (or 0xEB7A62) is unknown color: approx Terra Cotta. HEX triplet: EB, 7A and 62. RGB value is (235,122,98). Sum of RGB (Red+Green+Blue) = 235+122+98=455 (60% of max value = 765). Red value is 235 (92.19% from 255 or 51.65% from 455); Green value is 122 (48.05% from 255 or 26.81% from 455); Blue value is 98 (38.67% from 255 or 21.54% from 455); Max value from RGB is 235 - color contains mainly: red. Hex color #EB7A62 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB7A62 is #14859D. Grayscale: #999999. Windows color (decimal): -1344926 or 6453995. OLE color: 6453995.

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

Color convert

RGB23512298-
CMYK00.480.580.08
HSL10.51º77.4%65.29%-
HSV(B)10.51º58.3%92.16%-
XYZ43.4332.4615.53-
YUV153.0596.94186.45-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 51.65%
GREEN value IS 122 (48.05% from 255) = 26.81%
BLUE value IS 98 (38.67% from 255) = 21.54%
R=51.65%
G=26.81%
B=21.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.58
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2351229800.480.580.0810.5177.465.29
HexEB7A620303A8b4d41
Octal353172142060721013115101
Binary111010111111010110001001100001110101000101110011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB7A62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB7A62; }

 p { color: rgb(235,122,98); }

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

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

 a { background-color: rgb(235,122,98); }

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

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

 span { border-color: rgb(235,122,98); }

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