#EB7E65

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

Shades of Terra Cotta #EB7E65

Tints of Terra Cotta #EB7E65

Color information

#EB7E65 (or 0xEB7E65) is unknown color: approx Terra Cotta. HEX triplet: EB, 7E and 65. RGB value is (235,126,101). Sum of RGB (Red+Green+Blue) = 235+126+101=462 (61% of max value = 765). Red value is 235 (92.19% from 255 or 50.87% from 462); Green value is 126 (49.61% from 255 or 27.27% from 462); Blue value is 101 (39.84% from 255 or 21.86% from 462); Max value from RGB is 235 - color contains mainly: red. Hex color #EB7E65 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB7E65 is #14819A. Grayscale: #9B9B9B. Windows color (decimal): -1343899 or 6651627. OLE color: 6651627.

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

Color convert

RGB235126101-
CMYK00.460.570.08
HSL11.19º77.01%65.88%-
HSV(B)11.19º57.02%92.16%-
XYZ44.0733.5216.46-
YUV155.7497.11184.53-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 50.87%
GREEN value IS 126 (49.61% from 255) = 27.27%
BLUE value IS 101 (39.84% from 255) = 21.86%
R=50.87%
G=27.27%
B=21.86%

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
Decimal23512610100.460.570.0811.1977.0165.88
HexEB7E6502E398b4d42
Octal353176145056711013115102
Binary111010111111110110010101011101110011000101110011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB7E65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB7E65; }

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

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

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

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

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

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

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

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