#ED7460

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

Shades of Terra Cotta #ED7460

Tints of Terra Cotta #ED7460

Color information

#ED7460 (or 0xED7460) is unknown color: approx Terra Cotta. HEX triplet: ED, 74 and 60. RGB value is (237,116,96). Sum of RGB (Red+Green+Blue) = 237+116+96=449 (59% of max value = 765). Red value is 237 (92.97% from 255 or 52.78% from 449); Green value is 116 (45.70% from 255 or 25.84% from 449); Blue value is 96 (37.89% from 255 or 21.38% from 449); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7460 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED7460 is #128B9F. Grayscale: #969696. Windows color (decimal): -1215392 or 6321389. OLE color: 6321389.

HSL color Cylindrical-coordinate representation of color #ED7460: hue angle of 8.51º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #ED7460 is Cyan = 0, Magento = 0.51, Yellow = 0.59 and Black (K on CMYK) = 0.07.

Color convert

RGB23711696-
CMYK00.510.590.07
HSL8.51º79.66%65.29%-
HSV(B)8.51º59.49%92.94%-
XYZ43.2831.3414.83-
YUV149.997.59190.13-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 52.78%
GREEN value IS 116 (45.70% from 255) = 25.84%
BLUE value IS 96 (37.89% from 255) = 21.38%
R=52.78%
G=25.84%
B=21.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.59
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2371169600.510.590.078.5179.6665.29
HexED74600333B795041
Octal35516414006373711120101
Binary11101101111010011000000110011111011111100110100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED7460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED7460; }

 p { color: rgb(237,116,96); }

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

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

 a { background-color: rgb(237,116,96); }

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

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

 span { border-color: rgb(237,116,96); }

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