#EB7265

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

Shades of Terra Cotta #EB7265

Tints of Terra Cotta #EB7265

Color information

#EB7265 (or 0xEB7265) is unknown color: approx Terra Cotta. HEX triplet: EB, 72 and 65. RGB value is (235,114,101). Sum of RGB (Red+Green+Blue) = 235+114+101=450 (59% of max value = 765). Red value is 235 (92.19% from 255 or 52.22% from 450); Green value is 114 (44.92% from 255 or 25.33% from 450); Blue value is 101 (39.84% from 255 or 22.44% from 450); Max value from RGB is 235 - color contains mainly: red. Hex color #EB7265 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB7265 is #148D9A. Grayscale: #949494. Windows color (decimal): -1346971 or 6648555. OLE color: 6648555.

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

Color convert

RGB235114101-
CMYK00.510.570.08
HSL5.82º77.01%65.88%-
HSV(B)5.82º57.02%92.16%-
XYZ42.6330.6415.98-
YUV148.7101.09189.56-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 52.22%
GREEN value IS 114 (44.92% from 255) = 25.33%
BLUE value IS 101 (39.84% from 255) = 22.44%
R=52.22%
G=25.33%
B=22.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.57
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23511410100.510.570.085.8277.0165.88
HexEB726503339864d42
Octal35316214506371106115102
Binary11101011111001011001010110011111001100011010011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB7265

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB7265; }

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

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

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

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

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

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

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

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